gear from Reicon by REICON · Outline · Settings · MIT Free for personal and commercial use.

Name
gear
Set
Reicon
Style
Outline
Category
Settings
Viewbox
24×24
License
MIT

1 other variant in Reicon

The same icon in other sets

All gear icons →

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"><g fill="currentColor" fill-rule="evenodd" clip-rule="evenodd"><path d="M12 8.25a3.75 3.75 0 1 0 0 7.5a3.75 3.75 0 0 0 0-7.5M9.75 12a2.25 2.25 0 1 1 4.5 0a2.25 2.25 0 0 1-4.5 0"/><path d="M3.002 12.873a2.51 2.51 0 0 0-.916 3.426l1.239 2.15a2.503 2.503 0 0 0 3.423.92a1.005 1.005 0 0 1 1.507.873a2.507 2.507 0 0 0 2.505 2.508h2.48a2.507 2.507 0 0 0 2.505-2.508c0-.779.839-1.26 1.507-.874a2.503 2.503 0 0 0 3.423-.918l1.24-2.151a2.51 2.51 0 0 0-.918-3.426a1.01 1.01 0 0 1 0-1.747a2.51 2.51 0 0 0 .917-3.425l-1.24-2.15a2.503 2.503 0 0 0-3.422-.92a1.005 1.005 0 0 1-1.507-.873a2.507 2.507 0 0 0-2.506-2.508H10.76a2.507 2.507 0 0 0-2.505 2.508c0 .778-.839 1.26-1.507.874a2.504 2.504 0 0 0-3.423.918L2.085 7.7a2.51 2.51 0 0 0 .917 3.426a1.01 1.01 0 0 1 0 1.747m.383 2.677a1.01 1.01 0 0 1 .368-1.378c1.67-.966 1.67-3.379 0-4.344a1.01 1.01 0 0 1-.368-1.378l1.24-2.151a1.004 1.004 0 0 1 1.372-.369c1.672.967 3.758-.243 3.758-2.172c0-.558.451-1.008 1.005-1.008h2.48c.553 0 1.005.45 1.005 1.008c0 1.93 2.086 3.14 3.758 2.172a1.003 1.003 0 0 1 1.372.37l1.24 2.15a1.01 1.01 0 0 1-.368 1.378c-1.67.966-1.67 3.378 0 4.344c.48.278.646.895.368 1.378l-1.24 2.15a1.003 1.003 0 0 1-1.372.37c-1.672-.968-3.758.243-3.758 2.172c0 .558-.452 1.008-1.006 1.008H10.76c-.553 0-1.005-.45-1.005-1.008c0-1.93-2.086-3.14-3.758-2.172a1.004 1.004 0 0 1-1.372-.37z"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconGear(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor" fillRule="evenodd" clipRule="evenodd"><path d="M12 8.25a3.75 3.75 0 1 0 0 7.5a3.75 3.75 0 0 0 0-7.5M9.75 12a2.25 2.25 0 1 1 4.5 0a2.25 2.25 0 0 1-4.5 0"/><path d="M3.002 12.873a2.51 2.51 0 0 0-.916 3.426l1.239 2.15a2.503 2.503 0 0 0 3.423.92a1.005 1.005 0 0 1 1.507.873a2.507 2.507 0 0 0 2.505 2.508h2.48a2.507 2.507 0 0 0 2.505-2.508c0-.779.839-1.26 1.507-.874a2.503 2.503 0 0 0 3.423-.918l1.24-2.151a2.51 2.51 0 0 0-.918-3.426a1.01 1.01 0 0 1 0-1.747a2.51 2.51 0 0 0 .917-3.425l-1.24-2.15a2.503 2.503 0 0 0-3.422-.92a1.005 1.005 0 0 1-1.507-.873a2.507 2.507 0 0 0-2.506-2.508H10.76a2.507 2.507 0 0 0-2.505 2.508c0 .778-.839 1.26-1.507.874a2.504 2.504 0 0 0-3.423.918L2.085 7.7a2.51 2.51 0 0 0 .917 3.426a1.01 1.01 0 0 1 0 1.747m.383 2.677a1.01 1.01 0 0 1 .368-1.378c1.67-.966 1.67-3.379 0-4.344a1.01 1.01 0 0 1-.368-1.378l1.24-2.151a1.004 1.004 0 0 1 1.372-.369c1.672.967 3.758-.243 3.758-2.172c0-.558.451-1.008 1.005-1.008h2.48c.553 0 1.005.45 1.005 1.008c0 1.93 2.086 3.14 3.758 2.172a1.003 1.003 0 0 1 1.372.37l1.24 2.15a1.01 1.01 0 0 1-.368 1.378c-1.67.966-1.67 3.378 0 4.344c.48.278.646.895.368 1.378l-1.24 2.15a1.003 1.003 0 0 1-1.372.37c-1.672-.968-3.758.243-3.758 2.172c0 .558-.452 1.008-1.006 1.008H10.76c-.553 0-1.005-.45-1.005-1.008c0-1.93-2.086-3.14-3.758-2.172a1.004 1.004 0 0 1-1.372-.37z"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor" fill-rule="evenodd" clip-rule="evenodd"><path d="M12 8.25a3.75 3.75 0 1 0 0 7.5a3.75 3.75 0 0 0 0-7.5M9.75 12a2.25 2.25 0 1 1 4.5 0a2.25 2.25 0 0 1-4.5 0"/><path d="M3.002 12.873a2.51 2.51 0 0 0-.916 3.426l1.239 2.15a2.503 2.503 0 0 0 3.423.92a1.005 1.005 0 0 1 1.507.873a2.507 2.507 0 0 0 2.505 2.508h2.48a2.507 2.507 0 0 0 2.505-2.508c0-.779.839-1.26 1.507-.874a2.503 2.503 0 0 0 3.423-.918l1.24-2.151a2.51 2.51 0 0 0-.918-3.426a1.01 1.01 0 0 1 0-1.747a2.51 2.51 0 0 0 .917-3.425l-1.24-2.15a2.503 2.503 0 0 0-3.422-.92a1.005 1.005 0 0 1-1.507-.873a2.507 2.507 0 0 0-2.506-2.508H10.76a2.507 2.507 0 0 0-2.505 2.508c0 .778-.839 1.26-1.507.874a2.504 2.504 0 0 0-3.423.918L2.085 7.7a2.51 2.51 0 0 0 .917 3.426a1.01 1.01 0 0 1 0 1.747m.383 2.677a1.01 1.01 0 0 1 .368-1.378c1.67-.966 1.67-3.379 0-4.344a1.01 1.01 0 0 1-.368-1.378l1.24-2.151a1.004 1.004 0 0 1 1.372-.369c1.672.967 3.758-.243 3.758-2.172c0-.558.451-1.008 1.005-1.008h2.48c.553 0 1.005.45 1.005 1.008c0 1.93 2.086 3.14 3.758 2.172a1.003 1.003 0 0 1 1.372.37l1.24 2.15a1.01 1.01 0 0 1-.368 1.378c-1.67.966-1.67 3.378 0 4.344c.48.278.646.895.368 1.378l-1.24 2.15a1.003 1.003 0 0 1-1.372.37c-1.672-.968-3.758.243-3.758 2.172c0 .558-.452 1.008-1.006 1.008H10.76c-.553 0-1.005-.45-1.005-1.008c0-1.93-2.086-3.14-3.758-2.172a1.004 1.004 0 0 1-1.372-.37z"/></g></svg>
</template>

CSS

.icon-gear {
  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%3Cg%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M12%208.25a3.75%203.75%200%201%200%200%207.5a3.75%203.75%200%200%200%200-7.5M9.75%2012a2.25%202.25%200%201%201%204.5%200a2.25%202.25%200%200%201-4.5%200%22%2F%3E%3Cpath%20d%3D%22M3.002%2012.873a2.51%202.51%200%200%200-.916%203.426l1.239%202.15a2.503%202.503%200%200%200%203.423.92a1.005%201.005%200%200%201%201.507.873a2.507%202.507%200%200%200%202.505%202.508h2.48a2.507%202.507%200%200%200%202.505-2.508c0-.779.839-1.26%201.507-.874a2.503%202.503%200%200%200%203.423-.918l1.24-2.151a2.51%202.51%200%200%200-.918-3.426a1.01%201.01%200%200%201%200-1.747a2.51%202.51%200%200%200%20.917-3.425l-1.24-2.15a2.503%202.503%200%200%200-3.422-.92a1.005%201.005%200%200%201-1.507-.873a2.507%202.507%200%200%200-2.506-2.508H10.76a2.507%202.507%200%200%200-2.505%202.508c0%20.778-.839%201.26-1.507.874a2.504%202.504%200%200%200-3.423.918L2.085%207.7a2.51%202.51%200%200%200%20.917%203.426a1.01%201.01%200%200%201%200%201.747m.383%202.677a1.01%201.01%200%200%201%20.368-1.378c1.67-.966%201.67-3.379%200-4.344a1.01%201.01%200%200%201-.368-1.378l1.24-2.151a1.004%201.004%200%200%201%201.372-.369c1.672.967%203.758-.243%203.758-2.172c0-.558.451-1.008%201.005-1.008h2.48c.553%200%201.005.45%201.005%201.008c0%201.93%202.086%203.14%203.758%202.172a1.003%201.003%200%200%201%201.372.37l1.24%202.15a1.01%201.01%200%200%201-.368%201.378c-1.67.966-1.67%203.378%200%204.344c.48.278.646.895.368%201.378l-1.24%202.15a1.003%201.003%200%200%201-1.372.37c-1.672-.968-3.758.243-3.758%202.172c0%20.558-.452%201.008-1.006%201.008H10.76c-.553%200-1.005-.45-1.005-1.008c0-1.93-2.086-3.14-3.758-2.172a1.004%201.004%200%200%201-1.372-.37z%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M12%208.25a3.75%203.75%200%201%200%200%207.5a3.75%203.75%200%200%200%200-7.5M9.75%2012a2.25%202.25%200%201%201%204.5%200a2.25%202.25%200%200%201-4.5%200%22%2F%3E%3Cpath%20d%3D%22M3.002%2012.873a2.51%202.51%200%200%200-.916%203.426l1.239%202.15a2.503%202.503%200%200%200%203.423.92a1.005%201.005%200%200%201%201.507.873a2.507%202.507%200%200%200%202.505%202.508h2.48a2.507%202.507%200%200%200%202.505-2.508c0-.779.839-1.26%201.507-.874a2.503%202.503%200%200%200%203.423-.918l1.24-2.151a2.51%202.51%200%200%200-.918-3.426a1.01%201.01%200%200%201%200-1.747a2.51%202.51%200%200%200%20.917-3.425l-1.24-2.15a2.503%202.503%200%200%200-3.422-.92a1.005%201.005%200%200%201-1.507-.873a2.507%202.507%200%200%200-2.506-2.508H10.76a2.507%202.507%200%200%200-2.505%202.508c0%20.778-.839%201.26-1.507.874a2.504%202.504%200%200%200-3.423.918L2.085%207.7a2.51%202.51%200%200%200%20.917%203.426a1.01%201.01%200%200%201%200%201.747m.383%202.677a1.01%201.01%200%200%201%20.368-1.378c1.67-.966%201.67-3.379%200-4.344a1.01%201.01%200%200%201-.368-1.378l1.24-2.151a1.004%201.004%200%200%201%201.372-.369c1.672.967%203.758-.243%203.758-2.172c0-.558.451-1.008%201.005-1.008h2.48c.553%200%201.005.45%201.005%201.008c0%201.93%202.086%203.14%203.758%202.172a1.003%201.003%200%200%201%201.372.37l1.24%202.15a1.01%201.01%200%200%201-.368%201.378c-1.67.966-1.67%203.378%200%204.344c.48.278.646.895.368%201.378l-1.24%202.15a1.003%201.003%200%200%201-1.372.37c-1.672-.968-3.758.243-3.758%202.172c0%20.558-.452%201.008-1.006%201.008H10.76c-.553%200-1.005-.45-1.005-1.008c0-1.93-2.086-3.14-3.758-2.172a1.004%201.004%200%200%201-1.372-.37z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/gear.svg?color=%231a73e8&size=48