8 lines
395 B
XML
8 lines
395 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32">
|
|
<rect width="32" height="32" rx="6" fill="#0c0c0d" />
|
|
<path d="M16 6 L24 10 V18 C24 22 20.5 25 16 26 C11.5 25 8 22 8 18 V10 Z"
|
|
fill="none" stroke="#fafaf7" stroke-width="1.5" />
|
|
<circle cx="16" cy="16" r="2.2" fill="#fafaf7" />
|
|
<path d="M16 18 V22" stroke="#fafaf7" stroke-width="1.5" stroke-linecap="round" />
|
|
</svg>
|