gear emoji
gear from Noto Emoji by Google Inc · Default · Objects · Apache-2.0 Free for personal and commercial use.
- Name
- gear
- Set
- Noto Emoji
- Style
- Default
- Category
- Objects
- Viewbox
- 128×128
- License
- Apache 2.0
The same emoji in other sets
More objects icons from Noto Emoji
Use the gear emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#82aec0" d="M124 71.85v-15.7c0-.59-.45-1.09-1.03-1.15l-17.83-1.89c-.47-.05-.85-.38-.98-.83c-.86-2.95-2.03-5.76-3.48-8.39c-.23-.41-.19-.92.11-1.28l11.28-13.94c.37-.46.34-1.13-.08-1.54l-11.1-11.1a1.15 1.15 0 0 0-1.54-.08L85.39 27.22c-.37.3-.87.33-1.28.11a41.8 41.8 0 0 0-8.39-3.48c-.45-.13-.78-.51-.83-.98L73 5.03C72.94 4.45 72.44 4 71.85 4h-15.7c-.59 0-1.09.45-1.15 1.03l-1.89 17.83c-.05.47-.38.85-.83.98c-2.95.86-5.76 2.03-8.39 3.48c-.41.23-.92.19-1.28-.11L28.67 15.94a1.15 1.15 0 0 0-1.54.08l-11.1 11.1a1.15 1.15 0 0 0-.08 1.54L27.23 42.6c.3.37.33.87.11 1.28a41.8 41.8 0 0 0-3.48 8.39c-.13.45-.51.78-.98.83L5.03 55c-.58.06-1.03.56-1.03 1.15v15.7c0 .59.45 1.09 1.03 1.15l17.83 1.89c.47.05.85.38.98.83c.86 2.95 2.03 5.76 3.48 8.39c.23.41.19.92-.11 1.28L15.94 99.33c-.37.46-.34 1.13.08 1.54l11.1 11.1c.42.42 1.08.45 1.54.08l13.94-11.28c.37-.3.87-.33 1.28-.11c2.64 1.45 5.45 2.62 8.39 3.48c.45.13.78.51.83.98l1.9 17.85c.06.59.56 1.03 1.15 1.03h15.7c.59 0 1.09-.45 1.15-1.03l1.89-17.83c.05-.47.38-.85.83-.98c2.95-.86 5.76-2.03 8.39-3.48c.41-.23.92-.19 1.28.11l13.94 11.28c.46.37 1.13.34 1.54-.08l11.1-11.1c.42-.42.45-1.08.08-1.54l-11.28-13.94c-.3-.37-.33-.87-.11-1.28c1.45-2.64 2.62-5.45 3.48-8.39c.13-.45.51-.78.98-.83L122.97 73c.58-.06 1.03-.56 1.03-1.15m-60 3.43c-6.23 0-11.28-5.05-11.28-11.28S57.77 52.72 64 52.72S75.28 57.77 75.28 64S70.23 75.28 64 75.28"/><path fill="#2f7889" d="M80.56 49.48c3.67 4.18 5.78 9.77 5.43 15.85c-.65 11.16-9.83 20.19-21 20.68c-4.75.21-9.18-1.09-12.86-3.45c-.28-.18-.58.2-.34.44a22.41 22.41 0 0 0 17.85 6.67c10.78-.85 19.56-9.5 20.55-20.27c.77-8.36-3.06-15.87-9.23-20.33c-.29-.2-.62.15-.4.41"/><path fill="#b9e4ea" d="M43.87 65.32c-.67-13.15 7.83-22.79 20.01-22.79c.65 0 1.68 0 2.48.92c1.01 1.18 1.1 2.6 0 3.77c-.81.86-1.95.92-2.53 1c-12.3 1.59-15.18 9.35-15.83 16.77c-.03.33.06 2.35-1.71 2.56c-2.15.25-2.41-1.91-2.42-2.23"/><path fill="#94d1e0" d="M25.24 65.87c-.01-22.03 15.9-40.19 38.13-41.05c.68-.03 2.45 0 3.55.99c1.01.91 1.38 2.51.79 3.82c-.95 2.11-2.85 2.07-3.36 2.09c-18.51.66-34.18 15.73-34.19 33.95c0 .29-.05.58-.15.84l-.1.25c-.76 1.98-3.52 2.09-4.43.18c-.15-.34-.24-.7-.24-1.07"/></svg>
React
import type { SVGProps } from "react";
export function NotoGear(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#82aec0" d="M124 71.85v-15.7c0-.59-.45-1.09-1.03-1.15l-17.83-1.89c-.47-.05-.85-.38-.98-.83c-.86-2.95-2.03-5.76-3.48-8.39c-.23-.41-.19-.92.11-1.28l11.28-13.94c.37-.46.34-1.13-.08-1.54l-11.1-11.1a1.15 1.15 0 0 0-1.54-.08L85.39 27.22c-.37.3-.87.33-1.28.11a41.8 41.8 0 0 0-8.39-3.48c-.45-.13-.78-.51-.83-.98L73 5.03C72.94 4.45 72.44 4 71.85 4h-15.7c-.59 0-1.09.45-1.15 1.03l-1.89 17.83c-.05.47-.38.85-.83.98c-2.95.86-5.76 2.03-8.39 3.48c-.41.23-.92.19-1.28-.11L28.67 15.94a1.15 1.15 0 0 0-1.54.08l-11.1 11.1a1.15 1.15 0 0 0-.08 1.54L27.23 42.6c.3.37.33.87.11 1.28a41.8 41.8 0 0 0-3.48 8.39c-.13.45-.51.78-.98.83L5.03 55c-.58.06-1.03.56-1.03 1.15v15.7c0 .59.45 1.09 1.03 1.15l17.83 1.89c.47.05.85.38.98.83c.86 2.95 2.03 5.76 3.48 8.39c.23.41.19.92-.11 1.28L15.94 99.33c-.37.46-.34 1.13.08 1.54l11.1 11.1c.42.42 1.08.45 1.54.08l13.94-11.28c.37-.3.87-.33 1.28-.11c2.64 1.45 5.45 2.62 8.39 3.48c.45.13.78.51.83.98l1.9 17.85c.06.59.56 1.03 1.15 1.03h15.7c.59 0 1.09-.45 1.15-1.03l1.89-17.83c.05-.47.38-.85.83-.98c2.95-.86 5.76-2.03 8.39-3.48c.41-.23.92-.19 1.28.11l13.94 11.28c.46.37 1.13.34 1.54-.08l11.1-11.1c.42-.42.45-1.08.08-1.54l-11.28-13.94c-.3-.37-.33-.87-.11-1.28c1.45-2.64 2.62-5.45 3.48-8.39c.13-.45.51-.78.98-.83L122.97 73c.58-.06 1.03-.56 1.03-1.15m-60 3.43c-6.23 0-11.28-5.05-11.28-11.28S57.77 52.72 64 52.72S75.28 57.77 75.28 64S70.23 75.28 64 75.28"/><path fill="#2f7889" d="M80.56 49.48c3.67 4.18 5.78 9.77 5.43 15.85c-.65 11.16-9.83 20.19-21 20.68c-4.75.21-9.18-1.09-12.86-3.45c-.28-.18-.58.2-.34.44a22.41 22.41 0 0 0 17.85 6.67c10.78-.85 19.56-9.5 20.55-20.27c.77-8.36-3.06-15.87-9.23-20.33c-.29-.2-.62.15-.4.41"/><path fill="#b9e4ea" d="M43.87 65.32c-.67-13.15 7.83-22.79 20.01-22.79c.65 0 1.68 0 2.48.92c1.01 1.18 1.1 2.6 0 3.77c-.81.86-1.95.92-2.53 1c-12.3 1.59-15.18 9.35-15.83 16.77c-.03.33.06 2.35-1.71 2.56c-2.15.25-2.41-1.91-2.42-2.23"/><path fill="#94d1e0" d="M25.24 65.87c-.01-22.03 15.9-40.19 38.13-41.05c.68-.03 2.45 0 3.55.99c1.01.91 1.38 2.51.79 3.82c-.95 2.11-2.85 2.07-3.36 2.09c-18.51.66-34.18 15.73-34.19 33.95c0 .29-.05.58-.15.84l-.1.25c-.76 1.98-3.52 2.09-4.43.18c-.15-.34-.24-.7-.24-1.07"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#82aec0" d="M124 71.85v-15.7c0-.59-.45-1.09-1.03-1.15l-17.83-1.89c-.47-.05-.85-.38-.98-.83c-.86-2.95-2.03-5.76-3.48-8.39c-.23-.41-.19-.92.11-1.28l11.28-13.94c.37-.46.34-1.13-.08-1.54l-11.1-11.1a1.15 1.15 0 0 0-1.54-.08L85.39 27.22c-.37.3-.87.33-1.28.11a41.8 41.8 0 0 0-8.39-3.48c-.45-.13-.78-.51-.83-.98L73 5.03C72.94 4.45 72.44 4 71.85 4h-15.7c-.59 0-1.09.45-1.15 1.03l-1.89 17.83c-.05.47-.38.85-.83.98c-2.95.86-5.76 2.03-8.39 3.48c-.41.23-.92.19-1.28-.11L28.67 15.94a1.15 1.15 0 0 0-1.54.08l-11.1 11.1a1.15 1.15 0 0 0-.08 1.54L27.23 42.6c.3.37.33.87.11 1.28a41.8 41.8 0 0 0-3.48 8.39c-.13.45-.51.78-.98.83L5.03 55c-.58.06-1.03.56-1.03 1.15v15.7c0 .59.45 1.09 1.03 1.15l17.83 1.89c.47.05.85.38.98.83c.86 2.95 2.03 5.76 3.48 8.39c.23.41.19.92-.11 1.28L15.94 99.33c-.37.46-.34 1.13.08 1.54l11.1 11.1c.42.42 1.08.45 1.54.08l13.94-11.28c.37-.3.87-.33 1.28-.11c2.64 1.45 5.45 2.62 8.39 3.48c.45.13.78.51.83.98l1.9 17.85c.06.59.56 1.03 1.15 1.03h15.7c.59 0 1.09-.45 1.15-1.03l1.89-17.83c.05-.47.38-.85.83-.98c2.95-.86 5.76-2.03 8.39-3.48c.41-.23.92-.19 1.28.11l13.94 11.28c.46.37 1.13.34 1.54-.08l11.1-11.1c.42-.42.45-1.08.08-1.54l-11.28-13.94c-.3-.37-.33-.87-.11-1.28c1.45-2.64 2.62-5.45 3.48-8.39c.13-.45.51-.78.98-.83L122.97 73c.58-.06 1.03-.56 1.03-1.15m-60 3.43c-6.23 0-11.28-5.05-11.28-11.28S57.77 52.72 64 52.72S75.28 57.77 75.28 64S70.23 75.28 64 75.28"/><path fill="#2f7889" d="M80.56 49.48c3.67 4.18 5.78 9.77 5.43 15.85c-.65 11.16-9.83 20.19-21 20.68c-4.75.21-9.18-1.09-12.86-3.45c-.28-.18-.58.2-.34.44a22.41 22.41 0 0 0 17.85 6.67c10.78-.85 19.56-9.5 20.55-20.27c.77-8.36-3.06-15.87-9.23-20.33c-.29-.2-.62.15-.4.41"/><path fill="#b9e4ea" d="M43.87 65.32c-.67-13.15 7.83-22.79 20.01-22.79c.65 0 1.68 0 2.48.92c1.01 1.18 1.1 2.6 0 3.77c-.81.86-1.95.92-2.53 1c-12.3 1.59-15.18 9.35-15.83 16.77c-.03.33.06 2.35-1.71 2.56c-2.15.25-2.41-1.91-2.42-2.23"/><path fill="#94d1e0" d="M25.24 65.87c-.01-22.03 15.9-40.19 38.13-41.05c.68-.03 2.45 0 3.55.99c1.01.91 1.38 2.51.79 3.82c-.95 2.11-2.85 2.07-3.36 2.09c-18.51.66-34.18 15.73-34.19 33.95c0 .29-.05.58-.15.84l-.1.25c-.76 1.98-3.52 2.09-4.43.18c-.15-.34-.24-.7-.24-1.07"/></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%20128%20128%22%3E%3Cpath%20fill%3D%22%2382aec0%22%20d%3D%22M124%2071.85v-15.7c0-.59-.45-1.09-1.03-1.15l-17.83-1.89c-.47-.05-.85-.38-.98-.83c-.86-2.95-2.03-5.76-3.48-8.39c-.23-.41-.19-.92.11-1.28l11.28-13.94c.37-.46.34-1.13-.08-1.54l-11.1-11.1a1.15%201.15%200%200%200-1.54-.08L85.39%2027.22c-.37.3-.87.33-1.28.11a41.8%2041.8%200%200%200-8.39-3.48c-.45-.13-.78-.51-.83-.98L73%205.03C72.94%204.45%2072.44%204%2071.85%204h-15.7c-.59%200-1.09.45-1.15%201.03l-1.89%2017.83c-.05.47-.38.85-.83.98c-2.95.86-5.76%202.03-8.39%203.48c-.41.23-.92.19-1.28-.11L28.67%2015.94a1.15%201.15%200%200%200-1.54.08l-11.1%2011.1a1.15%201.15%200%200%200-.08%201.54L27.23%2042.6c.3.37.33.87.11%201.28a41.8%2041.8%200%200%200-3.48%208.39c-.13.45-.51.78-.98.83L5.03%2055c-.58.06-1.03.56-1.03%201.15v15.7c0%20.59.45%201.09%201.03%201.15l17.83%201.89c.47.05.85.38.98.83c.86%202.95%202.03%205.76%203.48%208.39c.23.41.19.92-.11%201.28L15.94%2099.33c-.37.46-.34%201.13.08%201.54l11.1%2011.1c.42.42%201.08.45%201.54.08l13.94-11.28c.37-.3.87-.33%201.28-.11c2.64%201.45%205.45%202.62%208.39%203.48c.45.13.78.51.83.98l1.9%2017.85c.06.59.56%201.03%201.15%201.03h15.7c.59%200%201.09-.45%201.15-1.03l1.89-17.83c.05-.47.38-.85.83-.98c2.95-.86%205.76-2.03%208.39-3.48c.41-.23.92-.19%201.28.11l13.94%2011.28c.46.37%201.13.34%201.54-.08l11.1-11.1c.42-.42.45-1.08.08-1.54l-11.28-13.94c-.3-.37-.33-.87-.11-1.28c1.45-2.64%202.62-5.45%203.48-8.39c.13-.45.51-.78.98-.83L122.97%2073c.58-.06%201.03-.56%201.03-1.15m-60%203.43c-6.23%200-11.28-5.05-11.28-11.28S57.77%2052.72%2064%2052.72S75.28%2057.77%2075.28%2064S70.23%2075.28%2064%2075.28%22%2F%3E%3Cpath%20fill%3D%22%232f7889%22%20d%3D%22M80.56%2049.48c3.67%204.18%205.78%209.77%205.43%2015.85c-.65%2011.16-9.83%2020.19-21%2020.68c-4.75.21-9.18-1.09-12.86-3.45c-.28-.18-.58.2-.34.44a22.41%2022.41%200%200%200%2017.85%206.67c10.78-.85%2019.56-9.5%2020.55-20.27c.77-8.36-3.06-15.87-9.23-20.33c-.29-.2-.62.15-.4.41%22%2F%3E%3Cpath%20fill%3D%22%23b9e4ea%22%20d%3D%22M43.87%2065.32c-.67-13.15%207.83-22.79%2020.01-22.79c.65%200%201.68%200%202.48.92c1.01%201.18%201.1%202.6%200%203.77c-.81.86-1.95.92-2.53%201c-12.3%201.59-15.18%209.35-15.83%2016.77c-.03.33.06%202.35-1.71%202.56c-2.15.25-2.41-1.91-2.42-2.23%22%2F%3E%3Cpath%20fill%3D%22%2394d1e0%22%20d%3D%22M25.24%2065.87c-.01-22.03%2015.9-40.19%2038.13-41.05c.68-.03%202.45%200%203.55.99c1.01.91%201.38%202.51.79%203.82c-.95%202.11-2.85%202.07-3.36%202.09c-18.51.66-34.18%2015.73-34.19%2033.95c0%20.29-.05.58-.15.84l-.1.25c-.76%201.98-3.52%202.09-4.43.18c-.15-.34-.24-.7-.24-1.07%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%20128%20128%22%3E%3Cpath%20fill%3D%22%2382aec0%22%20d%3D%22M124%2071.85v-15.7c0-.59-.45-1.09-1.03-1.15l-17.83-1.89c-.47-.05-.85-.38-.98-.83c-.86-2.95-2.03-5.76-3.48-8.39c-.23-.41-.19-.92.11-1.28l11.28-13.94c.37-.46.34-1.13-.08-1.54l-11.1-11.1a1.15%201.15%200%200%200-1.54-.08L85.39%2027.22c-.37.3-.87.33-1.28.11a41.8%2041.8%200%200%200-8.39-3.48c-.45-.13-.78-.51-.83-.98L73%205.03C72.94%204.45%2072.44%204%2071.85%204h-15.7c-.59%200-1.09.45-1.15%201.03l-1.89%2017.83c-.05.47-.38.85-.83.98c-2.95.86-5.76%202.03-8.39%203.48c-.41.23-.92.19-1.28-.11L28.67%2015.94a1.15%201.15%200%200%200-1.54.08l-11.1%2011.1a1.15%201.15%200%200%200-.08%201.54L27.23%2042.6c.3.37.33.87.11%201.28a41.8%2041.8%200%200%200-3.48%208.39c-.13.45-.51.78-.98.83L5.03%2055c-.58.06-1.03.56-1.03%201.15v15.7c0%20.59.45%201.09%201.03%201.15l17.83%201.89c.47.05.85.38.98.83c.86%202.95%202.03%205.76%203.48%208.39c.23.41.19.92-.11%201.28L15.94%2099.33c-.37.46-.34%201.13.08%201.54l11.1%2011.1c.42.42%201.08.45%201.54.08l13.94-11.28c.37-.3.87-.33%201.28-.11c2.64%201.45%205.45%202.62%208.39%203.48c.45.13.78.51.83.98l1.9%2017.85c.06.59.56%201.03%201.15%201.03h15.7c.59%200%201.09-.45%201.15-1.03l1.89-17.83c.05-.47.38-.85.83-.98c2.95-.86%205.76-2.03%208.39-3.48c.41-.23.92-.19%201.28.11l13.94%2011.28c.46.37%201.13.34%201.54-.08l11.1-11.1c.42-.42.45-1.08.08-1.54l-11.28-13.94c-.3-.37-.33-.87-.11-1.28c1.45-2.64%202.62-5.45%203.48-8.39c.13-.45.51-.78.98-.83L122.97%2073c.58-.06%201.03-.56%201.03-1.15m-60%203.43c-6.23%200-11.28-5.05-11.28-11.28S57.77%2052.72%2064%2052.72S75.28%2057.77%2075.28%2064S70.23%2075.28%2064%2075.28%22%2F%3E%3Cpath%20fill%3D%22%232f7889%22%20d%3D%22M80.56%2049.48c3.67%204.18%205.78%209.77%205.43%2015.85c-.65%2011.16-9.83%2020.19-21%2020.68c-4.75.21-9.18-1.09-12.86-3.45c-.28-.18-.58.2-.34.44a22.41%2022.41%200%200%200%2017.85%206.67c10.78-.85%2019.56-9.5%2020.55-20.27c.77-8.36-3.06-15.87-9.23-20.33c-.29-.2-.62.15-.4.41%22%2F%3E%3Cpath%20fill%3D%22%23b9e4ea%22%20d%3D%22M43.87%2065.32c-.67-13.15%207.83-22.79%2020.01-22.79c.65%200%201.68%200%202.48.92c1.01%201.18%201.1%202.6%200%203.77c-.81.86-1.95.92-2.53%201c-12.3%201.59-15.18%209.35-15.83%2016.77c-.03.33.06%202.35-1.71%202.56c-2.15.25-2.41-1.91-2.42-2.23%22%2F%3E%3Cpath%20fill%3D%22%2394d1e0%22%20d%3D%22M25.24%2065.87c-.01-22.03%2015.9-40.19%2038.13-41.05c.68-.03%202.45%200%203.55.99c1.01.91%201.38%202.51.79%203.82c-.95%202.11-2.85%202.07-3.36%202.09c-18.51.66-34.18%2015.73-34.19%2033.95c0%20.29-.05.58-.15.84l-.1.25c-.76%201.98-3.52%202.09-4.43.18c-.15-.34-.24-.7-.24-1.07%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/noto/gear.svg?color=%231a73e8&size=48