15 lines
512 B
XML
15 lines
512 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="10" stdDeviation="12" flood-color="#000" flood-opacity="0.35"/>
|
|
</filter>
|
|
</defs>
|
|
<g filter="url(#s)" fill="none" stroke="#00E676" stroke-width="44" stroke-linecap="round" stroke-linejoin="round">
|
|
<path d="M130 360 C 160 220, 260 180, 360 150" />
|
|
<path d="M320 96 L402 142 L346 226" />
|
|
</g>
|
|
</svg>
|
|
|
|
|
|
|