7 lines
356 B
XML
7 lines
356 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32">
|
|
<rect width="32" height="32" rx="8" fill="#1C1C1E"/>
|
|
<circle cx="16" cy="14" r="5" fill="none" stroke="#0A84FF" stroke-width="2.5"/>
|
|
<circle cx="16" cy="14" r="2" fill="#0A84FF"/>
|
|
<path d="M16 19 C16 19 10 24 10 27 Q16 30 22 27 C22 24 16 19 16 19Z" fill="#0A84FF" opacity="0.4"/>
|
|
</svg>
|