6 lines
389 B
XML
6 lines
389 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32">
|
|
<rect width="32" height="32" rx="7" fill="#12a594"/>
|
|
<circle cx="10" cy="16" r="2.8" fill="#fff"/>
|
|
<path d="M15.5 10a8 8 0 0 1 0 12" fill="none" stroke="#fff" stroke-width="2.2" stroke-linecap="round"/>
|
|
<path d="M19.5 6.5a13 13 0 0 1 0 19" fill="none" stroke="#eafffb" stroke-width="2.2" stroke-linecap="round"/>
|
|
</svg>
|