6 lines
296 B
XML
6 lines
296 B
XML
|
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32" fill="none">
|
||
|
|
<rect width="32" height="32" rx="7" fill="#1a3d2e"/>
|
||
|
|
<circle cx="16" cy="16" r="8.5" stroke="white" stroke-width="1.4"/>
|
||
|
|
<path d="M16 7.5 A8.5 8.5 0 0 1 16 24.5" stroke="white" stroke-width="1.4" fill="none"/>
|
||
|
|
</svg>
|