6 lines
303 B
XML
6 lines
303 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32">
|
|
<rect width="32" height="32" rx="7" fill="#101418"/>
|
|
<path d="M16 5l9 4v7c0 6-4 9.5-9 11-5-1.5-9-5-9-11V9z" fill="none" stroke="#6fce8f" stroke-width="2.5" stroke-linejoin="round"/>
|
|
<circle cx="16" cy="15" r="3" fill="#6fce8f"/>
|
|
</svg>
|