gears from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
gears
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

The same icon in other sets

Use the gears icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="1.5"><path d="m9.379 3.833l-.162-.953c-.07-.42-.106-.63-.258-.755S8.587 2 8.146 2h-.29c-.44 0-.66 0-.812.125s-.188.335-.259.755l-.161.953a3.8 3.8 0 0 0-.941.536l-.9-.332c-.416-.153-.623-.23-.812-.164s-.3.253-.519.627l-.16.273c-.214.364-.32.546-.285.733c.034.187.2.322.532.59l.767.622a3.7 3.7 0 0 0 0 1.066l-.765.62c-.332.269-.497.403-.532.59s.071.37.285.733l.16.274c.22.374.33.56.519.627c.189.065.396-.011.812-.164l.899-.332c.283.22.6.402.94.535l.161.953c.071.42.107.63.259.755s.372.125.812.125h.29c.44 0 .66 0 .813-.125s.187-.335.258-.755l.162-.953c.34-.133.656-.314.939-.534l.897.33c.416.154.623.23.812.165c.19-.066.3-.253.519-.627l.16-.274c.213-.364.32-.546.285-.733c-.034-.187-.2-.321-.532-.59l-.763-.618a3.7 3.7 0 0 0 0-1.07l.765-.62c.332-.268.498-.403.532-.59s-.071-.369-.285-.733l-.16-.273c-.22-.374-.33-.561-.519-.627s-.396.01-.812.164l-.898.331c-.283-.22-.6-.402-.94-.535Zm8 9.5l-.162-.953c-.07-.42-.107-.63-.258-.755s-.372-.125-.813-.125h-.29c-.44 0-.66 0-.812.125s-.188.335-.259.755l-.161.953a3.8 3.8 0 0 0-.941.536l-.9-.332c-.416-.153-.623-.23-.812-.164s-.3.253-.519.627l-.16.273c-.214.364-.32.546-.285.733c.034.188.2.322.532.59l.767.622a3.7 3.7 0 0 0 0 1.066l-.765.62c-.332.269-.498.403-.532.59s.072.37.285.733l.16.274c.22.374.33.56.519.627c.189.065.396-.011.812-.164l.899-.332c.283.22.6.402.94.535l.161.953c.071.42.107.63.259.755s.372.125.812.125h.29c.44 0 .66 0 .813-.125c.151-.125.187-.335.258-.755l.162-.953c.34-.133.656-.314.939-.534l.897.33c.416.154.623.23.812.165c.19-.066.3-.253.518-.627l.161-.274c.213-.364.32-.546.285-.733s-.2-.321-.532-.59l-.763-.618a3.7 3.7 0 0 0 0-1.07l.765-.62c.332-.268.498-.402.533-.59c.034-.187-.072-.369-.286-.733l-.16-.273c-.22-.374-.33-.561-.519-.627s-.396.01-.812.164l-.898.331c-.283-.22-.6-.402-.94-.535Z"/><path stroke-linecap="round" d="M8.25 7.25H8m.5 0a.5.5 0 1 1-1 0a.5.5 0 0 1 1 0m7.75 9.5H16m.5 0a.5.5 0 1 1-1 0a.5.5 0 0 1 1 0"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsGears(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinejoin="round" strokeWidth="1.5"><path d="m9.379 3.833l-.162-.953c-.07-.42-.106-.63-.258-.755S8.587 2 8.146 2h-.29c-.44 0-.66 0-.812.125s-.188.335-.259.755l-.161.953a3.8 3.8 0 0 0-.941.536l-.9-.332c-.416-.153-.623-.23-.812-.164s-.3.253-.519.627l-.16.273c-.214.364-.32.546-.285.733c.034.187.2.322.532.59l.767.622a3.7 3.7 0 0 0 0 1.066l-.765.62c-.332.269-.497.403-.532.59s.071.37.285.733l.16.274c.22.374.33.56.519.627c.189.065.396-.011.812-.164l.899-.332c.283.22.6.402.94.535l.161.953c.071.42.107.63.259.755s.372.125.812.125h.29c.44 0 .66 0 .813-.125s.187-.335.258-.755l.162-.953c.34-.133.656-.314.939-.534l.897.33c.416.154.623.23.812.165c.19-.066.3-.253.519-.627l.16-.274c.213-.364.32-.546.285-.733c-.034-.187-.2-.321-.532-.59l-.763-.618a3.7 3.7 0 0 0 0-1.07l.765-.62c.332-.268.498-.403.532-.59s-.071-.369-.285-.733l-.16-.273c-.22-.374-.33-.561-.519-.627s-.396.01-.812.164l-.898.331c-.283-.22-.6-.402-.94-.535Zm8 9.5l-.162-.953c-.07-.42-.107-.63-.258-.755s-.372-.125-.813-.125h-.29c-.44 0-.66 0-.812.125s-.188.335-.259.755l-.161.953a3.8 3.8 0 0 0-.941.536l-.9-.332c-.416-.153-.623-.23-.812-.164s-.3.253-.519.627l-.16.273c-.214.364-.32.546-.285.733c.034.188.2.322.532.59l.767.622a3.7 3.7 0 0 0 0 1.066l-.765.62c-.332.269-.498.403-.532.59s.072.37.285.733l.16.274c.22.374.33.56.519.627c.189.065.396-.011.812-.164l.899-.332c.283.22.6.402.94.535l.161.953c.071.42.107.63.259.755s.372.125.812.125h.29c.44 0 .66 0 .813-.125c.151-.125.187-.335.258-.755l.162-.953c.34-.133.656-.314.939-.534l.897.33c.416.154.623.23.812.165c.19-.066.3-.253.518-.627l.161-.274c.213-.364.32-.546.285-.733s-.2-.321-.532-.59l-.763-.618a3.7 3.7 0 0 0 0-1.07l.765-.62c.332-.268.498-.402.533-.59c.034-.187-.072-.369-.286-.733l-.16-.273c-.22-.374-.33-.561-.519-.627s-.396.01-.812.164l-.898.331c-.283-.22-.6-.402-.94-.535Z"/><path strokeLinecap="round" d="M8.25 7.25H8m.5 0a.5.5 0 1 1-1 0a.5.5 0 0 1 1 0m7.75 9.5H16m.5 0a.5.5 0 1 1-1 0a.5.5 0 0 1 1 0"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="1.5"><path d="m9.379 3.833l-.162-.953c-.07-.42-.106-.63-.258-.755S8.587 2 8.146 2h-.29c-.44 0-.66 0-.812.125s-.188.335-.259.755l-.161.953a3.8 3.8 0 0 0-.941.536l-.9-.332c-.416-.153-.623-.23-.812-.164s-.3.253-.519.627l-.16.273c-.214.364-.32.546-.285.733c.034.187.2.322.532.59l.767.622a3.7 3.7 0 0 0 0 1.066l-.765.62c-.332.269-.497.403-.532.59s.071.37.285.733l.16.274c.22.374.33.56.519.627c.189.065.396-.011.812-.164l.899-.332c.283.22.6.402.94.535l.161.953c.071.42.107.63.259.755s.372.125.812.125h.29c.44 0 .66 0 .813-.125s.187-.335.258-.755l.162-.953c.34-.133.656-.314.939-.534l.897.33c.416.154.623.23.812.165c.19-.066.3-.253.519-.627l.16-.274c.213-.364.32-.546.285-.733c-.034-.187-.2-.321-.532-.59l-.763-.618a3.7 3.7 0 0 0 0-1.07l.765-.62c.332-.268.498-.403.532-.59s-.071-.369-.285-.733l-.16-.273c-.22-.374-.33-.561-.519-.627s-.396.01-.812.164l-.898.331c-.283-.22-.6-.402-.94-.535Zm8 9.5l-.162-.953c-.07-.42-.107-.63-.258-.755s-.372-.125-.813-.125h-.29c-.44 0-.66 0-.812.125s-.188.335-.259.755l-.161.953a3.8 3.8 0 0 0-.941.536l-.9-.332c-.416-.153-.623-.23-.812-.164s-.3.253-.519.627l-.16.273c-.214.364-.32.546-.285.733c.034.188.2.322.532.59l.767.622a3.7 3.7 0 0 0 0 1.066l-.765.62c-.332.269-.498.403-.532.59s.072.37.285.733l.16.274c.22.374.33.56.519.627c.189.065.396-.011.812-.164l.899-.332c.283.22.6.402.94.535l.161.953c.071.42.107.63.259.755s.372.125.812.125h.29c.44 0 .66 0 .813-.125c.151-.125.187-.335.258-.755l.162-.953c.34-.133.656-.314.939-.534l.897.33c.416.154.623.23.812.165c.19-.066.3-.253.518-.627l.161-.274c.213-.364.32-.546.285-.733s-.2-.321-.532-.59l-.763-.618a3.7 3.7 0 0 0 0-1.07l.765-.62c.332-.268.498-.402.533-.59c.034-.187-.072-.369-.286-.733l-.16-.273c-.22-.374-.33-.561-.519-.627s-.396.01-.812.164l-.898.331c-.283-.22-.6-.402-.94-.535Z"/><path stroke-linecap="round" d="M8.25 7.25H8m.5 0a.5.5 0 1 1-1 0a.5.5 0 0 1 1 0m7.75 9.5H16m.5 0a.5.5 0 1 1-1 0a.5.5 0 0 1 1 0"/></g></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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22m9.379%203.833l-.162-.953c-.07-.42-.106-.63-.258-.755S8.587%202%208.146%202h-.29c-.44%200-.66%200-.812.125s-.188.335-.259.755l-.161.953a3.8%203.8%200%200%200-.941.536l-.9-.332c-.416-.153-.623-.23-.812-.164s-.3.253-.519.627l-.16.273c-.214.364-.32.546-.285.733c.034.187.2.322.532.59l.767.622a3.7%203.7%200%200%200%200%201.066l-.765.62c-.332.269-.497.403-.532.59s.071.37.285.733l.16.274c.22.374.33.56.519.627c.189.065.396-.011.812-.164l.899-.332c.283.22.6.402.94.535l.161.953c.071.42.107.63.259.755s.372.125.812.125h.29c.44%200%20.66%200%20.813-.125s.187-.335.258-.755l.162-.953c.34-.133.656-.314.939-.534l.897.33c.416.154.623.23.812.165c.19-.066.3-.253.519-.627l.16-.274c.213-.364.32-.546.285-.733c-.034-.187-.2-.321-.532-.59l-.763-.618a3.7%203.7%200%200%200%200-1.07l.765-.62c.332-.268.498-.403.532-.59s-.071-.369-.285-.733l-.16-.273c-.22-.374-.33-.561-.519-.627s-.396.01-.812.164l-.898.331c-.283-.22-.6-.402-.94-.535Zm8%209.5l-.162-.953c-.07-.42-.107-.63-.258-.755s-.372-.125-.813-.125h-.29c-.44%200-.66%200-.812.125s-.188.335-.259.755l-.161.953a3.8%203.8%200%200%200-.941.536l-.9-.332c-.416-.153-.623-.23-.812-.164s-.3.253-.519.627l-.16.273c-.214.364-.32.546-.285.733c.034.188.2.322.532.59l.767.622a3.7%203.7%200%200%200%200%201.066l-.765.62c-.332.269-.498.403-.532.59s.072.37.285.733l.16.274c.22.374.33.56.519.627c.189.065.396-.011.812-.164l.899-.332c.283.22.6.402.94.535l.161.953c.071.42.107.63.259.755s.372.125.812.125h.29c.44%200%20.66%200%20.813-.125c.151-.125.187-.335.258-.755l.162-.953c.34-.133.656-.314.939-.534l.897.33c.416.154.623.23.812.165c.19-.066.3-.253.518-.627l.161-.274c.213-.364.32-.546.285-.733s-.2-.321-.532-.59l-.763-.618a3.7%203.7%200%200%200%200-1.07l.765-.62c.332-.268.498-.402.533-.59c.034-.187-.072-.369-.286-.733l-.16-.273c-.22-.374-.33-.561-.519-.627s-.396.01-.812.164l-.898.331c-.283-.22-.6-.402-.94-.535Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M8.25%207.25H8m.5%200a.5.5%200%201%201-1%200a.5.5%200%200%201%201%200m7.75%209.5H16m.5%200a.5.5%200%201%201-1%200a.5.5%200%200%201%201%200%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22m9.379%203.833l-.162-.953c-.07-.42-.106-.63-.258-.755S8.587%202%208.146%202h-.29c-.44%200-.66%200-.812.125s-.188.335-.259.755l-.161.953a3.8%203.8%200%200%200-.941.536l-.9-.332c-.416-.153-.623-.23-.812-.164s-.3.253-.519.627l-.16.273c-.214.364-.32.546-.285.733c.034.187.2.322.532.59l.767.622a3.7%203.7%200%200%200%200%201.066l-.765.62c-.332.269-.497.403-.532.59s.071.37.285.733l.16.274c.22.374.33.56.519.627c.189.065.396-.011.812-.164l.899-.332c.283.22.6.402.94.535l.161.953c.071.42.107.63.259.755s.372.125.812.125h.29c.44%200%20.66%200%20.813-.125s.187-.335.258-.755l.162-.953c.34-.133.656-.314.939-.534l.897.33c.416.154.623.23.812.165c.19-.066.3-.253.519-.627l.16-.274c.213-.364.32-.546.285-.733c-.034-.187-.2-.321-.532-.59l-.763-.618a3.7%203.7%200%200%200%200-1.07l.765-.62c.332-.268.498-.403.532-.59s-.071-.369-.285-.733l-.16-.273c-.22-.374-.33-.561-.519-.627s-.396.01-.812.164l-.898.331c-.283-.22-.6-.402-.94-.535Zm8%209.5l-.162-.953c-.07-.42-.107-.63-.258-.755s-.372-.125-.813-.125h-.29c-.44%200-.66%200-.812.125s-.188.335-.259.755l-.161.953a3.8%203.8%200%200%200-.941.536l-.9-.332c-.416-.153-.623-.23-.812-.164s-.3.253-.519.627l-.16.273c-.214.364-.32.546-.285.733c.034.188.2.322.532.59l.767.622a3.7%203.7%200%200%200%200%201.066l-.765.62c-.332.269-.498.403-.532.59s.072.37.285.733l.16.274c.22.374.33.56.519.627c.189.065.396-.011.812-.164l.899-.332c.283.22.6.402.94.535l.161.953c.071.42.107.63.259.755s.372.125.812.125h.29c.44%200%20.66%200%20.813-.125c.151-.125.187-.335.258-.755l.162-.953c.34-.133.656-.314.939-.534l.897.33c.416.154.623.23.812.165c.19-.066.3-.253.518-.627l.161-.274c.213-.364.32-.546.285-.733s-.2-.321-.532-.59l-.763-.618a3.7%203.7%200%200%200%200-1.07l.765-.62c.332-.268.498-.402.533-.59c.034-.187-.072-.369-.286-.733l-.16-.273c-.22-.374-.33-.561-.519-.627s-.396.01-.812.164l-.898.331c-.283-.22-.6-.402-.94-.535Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M8.25%207.25H8m.5%200a.5.5%200%201%201-1%200a.5.5%200%200%201%201%200m7.75%209.5H16m.5%200a.5.5%200%201%201-1%200a.5.5%200%200%201%201%200%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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