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/Control stop blue.svg
Simon Priet 37c12a26a7
fix(#178): inset shadow fix (#214)
* 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
2025-03-13 15:35:31 +01:00

34 lines
2.0 KiB
XML

<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_99_12558)">
<circle cx="8" cy="8" r="6.5" fill="url(#paint0_radial_99_12558)" stroke="url(#paint1_linear_99_12558)"/>
<circle cx="8" cy="8" r="5.5" stroke="white" stroke-opacity="0.8" style="mix-blend-mode:soft-light"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M8 16C12.4183 16 16 12.4183 16 8C16 3.58172 12.4183 0 8 0C3.58172 0 0 3.58172 0 8C0 12.4183 3.58172 16 8 16ZM8 14C11.3137 14 14 11.3137 14 8C14 4.68629 11.3137 2 8 2C4.68629 2 2 4.68629 2 8C2 11.3137 4.68629 14 8 14Z" fill="#90BDF6" fill-opacity="0.5"/>
<g filter="url(#filter0_i_99_12558)">
<path d="M6 10V6H10V10H6Z" fill="#5B8FD1"/>
</g>
</g>
<defs>
<filter id="filter0_i_99_12558" x="6" y="6" width="4.5" height="4.5" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset dx="0.5" dy="0.5"/>
<feGaussianBlur stdDeviation="1"/>
<feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/>
<feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.2 0"/>
<feBlend mode="plus-darker" in2="shape" result="effect1_innerShadow_99_12558"/>
</filter>
<radialGradient id="paint0_radial_99_12558" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(13 13) rotate(-135) scale(14.1421)">
<stop offset="0.33089" stop-color="#D1DFF1"/>
<stop offset="1" stop-color="#EBF1F9"/>
</radialGradient>
<linearGradient id="paint1_linear_99_12558" x1="13" y1="13" x2="3" y2="3" gradientUnits="userSpaceOnUse">
<stop stop-color="#8CADD4"/>
<stop offset="1" stop-color="#D7E5F6"/>
</linearGradient>
<clipPath id="clip0_99_12558">
<rect width="16" height="16" fill="white"/>
</clipPath>
</defs>
</svg>