15 lines
514 B
XML
15 lines
514 B
XML
<svg xmlns="http://www.w3.org/2000/svg" width="512" height="512" viewBox="0 0 512 512">
|
|
<defs>
|
|
<filter id="s" x="-20%" y="-20%" width="140%" height="140%">
|
|
<feDropShadow dx="0" dy="8" stdDeviation="10" flood-color="#000" flood-opacity="0.35"/>
|
|
</filter>
|
|
</defs>
|
|
<g filter="url(#s)" fill="none" stroke="#00E5FF" stroke-width="40" stroke-linecap="round" stroke-linejoin="round">
|
|
<path d="M120 320 C 220 240, 280 220, 392 168" />
|
|
<path d="M340 120 L 412 164 L 356 236" />
|
|
</g>
|
|
</svg>
|
|
|
|
|
|
|