7 lines
372 B
XML
7 lines
372 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64">
|
|
<rect width="64" height="64" rx="16" fill="#0f1115"/>
|
|
<path d="M18 40c4-10 8-20 14-20s10 10 14 20" fill="none" stroke="#3b82f6" stroke-width="5" stroke-linecap="round"/>
|
|
<circle cx="32" cy="32" r="6" fill="#35c46b"/>
|
|
<path d="M16 47h32" stroke="#edf1f7" stroke-width="4" stroke-linecap="round"/>
|
|
</svg>
|