20 lines
534 B
XML
20 lines
534 B
XML
|
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64" fill="none">
|
||
|
|
<rect width="64" height="64" rx="14" fill="#0F3A6C"/>
|
||
|
|
<path
|
||
|
|
d="M18 50 C 22 36, 28 32, 34 32 C 40 32, 44 34, 44 40 C 44 46, 40 48, 34 48 L 28 48 L 38 56"
|
||
|
|
stroke="#23C4C0"
|
||
|
|
stroke-width="6"
|
||
|
|
stroke-linecap="round"
|
||
|
|
stroke-linejoin="round"
|
||
|
|
fill="none"
|
||
|
|
/>
|
||
|
|
<path
|
||
|
|
d="M14 22 C 20 18, 26 26, 32 22 C 38 18, 44 26, 50 22"
|
||
|
|
stroke="#23C4C0"
|
||
|
|
stroke-width="4"
|
||
|
|
stroke-linecap="round"
|
||
|
|
fill="none"
|
||
|
|
opacity="0.9"
|
||
|
|
/>
|
||
|
|
</svg>
|