12345678910111213141516 |
- <?xml version="1.0" encoding="UTF-8"?>
- <svg xmlns="http://www.w3.org/2000/svg" version="1.1" height="100" width="100">
- <polygon
- points="38,15 40,15 40,85 38,85 15,60 4,60 4,40 15,40 "
- style="fill: black; fill-opacity: 0.7; stroke: black;stroke-width: 2;"/>
- <g style="fill:none;stroke:#20631E;stroke-width:7;stroke-opacity:0.5">
- <path d="m 51,24 c 16,15 16,38 1,53"/>
- <path d="m 62,14 c 37,38 1,73 1,73"/>
- <path d="M 72,5 C 120,54 73,97 73,97"/>
- </g>
- <path style="fill:#777777;stroke:#111111;stroke-width:2" d="M 42,100 57,64 C 54,62 45,53 47,42 50,29 58,24 63,23 l -5,20 25,6 5,-25 c 1,1 11,10 9,26 -2,11 -10,20 -18,20 l -13,30 z"/>
- </svg>
|