gear from OpenMoji by OpenMoji · Default · Objects · CC-BY-SA-4.0 Attribution required.

Name
gear
Set
OpenMoji
Style
Default
Category
Objects
Viewbox
72×72
License
CC BY-SA 4.0

The same emoji in other sets

More objects icons from OpenMoji

Use the gear emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><circle cx="36.052" cy="34.906" r="5.614" fill="#fff"/><path fill="#d0cfce" d="M51.258 29.811s-1.815-.45-1.079-2.074l4.504-7.484l-3.65-3.417l-.73-.683l-7.136 4.69a1.652 1.652 0 0 1-2.28-1.12l-1.886-7.816h-6l-1.881 7.785c-.24.99-1.31 1.58-2.243 1.172l-.044-.02l-7.136-4.69l-.73.683l-3.65 3.417l4.504 7.484c.736 1.624-1.079 2.074-1.079 2.074l-8.476 2.108l.164 4.997l.033 1l8.363 1.729a1.65 1.65 0 0 1 .835 2.375l-.032.056l-4.504 7.484l3.65 3.417l.73.684l7.136-4.69l.044-.02l.034-.012c1.16-.376 2.393.347 2.679 1.533l1.795 7.433h6l1.887-7.815a1.652 1.652 0 0 1 2.279-1.12l7.136 4.69l.73-.684l3.65-3.417l-4.504-7.484l-.033-.056a1.65 1.65 0 0 1 .836-2.376l8.362-1.729l.033-1l.165-4.996zM36 44.906c-5.523 0-10-4.477-10-10s4.477-10 10-10s10 4.478 10 10s-4.477 10-10 10"/><path fill="#9b9b9a" d="M36 24.906c-5.523 0-10 4.478-10 10s4.477 10 10 10s10-4.477 10-10s-4.477-10-10-10m0 15a5 5 0 1 1 0-10a5 5 0 0 1 0 10"/><g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><circle cx="36" cy="34.906" r="5"/><circle cx="36" cy="34.906" r="10"/><path d="M31.12 19.692c-.24.99-1.31 1.58-2.243 1.172l-.045-.02l-7.136-4.69l-.73.683l-3.65 3.417l4.504 7.484c.736 1.624-1.079 2.074-1.079 2.074l-8.476 2.108l.165 4.997l.033 1l8.362 1.729h0a1.65 1.65 0 0 1 .836 2.375l-.033.056l-4.504 7.484l3.65 3.417l.73.684l7.136-4.69l.045-.02l.033-.012c1.16-.376 2.393.347 2.68 1.533l1.794 7.433h6l1.887-7.815a1.652 1.652 0 0 1 2.28-1.12h0l7.135 4.69l.73-.684l3.65-3.417l-4.504-7.484l-.032-.056a1.65 1.65 0 0 1 .836-2.376h0l8.362-1.729l.033-1l.165-4.997l-8.477-2.107s-1.815-.45-1.078-2.074l4.503-7.484l-3.65-3.417l-.73-.684l-7.136 4.69h0a1.652 1.652 0 0 1-2.279-1.12L39 11.906h-6z"/></g></svg>

React

import type { SVGProps } from "react";

export function OpenmojiGear(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><circle cx="36.052" cy="34.906" r="5.614" fill="#fff"/><path fill="#d0cfce" d="M51.258 29.811s-1.815-.45-1.079-2.074l4.504-7.484l-3.65-3.417l-.73-.683l-7.136 4.69a1.652 1.652 0 0 1-2.28-1.12l-1.886-7.816h-6l-1.881 7.785c-.24.99-1.31 1.58-2.243 1.172l-.044-.02l-7.136-4.69l-.73.683l-3.65 3.417l4.504 7.484c.736 1.624-1.079 2.074-1.079 2.074l-8.476 2.108l.164 4.997l.033 1l8.363 1.729a1.65 1.65 0 0 1 .835 2.375l-.032.056l-4.504 7.484l3.65 3.417l.73.684l7.136-4.69l.044-.02l.034-.012c1.16-.376 2.393.347 2.679 1.533l1.795 7.433h6l1.887-7.815a1.652 1.652 0 0 1 2.279-1.12l7.136 4.69l.73-.684l3.65-3.417l-4.504-7.484l-.033-.056a1.65 1.65 0 0 1 .836-2.376l8.362-1.729l.033-1l.165-4.996zM36 44.906c-5.523 0-10-4.477-10-10s4.477-10 10-10s10 4.478 10 10s-4.477 10-10 10"/><path fill="#9b9b9a" d="M36 24.906c-5.523 0-10 4.478-10 10s4.477 10 10 10s10-4.477 10-10s-4.477-10-10-10m0 15a5 5 0 1 1 0-10a5 5 0 0 1 0 10"/><g fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2"><circle cx="36" cy="34.906" r="5"/><circle cx="36" cy="34.906" r="10"/><path d="M31.12 19.692c-.24.99-1.31 1.58-2.243 1.172l-.045-.02l-7.136-4.69l-.73.683l-3.65 3.417l4.504 7.484c.736 1.624-1.079 2.074-1.079 2.074l-8.476 2.108l.165 4.997l.033 1l8.362 1.729h0a1.65 1.65 0 0 1 .836 2.375l-.033.056l-4.504 7.484l3.65 3.417l.73.684l7.136-4.69l.045-.02l.033-.012c1.16-.376 2.393.347 2.68 1.533l1.794 7.433h6l1.887-7.815a1.652 1.652 0 0 1 2.28-1.12h0l7.135 4.69l.73-.684l3.65-3.417l-4.504-7.484l-.032-.056a1.65 1.65 0 0 1 .836-2.376h0l8.362-1.729l.033-1l.165-4.997l-8.477-2.107s-1.815-.45-1.078-2.074l4.503-7.484l-3.65-3.417l-.73-.684l-7.136 4.69h0a1.652 1.652 0 0 1-2.279-1.12L39 11.906h-6z"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><circle cx="36.052" cy="34.906" r="5.614" fill="#fff"/><path fill="#d0cfce" d="M51.258 29.811s-1.815-.45-1.079-2.074l4.504-7.484l-3.65-3.417l-.73-.683l-7.136 4.69a1.652 1.652 0 0 1-2.28-1.12l-1.886-7.816h-6l-1.881 7.785c-.24.99-1.31 1.58-2.243 1.172l-.044-.02l-7.136-4.69l-.73.683l-3.65 3.417l4.504 7.484c.736 1.624-1.079 2.074-1.079 2.074l-8.476 2.108l.164 4.997l.033 1l8.363 1.729a1.65 1.65 0 0 1 .835 2.375l-.032.056l-4.504 7.484l3.65 3.417l.73.684l7.136-4.69l.044-.02l.034-.012c1.16-.376 2.393.347 2.679 1.533l1.795 7.433h6l1.887-7.815a1.652 1.652 0 0 1 2.279-1.12l7.136 4.69l.73-.684l3.65-3.417l-4.504-7.484l-.033-.056a1.65 1.65 0 0 1 .836-2.376l8.362-1.729l.033-1l.165-4.996zM36 44.906c-5.523 0-10-4.477-10-10s4.477-10 10-10s10 4.478 10 10s-4.477 10-10 10"/><path fill="#9b9b9a" d="M36 24.906c-5.523 0-10 4.478-10 10s4.477 10 10 10s10-4.477 10-10s-4.477-10-10-10m0 15a5 5 0 1 1 0-10a5 5 0 0 1 0 10"/><g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><circle cx="36" cy="34.906" r="5"/><circle cx="36" cy="34.906" r="10"/><path d="M31.12 19.692c-.24.99-1.31 1.58-2.243 1.172l-.045-.02l-7.136-4.69l-.73.683l-3.65 3.417l4.504 7.484c.736 1.624-1.079 2.074-1.079 2.074l-8.476 2.108l.165 4.997l.033 1l8.362 1.729h0a1.65 1.65 0 0 1 .836 2.375l-.033.056l-4.504 7.484l3.65 3.417l.73.684l7.136-4.69l.045-.02l.033-.012c1.16-.376 2.393.347 2.68 1.533l1.794 7.433h6l1.887-7.815a1.652 1.652 0 0 1 2.28-1.12h0l7.135 4.69l.73-.684l3.65-3.417l-4.504-7.484l-.032-.056a1.65 1.65 0 0 1 .836-2.376h0l8.362-1.729l.033-1l.165-4.997l-8.477-2.107s-1.815-.45-1.078-2.074l4.503-7.484l-3.65-3.417l-.73-.684l-7.136 4.69h0a1.652 1.652 0 0 1-2.279-1.12L39 11.906h-6z"/></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%2072%2072%22%3E%3Ccircle%20cx%3D%2236.052%22%20cy%3D%2234.906%22%20r%3D%225.614%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20fill%3D%22%23d0cfce%22%20d%3D%22M51.258%2029.811s-1.815-.45-1.079-2.074l4.504-7.484l-3.65-3.417l-.73-.683l-7.136%204.69a1.652%201.652%200%200%201-2.28-1.12l-1.886-7.816h-6l-1.881%207.785c-.24.99-1.31%201.58-2.243%201.172l-.044-.02l-7.136-4.69l-.73.683l-3.65%203.417l4.504%207.484c.736%201.624-1.079%202.074-1.079%202.074l-8.476%202.108l.164%204.997l.033%201l8.363%201.729a1.65%201.65%200%200%201%20.835%202.375l-.032.056l-4.504%207.484l3.65%203.417l.73.684l7.136-4.69l.044-.02l.034-.012c1.16-.376%202.393.347%202.679%201.533l1.795%207.433h6l1.887-7.815a1.652%201.652%200%200%201%202.279-1.12l7.136%204.69l.73-.684l3.65-3.417l-4.504-7.484l-.033-.056a1.65%201.65%200%200%201%20.836-2.376l8.362-1.729l.033-1l.165-4.996zM36%2044.906c-5.523%200-10-4.477-10-10s4.477-10%2010-10s10%204.478%2010%2010s-4.477%2010-10%2010%22%2F%3E%3Cpath%20fill%3D%22%239b9b9a%22%20d%3D%22M36%2024.906c-5.523%200-10%204.478-10%2010s4.477%2010%2010%2010s10-4.477%2010-10s-4.477-10-10-10m0%2015a5%205%200%201%201%200-10a5%205%200%200%201%200%2010%22%2F%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Ccircle%20cx%3D%2236%22%20cy%3D%2234.906%22%20r%3D%225%22%2F%3E%3Ccircle%20cx%3D%2236%22%20cy%3D%2234.906%22%20r%3D%2210%22%2F%3E%3Cpath%20d%3D%22M31.12%2019.692c-.24.99-1.31%201.58-2.243%201.172l-.045-.02l-7.136-4.69l-.73.683l-3.65%203.417l4.504%207.484c.736%201.624-1.079%202.074-1.079%202.074l-8.476%202.108l.165%204.997l.033%201l8.362%201.729h0a1.65%201.65%200%200%201%20.836%202.375l-.033.056l-4.504%207.484l3.65%203.417l.73.684l7.136-4.69l.045-.02l.033-.012c1.16-.376%202.393.347%202.68%201.533l1.794%207.433h6l1.887-7.815a1.652%201.652%200%200%201%202.28-1.12h0l7.135%204.69l.73-.684l3.65-3.417l-4.504-7.484l-.032-.056a1.65%201.65%200%200%201%20.836-2.376h0l8.362-1.729l.033-1l.165-4.997l-8.477-2.107s-1.815-.45-1.078-2.074l4.503-7.484l-3.65-3.417l-.73-.684l-7.136%204.69h0a1.652%201.652%200%200%201-2.279-1.12L39%2011.906h-6z%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%2072%2072%22%3E%3Ccircle%20cx%3D%2236.052%22%20cy%3D%2234.906%22%20r%3D%225.614%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20fill%3D%22%23d0cfce%22%20d%3D%22M51.258%2029.811s-1.815-.45-1.079-2.074l4.504-7.484l-3.65-3.417l-.73-.683l-7.136%204.69a1.652%201.652%200%200%201-2.28-1.12l-1.886-7.816h-6l-1.881%207.785c-.24.99-1.31%201.58-2.243%201.172l-.044-.02l-7.136-4.69l-.73.683l-3.65%203.417l4.504%207.484c.736%201.624-1.079%202.074-1.079%202.074l-8.476%202.108l.164%204.997l.033%201l8.363%201.729a1.65%201.65%200%200%201%20.835%202.375l-.032.056l-4.504%207.484l3.65%203.417l.73.684l7.136-4.69l.044-.02l.034-.012c1.16-.376%202.393.347%202.679%201.533l1.795%207.433h6l1.887-7.815a1.652%201.652%200%200%201%202.279-1.12l7.136%204.69l.73-.684l3.65-3.417l-4.504-7.484l-.033-.056a1.65%201.65%200%200%201%20.836-2.376l8.362-1.729l.033-1l.165-4.996zM36%2044.906c-5.523%200-10-4.477-10-10s4.477-10%2010-10s10%204.478%2010%2010s-4.477%2010-10%2010%22%2F%3E%3Cpath%20fill%3D%22%239b9b9a%22%20d%3D%22M36%2024.906c-5.523%200-10%204.478-10%2010s4.477%2010%2010%2010s10-4.477%2010-10s-4.477-10-10-10m0%2015a5%205%200%201%201%200-10a5%205%200%200%201%200%2010%22%2F%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Ccircle%20cx%3D%2236%22%20cy%3D%2234.906%22%20r%3D%225%22%2F%3E%3Ccircle%20cx%3D%2236%22%20cy%3D%2234.906%22%20r%3D%2210%22%2F%3E%3Cpath%20d%3D%22M31.12%2019.692c-.24.99-1.31%201.58-2.243%201.172l-.045-.02l-7.136-4.69l-.73.683l-3.65%203.417l4.504%207.484c.736%201.624-1.079%202.074-1.079%202.074l-8.476%202.108l.165%204.997l.033%201l8.362%201.729h0a1.65%201.65%200%200%201%20.836%202.375l-.033.056l-4.504%207.484l3.65%203.417l.73.684l7.136-4.69l.045-.02l.033-.012c1.16-.376%202.393.347%202.68%201.533l1.794%207.433h6l1.887-7.815a1.652%201.652%200%200%201%202.28-1.12h0l7.135%204.69l.73-.684l3.65-3.417l-4.504-7.484l-.032-.056a1.65%201.65%200%200%201%20.836-2.376h0l8.362-1.729l.033-1l.165-4.997l-8.477-2.107s-1.815-.45-1.078-2.074l4.503-7.484l-3.65-3.417l-.73-.684l-7.136%204.69h0a1.652%201.652%200%200%201-2.279-1.12L39%2011.906h-6z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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