gear from Emoji One (Colored) by Emoji One · Default · Objects · CC-BY-4.0 Attribution required.

Name
gear
Set
Emoji One (Colored)
Style
Default
Category
Objects
Viewbox
64×64
License
CC BY 4.0

The same emoji in other sets

More objects icons from Emoji One (Colored)

Use the gear emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><g fill="#3e4347"><path d="M14.3 18.3c1.1.2 1.6 1.3 1.1 2.3l-3.2 7.6c-.4 1.1-1.5 1.4-2.4.9L3 24.9c-.9-.6-1.3-1.9-.9-3l1.6-3.8c.4-1 1.7-1.7 2.7-1.5zM9.8 34.8c.9-.6 2-.2 2.5.9l3.2 7.6c.4 1.1-.1 2.1-1.1 2.3l-7.8 1.7c-1.1.2-2.3-.4-2.7-1.5L2.3 42c-.4-1.1 0-2.4.9-3zm8.5 14.9c.2-1.1 1.3-1.6 2.3-1.1l7.6 3.2c1.1.4 1.4 1.5.9 2.5L24.8 61c-.6.9-1.9 1.3-3 .9L18 60.3c-1-.4-1.7-1.7-1.5-2.7zm16.5 4.5c-.6-.9-.2-2 .9-2.5l7.6-3.2c1.1-.4 2.1.1 2.3 1.1l1.7 7.8c.2 1.1-.4 2.3-1.5 2.7L42 61.7c-1.1.4-2.4 0-3-.9zm14.9-8.5c-1.1-.2-1.6-1.3-1.1-2.3l3.2-7.6c.4-1 1.5-1.4 2.5-.9l6.8 4.3c.9.6 1.3 1.9.9 3L60.4 46c-.4 1-1.7 1.7-2.7 1.5zm4.5-16.5c-.9.6-2 .2-2.5-.9l-3.2-7.6c-.4-1.1.1-2.1 1.1-2.3l7.8-1.7c1.1-.2 2.3.4 2.7 1.5l1.6 3.8c.4 1 0 2.4-.9 3zm-8.5-14.9c-.2 1.1-1.3 1.6-2.3 1.1l-7.6-3.2c-1.1-.4-1.4-1.5-.9-2.5L39.1 3c.6-.9 1.9-1.3 3-.9l3.8 1.6c1 .4 1.7 1.7 1.5 2.7zM29.2 9.8c.6.9.2 2-.9 2.5l-7.6 3.2c-1 .4-2.1-.1-2.3-1.1l-1.7-7.8c-.2-1.1.4-2.3 1.5-2.7L22 2.3c1.1-.4 2.4 0 3 .9z"/><path d="M32 6.7C18 6.7 6.7 18 6.7 32S18 57.3 32 57.3S57.3 46 57.3 32S46 6.7 32 6.7m0 41.2c-8.8 0-15.9-7.1-15.9-15.9S23.2 16.1 32 16.1S47.9 23.2 47.9 32S40.8 47.9 32 47.9"/></g><path fill="#94989b" d="M32 12.3c-10.9 0-19.7 8.8-19.7 19.7S21.1 51.7 32 51.7S51.7 42.9 51.7 32S42.9 12.3 32 12.3m0 27.2c-4.1 0-7.5-3.4-7.5-7.5s3.4-7.5 7.5-7.5s7.5 3.4 7.5 7.5s-3.4 7.5-7.5 7.5"/><path fill="#3e4347" d="M32 17c-8.3 0-15 6.7-15 15s6.7 15 15 15s15-6.7 15-15s-6.7-15-15-15m0 22.5c-4.1 0-7.5-3.4-7.5-7.5s3.4-7.5 7.5-7.5s7.5 3.4 7.5 7.5s-3.4 7.5-7.5 7.5"/></svg>

React

import type { SVGProps } from "react";

export function EmojioneGear(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><g fill="#3e4347"><path d="M14.3 18.3c1.1.2 1.6 1.3 1.1 2.3l-3.2 7.6c-.4 1.1-1.5 1.4-2.4.9L3 24.9c-.9-.6-1.3-1.9-.9-3l1.6-3.8c.4-1 1.7-1.7 2.7-1.5zM9.8 34.8c.9-.6 2-.2 2.5.9l3.2 7.6c.4 1.1-.1 2.1-1.1 2.3l-7.8 1.7c-1.1.2-2.3-.4-2.7-1.5L2.3 42c-.4-1.1 0-2.4.9-3zm8.5 14.9c.2-1.1 1.3-1.6 2.3-1.1l7.6 3.2c1.1.4 1.4 1.5.9 2.5L24.8 61c-.6.9-1.9 1.3-3 .9L18 60.3c-1-.4-1.7-1.7-1.5-2.7zm16.5 4.5c-.6-.9-.2-2 .9-2.5l7.6-3.2c1.1-.4 2.1.1 2.3 1.1l1.7 7.8c.2 1.1-.4 2.3-1.5 2.7L42 61.7c-1.1.4-2.4 0-3-.9zm14.9-8.5c-1.1-.2-1.6-1.3-1.1-2.3l3.2-7.6c.4-1 1.5-1.4 2.5-.9l6.8 4.3c.9.6 1.3 1.9.9 3L60.4 46c-.4 1-1.7 1.7-2.7 1.5zm4.5-16.5c-.9.6-2 .2-2.5-.9l-3.2-7.6c-.4-1.1.1-2.1 1.1-2.3l7.8-1.7c1.1-.2 2.3.4 2.7 1.5l1.6 3.8c.4 1 0 2.4-.9 3zm-8.5-14.9c-.2 1.1-1.3 1.6-2.3 1.1l-7.6-3.2c-1.1-.4-1.4-1.5-.9-2.5L39.1 3c.6-.9 1.9-1.3 3-.9l3.8 1.6c1 .4 1.7 1.7 1.5 2.7zM29.2 9.8c.6.9.2 2-.9 2.5l-7.6 3.2c-1 .4-2.1-.1-2.3-1.1l-1.7-7.8c-.2-1.1.4-2.3 1.5-2.7L22 2.3c1.1-.4 2.4 0 3 .9z"/><path d="M32 6.7C18 6.7 6.7 18 6.7 32S18 57.3 32 57.3S57.3 46 57.3 32S46 6.7 32 6.7m0 41.2c-8.8 0-15.9-7.1-15.9-15.9S23.2 16.1 32 16.1S47.9 23.2 47.9 32S40.8 47.9 32 47.9"/></g><path fill="#94989b" d="M32 12.3c-10.9 0-19.7 8.8-19.7 19.7S21.1 51.7 32 51.7S51.7 42.9 51.7 32S42.9 12.3 32 12.3m0 27.2c-4.1 0-7.5-3.4-7.5-7.5s3.4-7.5 7.5-7.5s7.5 3.4 7.5 7.5s-3.4 7.5-7.5 7.5"/><path fill="#3e4347" d="M32 17c-8.3 0-15 6.7-15 15s6.7 15 15 15s15-6.7 15-15s-6.7-15-15-15m0 22.5c-4.1 0-7.5-3.4-7.5-7.5s3.4-7.5 7.5-7.5s7.5 3.4 7.5 7.5s-3.4 7.5-7.5 7.5"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><g fill="#3e4347"><path d="M14.3 18.3c1.1.2 1.6 1.3 1.1 2.3l-3.2 7.6c-.4 1.1-1.5 1.4-2.4.9L3 24.9c-.9-.6-1.3-1.9-.9-3l1.6-3.8c.4-1 1.7-1.7 2.7-1.5zM9.8 34.8c.9-.6 2-.2 2.5.9l3.2 7.6c.4 1.1-.1 2.1-1.1 2.3l-7.8 1.7c-1.1.2-2.3-.4-2.7-1.5L2.3 42c-.4-1.1 0-2.4.9-3zm8.5 14.9c.2-1.1 1.3-1.6 2.3-1.1l7.6 3.2c1.1.4 1.4 1.5.9 2.5L24.8 61c-.6.9-1.9 1.3-3 .9L18 60.3c-1-.4-1.7-1.7-1.5-2.7zm16.5 4.5c-.6-.9-.2-2 .9-2.5l7.6-3.2c1.1-.4 2.1.1 2.3 1.1l1.7 7.8c.2 1.1-.4 2.3-1.5 2.7L42 61.7c-1.1.4-2.4 0-3-.9zm14.9-8.5c-1.1-.2-1.6-1.3-1.1-2.3l3.2-7.6c.4-1 1.5-1.4 2.5-.9l6.8 4.3c.9.6 1.3 1.9.9 3L60.4 46c-.4 1-1.7 1.7-2.7 1.5zm4.5-16.5c-.9.6-2 .2-2.5-.9l-3.2-7.6c-.4-1.1.1-2.1 1.1-2.3l7.8-1.7c1.1-.2 2.3.4 2.7 1.5l1.6 3.8c.4 1 0 2.4-.9 3zm-8.5-14.9c-.2 1.1-1.3 1.6-2.3 1.1l-7.6-3.2c-1.1-.4-1.4-1.5-.9-2.5L39.1 3c.6-.9 1.9-1.3 3-.9l3.8 1.6c1 .4 1.7 1.7 1.5 2.7zM29.2 9.8c.6.9.2 2-.9 2.5l-7.6 3.2c-1 .4-2.1-.1-2.3-1.1l-1.7-7.8c-.2-1.1.4-2.3 1.5-2.7L22 2.3c1.1-.4 2.4 0 3 .9z"/><path d="M32 6.7C18 6.7 6.7 18 6.7 32S18 57.3 32 57.3S57.3 46 57.3 32S46 6.7 32 6.7m0 41.2c-8.8 0-15.9-7.1-15.9-15.9S23.2 16.1 32 16.1S47.9 23.2 47.9 32S40.8 47.9 32 47.9"/></g><path fill="#94989b" d="M32 12.3c-10.9 0-19.7 8.8-19.7 19.7S21.1 51.7 32 51.7S51.7 42.9 51.7 32S42.9 12.3 32 12.3m0 27.2c-4.1 0-7.5-3.4-7.5-7.5s3.4-7.5 7.5-7.5s7.5 3.4 7.5 7.5s-3.4 7.5-7.5 7.5"/><path fill="#3e4347" d="M32 17c-8.3 0-15 6.7-15 15s6.7 15 15 15s15-6.7 15-15s-6.7-15-15-15m0 22.5c-4.1 0-7.5-3.4-7.5-7.5s3.4-7.5 7.5-7.5s7.5 3.4 7.5 7.5s-3.4 7.5-7.5 7.5"/></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%2064%2064%22%3E%3Cg%20fill%3D%22%233e4347%22%3E%3Cpath%20d%3D%22M14.3%2018.3c1.1.2%201.6%201.3%201.1%202.3l-3.2%207.6c-.4%201.1-1.5%201.4-2.4.9L3%2024.9c-.9-.6-1.3-1.9-.9-3l1.6-3.8c.4-1%201.7-1.7%202.7-1.5zM9.8%2034.8c.9-.6%202-.2%202.5.9l3.2%207.6c.4%201.1-.1%202.1-1.1%202.3l-7.8%201.7c-1.1.2-2.3-.4-2.7-1.5L2.3%2042c-.4-1.1%200-2.4.9-3zm8.5%2014.9c.2-1.1%201.3-1.6%202.3-1.1l7.6%203.2c1.1.4%201.4%201.5.9%202.5L24.8%2061c-.6.9-1.9%201.3-3%20.9L18%2060.3c-1-.4-1.7-1.7-1.5-2.7zm16.5%204.5c-.6-.9-.2-2%20.9-2.5l7.6-3.2c1.1-.4%202.1.1%202.3%201.1l1.7%207.8c.2%201.1-.4%202.3-1.5%202.7L42%2061.7c-1.1.4-2.4%200-3-.9zm14.9-8.5c-1.1-.2-1.6-1.3-1.1-2.3l3.2-7.6c.4-1%201.5-1.4%202.5-.9l6.8%204.3c.9.6%201.3%201.9.9%203L60.4%2046c-.4%201-1.7%201.7-2.7%201.5zm4.5-16.5c-.9.6-2%20.2-2.5-.9l-3.2-7.6c-.4-1.1.1-2.1%201.1-2.3l7.8-1.7c1.1-.2%202.3.4%202.7%201.5l1.6%203.8c.4%201%200%202.4-.9%203zm-8.5-14.9c-.2%201.1-1.3%201.6-2.3%201.1l-7.6-3.2c-1.1-.4-1.4-1.5-.9-2.5L39.1%203c.6-.9%201.9-1.3%203-.9l3.8%201.6c1%20.4%201.7%201.7%201.5%202.7zM29.2%209.8c.6.9.2%202-.9%202.5l-7.6%203.2c-1%20.4-2.1-.1-2.3-1.1l-1.7-7.8c-.2-1.1.4-2.3%201.5-2.7L22%202.3c1.1-.4%202.4%200%203%20.9z%22%2F%3E%3Cpath%20d%3D%22M32%206.7C18%206.7%206.7%2018%206.7%2032S18%2057.3%2032%2057.3S57.3%2046%2057.3%2032S46%206.7%2032%206.7m0%2041.2c-8.8%200-15.9-7.1-15.9-15.9S23.2%2016.1%2032%2016.1S47.9%2023.2%2047.9%2032S40.8%2047.9%2032%2047.9%22%2F%3E%3C%2Fg%3E%3Cpath%20fill%3D%22%2394989b%22%20d%3D%22M32%2012.3c-10.9%200-19.7%208.8-19.7%2019.7S21.1%2051.7%2032%2051.7S51.7%2042.9%2051.7%2032S42.9%2012.3%2032%2012.3m0%2027.2c-4.1%200-7.5-3.4-7.5-7.5s3.4-7.5%207.5-7.5s7.5%203.4%207.5%207.5s-3.4%207.5-7.5%207.5%22%2F%3E%3Cpath%20fill%3D%22%233e4347%22%20d%3D%22M32%2017c-8.3%200-15%206.7-15%2015s6.7%2015%2015%2015s15-6.7%2015-15s-6.7-15-15-15m0%2022.5c-4.1%200-7.5-3.4-7.5-7.5s3.4-7.5%207.5-7.5s7.5%203.4%207.5%207.5s-3.4%207.5-7.5%207.5%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%2064%2064%22%3E%3Cg%20fill%3D%22%233e4347%22%3E%3Cpath%20d%3D%22M14.3%2018.3c1.1.2%201.6%201.3%201.1%202.3l-3.2%207.6c-.4%201.1-1.5%201.4-2.4.9L3%2024.9c-.9-.6-1.3-1.9-.9-3l1.6-3.8c.4-1%201.7-1.7%202.7-1.5zM9.8%2034.8c.9-.6%202-.2%202.5.9l3.2%207.6c.4%201.1-.1%202.1-1.1%202.3l-7.8%201.7c-1.1.2-2.3-.4-2.7-1.5L2.3%2042c-.4-1.1%200-2.4.9-3zm8.5%2014.9c.2-1.1%201.3-1.6%202.3-1.1l7.6%203.2c1.1.4%201.4%201.5.9%202.5L24.8%2061c-.6.9-1.9%201.3-3%20.9L18%2060.3c-1-.4-1.7-1.7-1.5-2.7zm16.5%204.5c-.6-.9-.2-2%20.9-2.5l7.6-3.2c1.1-.4%202.1.1%202.3%201.1l1.7%207.8c.2%201.1-.4%202.3-1.5%202.7L42%2061.7c-1.1.4-2.4%200-3-.9zm14.9-8.5c-1.1-.2-1.6-1.3-1.1-2.3l3.2-7.6c.4-1%201.5-1.4%202.5-.9l6.8%204.3c.9.6%201.3%201.9.9%203L60.4%2046c-.4%201-1.7%201.7-2.7%201.5zm4.5-16.5c-.9.6-2%20.2-2.5-.9l-3.2-7.6c-.4-1.1.1-2.1%201.1-2.3l7.8-1.7c1.1-.2%202.3.4%202.7%201.5l1.6%203.8c.4%201%200%202.4-.9%203zm-8.5-14.9c-.2%201.1-1.3%201.6-2.3%201.1l-7.6-3.2c-1.1-.4-1.4-1.5-.9-2.5L39.1%203c.6-.9%201.9-1.3%203-.9l3.8%201.6c1%20.4%201.7%201.7%201.5%202.7zM29.2%209.8c.6.9.2%202-.9%202.5l-7.6%203.2c-1%20.4-2.1-.1-2.3-1.1l-1.7-7.8c-.2-1.1.4-2.3%201.5-2.7L22%202.3c1.1-.4%202.4%200%203%20.9z%22%2F%3E%3Cpath%20d%3D%22M32%206.7C18%206.7%206.7%2018%206.7%2032S18%2057.3%2032%2057.3S57.3%2046%2057.3%2032S46%206.7%2032%206.7m0%2041.2c-8.8%200-15.9-7.1-15.9-15.9S23.2%2016.1%2032%2016.1S47.9%2023.2%2047.9%2032S40.8%2047.9%2032%2047.9%22%2F%3E%3C%2Fg%3E%3Cpath%20fill%3D%22%2394989b%22%20d%3D%22M32%2012.3c-10.9%200-19.7%208.8-19.7%2019.7S21.1%2051.7%2032%2051.7S51.7%2042.9%2051.7%2032S42.9%2012.3%2032%2012.3m0%2027.2c-4.1%200-7.5-3.4-7.5-7.5s3.4-7.5%207.5-7.5s7.5%203.4%207.5%207.5s-3.4%207.5-7.5%207.5%22%2F%3E%3Cpath%20fill%3D%22%233e4347%22%20d%3D%22M32%2017c-8.3%200-15%206.7-15%2015s6.7%2015%2015%2015s15-6.7%2015-15s-6.7-15-15-15m0%2022.5c-4.1%200-7.5-3.4-7.5-7.5s3.4-7.5%207.5-7.5s7.5%203.4%207.5%207.5s-3.4%207.5-7.5%207.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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