Color Gear Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Color Gear 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/323918.svg" alt="Color Gear icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/323918.svg" alt="Color Gear icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/323918.svg" alt="Color Gear icon" :width="24" :height="24" />
CSS background
.icon-color-gear {
background-image: url('https://proicons.com/icon/323918.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="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.c{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="M9.101,24.74c0-8.2293,6.6697-14.899,14.899-14.899"/><path class="c" d="M24,39.639c8.2293,0,14.899-6.6697,14.899-14.899"/><path class="c" d="M24,16.4424V3.2597l.0046-.0197C12.1364,3.2401,2.5045,12.8719,2.5045,24.7401h13.1978-.0002c0-4.5807,3.7174-8.2981,8.2979-8.2981v.0004Z"/><path class="c" d="M24,33.0378v13.2022c11.8682,0,21.5001-9.6319,21.5001-21.5001h-.0023s-13.2001.0001-13.2001.0001h.0002c0,4.5804-3.7174,8.2978-8.2979,8.2978h0Z"/><path class="c" d="M36.8981,17.2954v-.0098c-1.3045-2.2559-3.1877-4.1392-5.4437-5.4437h-.0098.0098l3.2956-5.7085c3.2662,1.8734,5.9831,4.5903,7.8565,7.8565l-5.7085,3.2956v.0098Z"/><path class="c" d="M5.3935,35.49l5.7085-3.2956c1.3045,2.2559,3.1877,4.1392,5.4437,5.4437h.0098-.0098l-3.2956,5.7085c-3.2662-1.8734-5.9831-4.5903-7.8565-7.8565Z"/></svg>
Copied!