mirror of
https://github.com/SimonPistache/famfamfam-silk-svg.git
synced 2025-06-08 01:54:20 +02:00
* 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
22 lines
1.2 KiB
XML
22 lines
1.2 KiB
XML
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
<rect y="4" width="16" height="8" rx="2" fill="url(#paint0_linear_200_4197)"/>
|
|
<rect x="0.5" y="4.5" width="15" height="7" rx="1.5" stroke="black" stroke-opacity="0.11" style="mix-blend-mode:darken"/>
|
|
<rect x="2" y="6" width="1" height="4" rx="0.5" fill="#7298D9"/>
|
|
<circle cx="12.5" cy="12.5" r="3" fill="url(#paint1_radial_200_4197)" stroke="url(#paint2_linear_200_4197)"/>
|
|
<path fill-rule="evenodd" clip-rule="evenodd" d="M12 12V11H13V12H14V13H13V14H12V13H11V12H12Z" fill="white"/>
|
|
<defs>
|
|
<linearGradient id="paint0_linear_200_4197" x1="3" y1="11.5" x2="0" y2="4" gradientUnits="userSpaceOnUse">
|
|
<stop offset="0.156278" stop-color="white"/>
|
|
<stop offset="1" stop-color="#E6E6E6"/>
|
|
</linearGradient>
|
|
<radialGradient id="paint1_radial_200_4197" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(10 10) rotate(45) scale(5.65685)">
|
|
<stop stop-color="#B4D495"/>
|
|
<stop offset="1" stop-color="#87B960"/>
|
|
</radialGradient>
|
|
<linearGradient id="paint2_linear_200_4197" x1="15" y1="15" x2="10" y2="10" gradientUnits="userSpaceOnUse">
|
|
<stop stop-color="#376B19"/>
|
|
<stop offset="1" stop-color="#5A9438"/>
|
|
</linearGradient>
|
|
</defs>
|
|
</svg>
|