mirror of
https://github.com/SimonPistache/famfamfam-silk-svg.git
synced 2025-06-08 01:54:20 +02:00
* fix(#178): Changed inset shadow to radial gradient on base_circle * fix(#178): Changed inset shadow to radial gradient for bullet decorators * fix(#178): Reset base_circle of Help and Info icons to component state * fix(#178): Reset base circle of Delete and Exclamation to component state * fix(#178): Add more border to the base_circle for Controls icons * fix(#178): Put key square variant in a full icon
16 lines
792 B
XML
16 lines
792 B
XML
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
<circle cx="8.5" cy="8.5" r="3.5" fill="url(#paint0_radial_99_12610)"/>
|
|
<circle cx="8.5" cy="8.5" r="3" stroke="url(#paint1_linear_99_12610)" stroke-opacity="0.66"/>
|
|
<circle cx="8.5" cy="8.5" r="2" stroke="white" stroke-opacity="0.33"/>
|
|
<defs>
|
|
<radialGradient id="paint0_radial_99_12610" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(11 11) rotate(-135) scale(7.07107)">
|
|
<stop offset="0.33125" stop-color="#565656"/>
|
|
<stop offset="1" stop-color="#BCBCBC"/>
|
|
</radialGradient>
|
|
<linearGradient id="paint1_linear_99_12610" x1="5" y1="5" x2="12" y2="12" gradientUnits="userSpaceOnUse">
|
|
<stop stop-color="#1D1D1D"/>
|
|
<stop offset="1"/>
|
|
</linearGradient>
|
|
</defs>
|
|
</svg>
|