14 lines
396 B
XML
14 lines
396 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="12" stdDeviation="14" flood-color="#000" flood-opacity="0.35"/>
|
|
</filter>
|
|
</defs>
|
|
<g filter="url(#s)" fill="#FF2E88">
|
|
<path d="M256 442 L402 292 h-86 V70 H196 v222 h-86 Z"/>
|
|
</g>
|
|
</svg>
|
|
|
|
|
|
|