Gear Alt Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Gear Alt icon is commonly used in admin panels, settings pages and developer tools. Available as a free SVG - copy the code or download directly.
img tag
<img src="https://proicons.com/icon/305747.svg" alt="Gear Alt icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/305747.svg" alt="Gear Alt icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/305747.svg" alt="Gear Alt icon" :width="24" :height="24" />
CSS background
.icon-gear-alt {
background-image: url('https://proicons.com/icon/305747.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="64" height="64" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M799 376c-5-11 4-30 24-51l48-48c7-7 10-15 8-17l-5-5-129-129-5-5s-10 1-17 8l-49 48c-22 22-37 26-44 26-5 0-9-2-12-6-5-4-13-17-13-49V80c0-10-8-18-18-18H413c-10 0-18 8-18 18v69c0 12-2 54-26 54-6 0-21-4-43-26l-51-51-5-5s-7-2-10 0L127 255l-5 5s-3 7 0 10l5 5 50 51c20 20 29 38 25 50-5 12-25 19-53 19H80c-10 0-18 8-18 18v174c0 10 8 18 18 18h69c28 0 48 7 52 19 5 11-4 30-24 50l-51 51-5 5s-2 7 0 10l134 134 5 5s7 2 10 0l5-5 51-51c22-22 37-26 43-26 24 0 26 42 26 54v69c0 10 8 18 18 18h174c10 0 18-8 18-18v-49-20c0-31 8-44 13-49 3-3 7-5 13-5s21 3 43 26l51 51 5 5s8 2 10 0l134-134 5-5s2-7 0-10l-56-56c-20-20-29-39-24-50s24-19 53-19h68c10 0 18-8 18-18V413c0-10-8-18-18-18h-68c-29 0-49-7-53-19zM698 500c0 109-89 198-198 198s-198-89-198-198 89-198 198-198 198 89 198 198z"/></svg>
Copied!