Ic Settings Button Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Ic Settings Button icon is commonly used in admin panels, user preferences and configuration pages. Available as a free SVG - copy the code or download directly.
img tag
<img src="https://proicons.com/icon/350249.svg" alt="Ic Settings Button icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/350249.svg" alt="Ic Settings Button icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/350249.svg" alt="Ic Settings Button icon" :width="24" :height="24" />
CSS background
.icon-ic-settings-button {
background-image: url('https://proicons.com/icon/350249.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?><svg id="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 76.8 76.8"><defs><style>.b{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;stroke-width:6px;}</style></defs><path class="b" d="m60.6825,41.325c.12-.96.21-1.935.21-2.925s-.09-1.965-.21-2.925l6.345-4.9649c.5699-.4501.7349-1.2601.3599-1.92l-5.9999-10.3952c-.3751-.6449-1.1551-.9148-1.83-.6449l-7.47,3.015c-1.5451-1.185-3.2401-2.1901-5.0701-2.955l-1.125-7.9501c-.135-.705-.75-1.2599-1.4999-1.2599h-12.0002c-.7499,0-1.3649.5549-1.4849,1.2599l-1.125,7.9501c-1.8133.7561-3.5182,1.75-5.0701,2.955l-7.47-3.015c-.6857-.2616-1.46.0112-1.83.6449l-5.9999,10.3952c-.3749.6449-.21,1.4549.3599,1.92l6.33,4.9649c-.1306.9698-.2007,1.9467-.21,2.925,0,.99.09,1.965.21,2.925l-6.33,4.9649c-.5699.4501-.7349,1.2601-.3599,1.92l5.9999,10.3952c.3751.6449,1.1551.9148,1.83.6449l7.47-3.015c1.5451,1.185,3.2401,2.1901,5.0701,2.955l1.125,7.9499c.12.7052.735,1.2601,1.4849,1.2601h12.0002c.7499,0,1.3649-.5549,1.4849-1.2601l1.125-7.9499c1.8133-.7563,3.5182-1.75,5.0701-2.955l7.47,3.015c.6857.2616,1.46-.0112,1.83-.6449l5.9999-10.3952c.3749-.6449.21-1.4549-.3599-1.92l-6.33-4.9649Z"/><circle class="b" cx="38.4" cy="38.4" r="6.4953"/></svg>
Copied!