7 lines
444 B
XML
7 lines
444 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64" width="64" height="64">
|
|
<rect width="64" height="64" rx="16" fill="#4d95ff" />
|
|
<path d="M16 40c0-8 6-14 16-14s16 6 16 14" fill="none" stroke="#fff" stroke-width="3.5" stroke-linecap="round" opacity="0.45" />
|
|
<path d="M16 32c0-8 6-14 16-14s16 6 16 14" fill="none" stroke="#fff" stroke-width="3.5" stroke-linecap="round" />
|
|
<circle cx="32" cy="32" r="3.4" fill="#fff" />
|
|
</svg>
|