1
0
mirror of https://github.com/SimonPistache/famfamfam-silk-svg.git synced 2025-06-08 01:54:20 +02:00
famfamfam-silk-svg/icons/Shape square delete.svg
Simon Priet 354a863b51
feat(#220): add & remove decorators (#221)
* fix(#220): Replace inner shadow to radial gradient for remove decorator

And update all related icons that use this decorator accordingly

* fix(#220): Replace inner shadow by radial gradient for add decorator

Update all icons using the add decorator accordingly.

* fix(#220): Remove duplicate files

Remove Font delete and Style delete files as they are reworked
2025-03-14 01:03:02 +01:00

20 lines
1.0 KiB
XML

<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
<rect x="2.5" y="2.5" width="11" height="11" fill="url(#paint0_linear_99_13611)" stroke="url(#paint1_linear_99_13611)"/>
<circle cx="12.5" cy="12.5" r="3" fill="url(#paint2_radial_99_13611)" stroke="#BC4305"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M14 13H11V12H14V13Z" fill="white"/>
<defs>
<linearGradient id="paint0_linear_99_13611" x1="3" y1="3" x2="13" y2="13" gradientUnits="userSpaceOnUse">
<stop offset="0.171509" stop-color="#A6C4EC"/>
<stop offset="0.83841" stop-color="#81A2DE"/>
</linearGradient>
<linearGradient id="paint1_linear_99_13611" x1="13" y1="13" x2="3" y2="3" gradientUnits="userSpaceOnUse">
<stop stop-color="#5883D2"/>
<stop offset="1" stop-color="#8CB3E6"/>
</linearGradient>
<radialGradient id="paint2_radial_99_13611" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(11 11) rotate(45) scale(4.24264)">
<stop stop-color="#FFAF7D"/>
<stop offset="1" stop-color="#FF6D00"/>
</radialGradient>
</defs>
</svg>