8 lines
419 B
XML
8 lines
419 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 200 200">
|
|
<circle cx="100" cy="100" r="86" fill="none" stroke="#2ec4b6" stroke-width="6"/>
|
|
<polygon points="100,32 92,46 108,46" fill="#2ec4b6"/>
|
|
<circle cx="100" cy="100" r="28" fill="#2ec4b6"/>
|
|
<rect x="74" y="97" width="52" height="6" fill="#ffffff"/>
|
|
<rect x="111" y="88" width="4" height="24" fill="#ffffff" transform="rotate(-22.5 113 100)"/>
|
|
</svg>
|