gear icon
gear-filled from Reicon by REICON · Filled · Settings · MIT Free for personal and commercial use.
- Name
- gear-filled
- Set
- Reicon
- Style
- Filled
- Category
- Settings
- Viewbox
- 24×24
- License
- MIT
1 other variant in Reicon
The same icon in other sets
All gear icons →gearAkar IconsgearBootstrap IconsgearCodiconsgearEmoji One (Colored)gearFramework7 IconsgearFont Awesome 6 SolidgearFont Awesome SolidgearFluent EmojigearFluent Emoji FlatgearFluent Emoji High ContrastgearNoto EmojigearOcticonsgearOpenMojigearPhosphorgearPixelarticonsgearRadix IconsgearTwitter Emoji
More settings icons from Reicon
Use the gear icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M2.519 16.05a2.01 2.01 0 0 1 .734-2.744a1.51 1.51 0 0 0 0-2.612a2.01 2.01 0 0 1-.734-2.744l1.24-2.15a2.004 2.004 0 0 1 2.739-.735c1.003.58 2.257-.145 2.257-1.307c0-1.108.898-2.008 2.005-2.008h2.48c1.107 0 2.005.9 2.005 2.008c0 1.162 1.255 1.887 2.257 1.307a2.003 2.003 0 0 1 2.74.735l1.24 2.15a2.01 2.01 0 0 1-.735 2.744a1.51 1.51 0 0 0 0 2.612a2.01 2.01 0 0 1 .734 2.743l-1.24 2.151a2.003 2.003 0 0 1-2.739.735c-1.002-.58-2.257.145-2.257 1.307a2.007 2.007 0 0 1-2.006 2.008h-2.478c-1.108 0-2.006-.9-2.006-2.008c0-1.162-1.254-1.887-2.257-1.307a2.004 2.004 0 0 1-2.74-.735zM8.75 12a3.25 3.25 0 1 1 6.5 0a3.25 3.25 0 0 1-6.5 0" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function ReiconGearFilled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fillRule="evenodd" d="M2.519 16.05a2.01 2.01 0 0 1 .734-2.744a1.51 1.51 0 0 0 0-2.612a2.01 2.01 0 0 1-.734-2.744l1.24-2.15a2.004 2.004 0 0 1 2.739-.735c1.003.58 2.257-.145 2.257-1.307c0-1.108.898-2.008 2.005-2.008h2.48c1.107 0 2.005.9 2.005 2.008c0 1.162 1.255 1.887 2.257 1.307a2.003 2.003 0 0 1 2.74.735l1.24 2.15a2.01 2.01 0 0 1-.735 2.744a1.51 1.51 0 0 0 0 2.612a2.01 2.01 0 0 1 .734 2.743l-1.24 2.151a2.003 2.003 0 0 1-2.739.735c-1.002-.58-2.257.145-2.257 1.307a2.007 2.007 0 0 1-2.006 2.008h-2.478c-1.108 0-2.006-.9-2.006-2.008c0-1.162-1.254-1.887-2.257-1.307a2.004 2.004 0 0 1-2.74-.735zM8.75 12a3.25 3.25 0 1 1 6.5 0a3.25 3.25 0 0 1-6.5 0" clipRule="evenodd"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M2.519 16.05a2.01 2.01 0 0 1 .734-2.744a1.51 1.51 0 0 0 0-2.612a2.01 2.01 0 0 1-.734-2.744l1.24-2.15a2.004 2.004 0 0 1 2.739-.735c1.003.58 2.257-.145 2.257-1.307c0-1.108.898-2.008 2.005-2.008h2.48c1.107 0 2.005.9 2.005 2.008c0 1.162 1.255 1.887 2.257 1.307a2.003 2.003 0 0 1 2.74.735l1.24 2.15a2.01 2.01 0 0 1-.735 2.744a1.51 1.51 0 0 0 0 2.612a2.01 2.01 0 0 1 .734 2.743l-1.24 2.151a2.003 2.003 0 0 1-2.739.735c-1.002-.58-2.257.145-2.257 1.307a2.007 2.007 0 0 1-2.006 2.008h-2.478c-1.108 0-2.006-.9-2.006-2.008c0-1.162-1.254-1.887-2.257-1.307a2.004 2.004 0 0 1-2.74-.735zM8.75 12a3.25 3.25 0 1 1 6.5 0a3.25 3.25 0 0 1-6.5 0" clip-rule="evenodd"/></svg> </template>
CSS
.icon-gear-filled {
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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M2.519%2016.05a2.01%202.01%200%200%201%20.734-2.744a1.51%201.51%200%200%200%200-2.612a2.01%202.01%200%200%201-.734-2.744l1.24-2.15a2.004%202.004%200%200%201%202.739-.735c1.003.58%202.257-.145%202.257-1.307c0-1.108.898-2.008%202.005-2.008h2.48c1.107%200%202.005.9%202.005%202.008c0%201.162%201.255%201.887%202.257%201.307a2.003%202.003%200%200%201%202.74.735l1.24%202.15a2.01%202.01%200%200%201-.735%202.744a1.51%201.51%200%200%200%200%202.612a2.01%202.01%200%200%201%20.734%202.743l-1.24%202.151a2.003%202.003%200%200%201-2.739.735c-1.002-.58-2.257.145-2.257%201.307a2.007%202.007%200%200%201-2.006%202.008h-2.478c-1.108%200-2.006-.9-2.006-2.008c0-1.162-1.254-1.887-2.257-1.307a2.004%202.004%200%200%201-2.74-.735zM8.75%2012a3.25%203.25%200%201%201%206.5%200a3.25%203.25%200%200%201-6.5%200%22%20clip-rule%3D%22evenodd%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M2.519%2016.05a2.01%202.01%200%200%201%20.734-2.744a1.51%201.51%200%200%200%200-2.612a2.01%202.01%200%200%201-.734-2.744l1.24-2.15a2.004%202.004%200%200%201%202.739-.735c1.003.58%202.257-.145%202.257-1.307c0-1.108.898-2.008%202.005-2.008h2.48c1.107%200%202.005.9%202.005%202.008c0%201.162%201.255%201.887%202.257%201.307a2.003%202.003%200%200%201%202.74.735l1.24%202.15a2.01%202.01%200%200%201-.735%202.744a1.51%201.51%200%200%200%200%202.612a2.01%202.01%200%200%201%20.734%202.743l-1.24%202.151a2.003%202.003%200%200%201-2.739.735c-1.002-.58-2.257.145-2.257%201.307a2.007%202.007%200%200%201-2.006%202.008h-2.478c-1.108%200-2.006-.9-2.006-2.008c0-1.162-1.254-1.887-2.257-1.307a2.004%202.004%200%200%201-2.74-.735zM8.75%2012a3.25%203.25%200%201%201%206.5%200a3.25%203.25%200%200%201-6.5%200%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/gear-filled.svg?color=%231a73e8&size=48