gears icon
gears from Carbon by IBM · Outline · Actions · Apache-2.0 Free for personal and commercial use.
- Name
- gears
- Set
- Carbon
- Style
- Outline
- Category
- Actions
- Viewbox
- 32×32
- License
- Apache 2.0
The same icon in other sets
More actions icons from Carbon
activity-taskadapter-notificationaddadd-altadd-commentadd-largealign-box-bottom-centeralign-box-bottom-leftalign-box-bottom-rightalign-box-middle-centeralign-box-middle-leftalign-box-middle-rightalign-box-top-centeralign-box-top-leftalign-box-top-rightalign-horizontal-centeralign-horizontal-leftalign-horizontal-rightalign-vertical-bottomalign-vertical-centeralign-vertical-topappsareaarea-custom
Use the gears icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M28 21.985a6 6 0 0 0-.155-1.336L30 19.822l-.717-1.867l-2.206.847a6 6 0 0 0-1.757-1.81l.97-2.179L24.463 14l-.971 2.18c-.478-.123-.976-.195-1.492-.195s-1.014.072-1.492.195l-.97-2.18l-1.828.814l.97 2.177a6 6 0 0 0-1.757 1.81l-2.206-.846L14 19.822l2.155.827A6 6 0 0 0 16 21.985c0 .44.05.867.14 1.28l-2.14.953l.813 1.827l2.08-.926a6 6 0 0 0 1.72 1.813l-.903 2.351l1.867.717l.856-2.23c.5.136 1.024.215 1.567.215s1.066-.08 1.567-.215l.856 2.23l1.867-.717l-.903-2.35a6 6 0 0 0 1.72-1.814l2.08.926l.813-1.827l-2.14-.953c.09-.413.14-.84.14-1.28m-6 4c-2.206 0-4-1.795-4-4s1.794-4 4-4s4 1.794 4 4s-1.794 4-4 4m-8.529-11.1l1.479 1.479l1.414-1.414l-1.479-1.479a5.96 5.96 0 0 0 1.025-2.47H18V9h-2.09a5.96 5.96 0 0 0-1.025-2.472l1.479-1.479l-1.414-1.414l-1.479 1.479A5.96 5.96 0 0 0 11 4.09V2H9v2.09a5.96 5.96 0 0 0-2.471 1.025L5.05 3.636L3.636 5.05l1.479 1.48A5.96 5.96 0 0 0 4.09 9H2v2h2.09a5.96 5.96 0 0 0 1.025 2.471L3.636 14.95l1.414 1.414l1.479-1.479A5.96 5.96 0 0 0 9 15.91V18h2v-2.09a5.96 5.96 0 0 0 2.471-1.025M6 10c0-2.206 1.794-4 4-4s4 1.794 4 4s-1.794 4-4 4s-4-1.794-4-4"/></svg>
React
import type { SVGProps } from "react";
export function CarbonGears(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M28 21.985a6 6 0 0 0-.155-1.336L30 19.822l-.717-1.867l-2.206.847a6 6 0 0 0-1.757-1.81l.97-2.179L24.463 14l-.971 2.18c-.478-.123-.976-.195-1.492-.195s-1.014.072-1.492.195l-.97-2.18l-1.828.814l.97 2.177a6 6 0 0 0-1.757 1.81l-2.206-.846L14 19.822l2.155.827A6 6 0 0 0 16 21.985c0 .44.05.867.14 1.28l-2.14.953l.813 1.827l2.08-.926a6 6 0 0 0 1.72 1.813l-.903 2.351l1.867.717l.856-2.23c.5.136 1.024.215 1.567.215s1.066-.08 1.567-.215l.856 2.23l1.867-.717l-.903-2.35a6 6 0 0 0 1.72-1.814l2.08.926l.813-1.827l-2.14-.953c.09-.413.14-.84.14-1.28m-6 4c-2.206 0-4-1.795-4-4s1.794-4 4-4s4 1.794 4 4s-1.794 4-4 4m-8.529-11.1l1.479 1.479l1.414-1.414l-1.479-1.479a5.96 5.96 0 0 0 1.025-2.47H18V9h-2.09a5.96 5.96 0 0 0-1.025-2.472l1.479-1.479l-1.414-1.414l-1.479 1.479A5.96 5.96 0 0 0 11 4.09V2H9v2.09a5.96 5.96 0 0 0-2.471 1.025L5.05 3.636L3.636 5.05l1.479 1.48A5.96 5.96 0 0 0 4.09 9H2v2h2.09a5.96 5.96 0 0 0 1.025 2.471L3.636 14.95l1.414 1.414l1.479-1.479A5.96 5.96 0 0 0 9 15.91V18h2v-2.09a5.96 5.96 0 0 0 2.471-1.025M6 10c0-2.206 1.794-4 4-4s4 1.794 4 4s-1.794 4-4 4s-4-1.794-4-4"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M28 21.985a6 6 0 0 0-.155-1.336L30 19.822l-.717-1.867l-2.206.847a6 6 0 0 0-1.757-1.81l.97-2.179L24.463 14l-.971 2.18c-.478-.123-.976-.195-1.492-.195s-1.014.072-1.492.195l-.97-2.18l-1.828.814l.97 2.177a6 6 0 0 0-1.757 1.81l-2.206-.846L14 19.822l2.155.827A6 6 0 0 0 16 21.985c0 .44.05.867.14 1.28l-2.14.953l.813 1.827l2.08-.926a6 6 0 0 0 1.72 1.813l-.903 2.351l1.867.717l.856-2.23c.5.136 1.024.215 1.567.215s1.066-.08 1.567-.215l.856 2.23l1.867-.717l-.903-2.35a6 6 0 0 0 1.72-1.814l2.08.926l.813-1.827l-2.14-.953c.09-.413.14-.84.14-1.28m-6 4c-2.206 0-4-1.795-4-4s1.794-4 4-4s4 1.794 4 4s-1.794 4-4 4m-8.529-11.1l1.479 1.479l1.414-1.414l-1.479-1.479a5.96 5.96 0 0 0 1.025-2.47H18V9h-2.09a5.96 5.96 0 0 0-1.025-2.472l1.479-1.479l-1.414-1.414l-1.479 1.479A5.96 5.96 0 0 0 11 4.09V2H9v2.09a5.96 5.96 0 0 0-2.471 1.025L5.05 3.636L3.636 5.05l1.479 1.48A5.96 5.96 0 0 0 4.09 9H2v2h2.09a5.96 5.96 0 0 0 1.025 2.471L3.636 14.95l1.414 1.414l1.479-1.479A5.96 5.96 0 0 0 9 15.91V18h2v-2.09a5.96 5.96 0 0 0 2.471-1.025M6 10c0-2.206 1.794-4 4-4s4 1.794 4 4s-1.794 4-4 4s-4-1.794-4-4"/></svg> </template>
CSS
.icon-gears {
width: 24px;
height: 24px;
background-color: currentColor;
-webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M28%2021.985a6%206%200%200%200-.155-1.336L30%2019.822l-.717-1.867l-2.206.847a6%206%200%200%200-1.757-1.81l.97-2.179L24.463%2014l-.971%202.18c-.478-.123-.976-.195-1.492-.195s-1.014.072-1.492.195l-.97-2.18l-1.828.814l.97%202.177a6%206%200%200%200-1.757%201.81l-2.206-.846L14%2019.822l2.155.827A6%206%200%200%200%2016%2021.985c0%20.44.05.867.14%201.28l-2.14.953l.813%201.827l2.08-.926a6%206%200%200%200%201.72%201.813l-.903%202.351l1.867.717l.856-2.23c.5.136%201.024.215%201.567.215s1.066-.08%201.567-.215l.856%202.23l1.867-.717l-.903-2.35a6%206%200%200%200%201.72-1.814l2.08.926l.813-1.827l-2.14-.953c.09-.413.14-.84.14-1.28m-6%204c-2.206%200-4-1.795-4-4s1.794-4%204-4s4%201.794%204%204s-1.794%204-4%204m-8.529-11.1l1.479%201.479l1.414-1.414l-1.479-1.479a5.96%205.96%200%200%200%201.025-2.47H18V9h-2.09a5.96%205.96%200%200%200-1.025-2.472l1.479-1.479l-1.414-1.414l-1.479%201.479A5.96%205.96%200%200%200%2011%204.09V2H9v2.09a5.96%205.96%200%200%200-2.471%201.025L5.05%203.636L3.636%205.05l1.479%201.48A5.96%205.96%200%200%200%204.09%209H2v2h2.09a5.96%205.96%200%200%200%201.025%202.471L3.636%2014.95l1.414%201.414l1.479-1.479A5.96%205.96%200%200%200%209%2015.91V18h2v-2.09a5.96%205.96%200%200%200%202.471-1.025M6%2010c0-2.206%201.794-4%204-4s4%201.794%204%204s-1.794%204-4%204s-4-1.794-4-4%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M28%2021.985a6%206%200%200%200-.155-1.336L30%2019.822l-.717-1.867l-2.206.847a6%206%200%200%200-1.757-1.81l.97-2.179L24.463%2014l-.971%202.18c-.478-.123-.976-.195-1.492-.195s-1.014.072-1.492.195l-.97-2.18l-1.828.814l.97%202.177a6%206%200%200%200-1.757%201.81l-2.206-.846L14%2019.822l2.155.827A6%206%200%200%200%2016%2021.985c0%20.44.05.867.14%201.28l-2.14.953l.813%201.827l2.08-.926a6%206%200%200%200%201.72%201.813l-.903%202.351l1.867.717l.856-2.23c.5.136%201.024.215%201.567.215s1.066-.08%201.567-.215l.856%202.23l1.867-.717l-.903-2.35a6%206%200%200%200%201.72-1.814l2.08.926l.813-1.827l-2.14-.953c.09-.413.14-.84.14-1.28m-6%204c-2.206%200-4-1.795-4-4s1.794-4%204-4s4%201.794%204%204s-1.794%204-4%204m-8.529-11.1l1.479%201.479l1.414-1.414l-1.479-1.479a5.96%205.96%200%200%200%201.025-2.47H18V9h-2.09a5.96%205.96%200%200%200-1.025-2.472l1.479-1.479l-1.414-1.414l-1.479%201.479A5.96%205.96%200%200%200%2011%204.09V2H9v2.09a5.96%205.96%200%200%200-2.471%201.025L5.05%203.636L3.636%205.05l1.479%201.48A5.96%205.96%200%200%200%204.09%209H2v2h2.09a5.96%205.96%200%200%200%201.025%202.471L3.636%2014.95l1.414%201.414l1.479-1.479A5.96%205.96%200%200%200%209%2015.91V18h2v-2.09a5.96%205.96%200%200%200%202.471-1.025M6%2010c0-2.206%201.794-4%204-4s4%201.794%204%204s-1.794%204-4%204s-4-1.794-4-4%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/carbon/gears.svg?color=%231a73e8&size=48