22 lines
No EOL
1.1 KiB
XML
22 lines
No EOL
1.1 KiB
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48">
|
|
<defs>
|
|
<linearGradient id="iconGrad" x1="0%" y1="0%" x2="100%" y2="100%">
|
|
<stop offset="0%" stop-color="#F8BBD0"/>
|
|
<stop offset="100%" stop-color="#7C5E68"/>
|
|
</linearGradient>
|
|
<filter id="shadow" x="-30%" y="-30%" width="160%" height="160%">
|
|
<feDropShadow dx="2.5" dy="3.5" stdDeviation="3" flood-color="#1a1a2e" flood-opacity="0.45"/>
|
|
</filter>
|
|
</defs>
|
|
<g filter="url(#shadow)" fill="none">
|
|
<g stroke="#3E2F34" stroke-width="4.5" stroke-linecap="round" stroke-linejoin="round" transform="translate(2,2)">
|
|
<polyline points="4,30 12,30 14,24 16,30 18,38 22,8 24,36 26,30 30,30 33,22 37,22 39,28 44,28"/>
|
|
</g>
|
|
<g stroke="#7C5E68" stroke-width="3" stroke-linecap="round" stroke-linejoin="round" transform="translate(1,1)">
|
|
<polyline points="4,30 12,30 14,24 16,30 18,38 22,8 24,36 26,30 30,30 33,22 37,22 39,28 44,28"/>
|
|
</g>
|
|
<g stroke="url(#iconGrad)" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round">
|
|
<polyline points="4,30 12,30 14,24 16,30 18,38 22,8 24,36 26,30 30,30 33,22 37,22 39,28 44,28"/>
|
|
</g>
|
|
</g>
|
|
</svg> |