gear compact icon

gear-compact from Codicons by Microsoft Corporation · Regular · CC-BY-4.0 Attribution required.

Name
gear-compact
Set
Codicons
Style
Regular
Viewbox
12×12
License
CC BY 4.0

Use the gear compact icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 12 12"><path fill="currentColor" d="M6 3.999c-1.103 0-2 .897-2 2s.897 2 2 2s2-.897 2-2s-.897-2-2-2m0 3a1.001 1.001 0 0 1 0-2a1.001 1.001 0 0 1 0 2m5.625.471l-1.102-.932a.704.704 0 0 1 0-1.076l1.102-.932a.35.35 0 0 0 .108-.378a6 6 0 0 0-1.262-2.173a.36.36 0 0 0-.382-.096l-1.36.484a.7.7 0 0 1-.24.042a.71.71 0 0 1-.696-.579L7.533.414a.36.36 0 0 0-.275-.282a6.1 6.1 0 0 0-2.52 0a.35.35 0 0 0-.274.282l-.26 1.416a.71.71 0 0 1-.936.539l-1.36-.484a.36.36 0 0 0-.381.096A6 6 0 0 0 .265 4.154a.35.35 0 0 0 .108.378l1.102.932a.704.704 0 0 1 0 1.076l-1.102.932a.35.35 0 0 0-.108.378a6 6 0 0 0 1.262 2.173a.36.36 0 0 0 .382.096l1.36-.484a.7.7 0 0 1 .239-.041c.336 0 .634.238.697.579l.259 1.416a.36.36 0 0 0 .275.282a6.1 6.1 0 0 0 2.519 0a.35.35 0 0 0 .275-.282l.26-1.416a.71.71 0 0 1 .936-.539l1.359.484a.36.36 0 0 0 .382-.096a6 6 0 0 0 1.262-2.173a.35.35 0 0 0-.108-.378zm-1.623 1.554l-.943-.336A1.713 1.713 0 0 0 6.81 9.99l-.178.97a5 5 0 0 1-1.265 0l-.177-.97a1.707 1.707 0 0 0-2.254-1.3L2 9.024a5 5 0 0 1-.632-1.084l.756-.639a1.7 1.7 0 0 0 .598-1.164a1.69 1.69 0 0 0-.6-1.439l-.754-.638a5 5 0 0 1 .63-1.084l.945.336q.277.097.567.097a1.71 1.71 0 0 0 1.68-1.4l.178-.969a5.2 5.2 0 0 1 1.265 0l.178.97a1.707 1.707 0 0 0 2.254 1.299l.937-.334q.386.505.63 1.084l-.755.639a1.7 1.7 0 0 0-.598 1.164a1.69 1.69 0 0 0 .599 1.439l.277.234l-.002.002l.479.404a5 5 0 0 1-.63 1.083"/></svg>

React

import type { SVGProps } from "react";

export function CodiconGearCompact(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 12 12"><path fill="currentColor" d="M6 3.999c-1.103 0-2 .897-2 2s.897 2 2 2s2-.897 2-2s-.897-2-2-2m0 3a1.001 1.001 0 0 1 0-2a1.001 1.001 0 0 1 0 2m5.625.471l-1.102-.932a.704.704 0 0 1 0-1.076l1.102-.932a.35.35 0 0 0 .108-.378a6 6 0 0 0-1.262-2.173a.36.36 0 0 0-.382-.096l-1.36.484a.7.7 0 0 1-.24.042a.71.71 0 0 1-.696-.579L7.533.414a.36.36 0 0 0-.275-.282a6.1 6.1 0 0 0-2.52 0a.35.35 0 0 0-.274.282l-.26 1.416a.71.71 0 0 1-.936.539l-1.36-.484a.36.36 0 0 0-.381.096A6 6 0 0 0 .265 4.154a.35.35 0 0 0 .108.378l1.102.932a.704.704 0 0 1 0 1.076l-1.102.932a.35.35 0 0 0-.108.378a6 6 0 0 0 1.262 2.173a.36.36 0 0 0 .382.096l1.36-.484a.7.7 0 0 1 .239-.041c.336 0 .634.238.697.579l.259 1.416a.36.36 0 0 0 .275.282a6.1 6.1 0 0 0 2.519 0a.35.35 0 0 0 .275-.282l.26-1.416a.71.71 0 0 1 .936-.539l1.359.484a.36.36 0 0 0 .382-.096a6 6 0 0 0 1.262-2.173a.35.35 0 0 0-.108-.378zm-1.623 1.554l-.943-.336A1.713 1.713 0 0 0 6.81 9.99l-.178.97a5 5 0 0 1-1.265 0l-.177-.97a1.707 1.707 0 0 0-2.254-1.3L2 9.024a5 5 0 0 1-.632-1.084l.756-.639a1.7 1.7 0 0 0 .598-1.164a1.69 1.69 0 0 0-.6-1.439l-.754-.638a5 5 0 0 1 .63-1.084l.945.336q.277.097.567.097a1.71 1.71 0 0 0 1.68-1.4l.178-.969a5.2 5.2 0 0 1 1.265 0l.178.97a1.707 1.707 0 0 0 2.254 1.299l.937-.334q.386.505.63 1.084l-.755.639a1.7 1.7 0 0 0-.598 1.164a1.69 1.69 0 0 0 .599 1.439l.277.234l-.002.002l.479.404a5 5 0 0 1-.63 1.083"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 12 12"><path fill="currentColor" d="M6 3.999c-1.103 0-2 .897-2 2s.897 2 2 2s2-.897 2-2s-.897-2-2-2m0 3a1.001 1.001 0 0 1 0-2a1.001 1.001 0 0 1 0 2m5.625.471l-1.102-.932a.704.704 0 0 1 0-1.076l1.102-.932a.35.35 0 0 0 .108-.378a6 6 0 0 0-1.262-2.173a.36.36 0 0 0-.382-.096l-1.36.484a.7.7 0 0 1-.24.042a.71.71 0 0 1-.696-.579L7.533.414a.36.36 0 0 0-.275-.282a6.1 6.1 0 0 0-2.52 0a.35.35 0 0 0-.274.282l-.26 1.416a.71.71 0 0 1-.936.539l-1.36-.484a.36.36 0 0 0-.381.096A6 6 0 0 0 .265 4.154a.35.35 0 0 0 .108.378l1.102.932a.704.704 0 0 1 0 1.076l-1.102.932a.35.35 0 0 0-.108.378a6 6 0 0 0 1.262 2.173a.36.36 0 0 0 .382.096l1.36-.484a.7.7 0 0 1 .239-.041c.336 0 .634.238.697.579l.259 1.416a.36.36 0 0 0 .275.282a6.1 6.1 0 0 0 2.519 0a.35.35 0 0 0 .275-.282l.26-1.416a.71.71 0 0 1 .936-.539l1.359.484a.36.36 0 0 0 .382-.096a6 6 0 0 0 1.262-2.173a.35.35 0 0 0-.108-.378zm-1.623 1.554l-.943-.336A1.713 1.713 0 0 0 6.81 9.99l-.178.97a5 5 0 0 1-1.265 0l-.177-.97a1.707 1.707 0 0 0-2.254-1.3L2 9.024a5 5 0 0 1-.632-1.084l.756-.639a1.7 1.7 0 0 0 .598-1.164a1.69 1.69 0 0 0-.6-1.439l-.754-.638a5 5 0 0 1 .63-1.084l.945.336q.277.097.567.097a1.71 1.71 0 0 0 1.68-1.4l.178-.969a5.2 5.2 0 0 1 1.265 0l.178.97a1.707 1.707 0 0 0 2.254 1.299l.937-.334q.386.505.63 1.084l-.755.639a1.7 1.7 0 0 0-.598 1.164a1.69 1.69 0 0 0 .599 1.439l.277.234l-.002.002l.479.404a5 5 0 0 1-.63 1.083"/></svg>
</template>

CSS

.icon-gear-compact {
  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%2012%2012%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6%203.999c-1.103%200-2%20.897-2%202s.897%202%202%202s2-.897%202-2s-.897-2-2-2m0%203a1.001%201.001%200%200%201%200-2a1.001%201.001%200%200%201%200%202m5.625.471l-1.102-.932a.704.704%200%200%201%200-1.076l1.102-.932a.35.35%200%200%200%20.108-.378a6%206%200%200%200-1.262-2.173a.36.36%200%200%200-.382-.096l-1.36.484a.7.7%200%200%201-.24.042a.71.71%200%200%201-.696-.579L7.533.414a.36.36%200%200%200-.275-.282a6.1%206.1%200%200%200-2.52%200a.35.35%200%200%200-.274.282l-.26%201.416a.71.71%200%200%201-.936.539l-1.36-.484a.36.36%200%200%200-.381.096A6%206%200%200%200%20.265%204.154a.35.35%200%200%200%20.108.378l1.102.932a.704.704%200%200%201%200%201.076l-1.102.932a.35.35%200%200%200-.108.378a6%206%200%200%200%201.262%202.173a.36.36%200%200%200%20.382.096l1.36-.484a.7.7%200%200%201%20.239-.041c.336%200%20.634.238.697.579l.259%201.416a.36.36%200%200%200%20.275.282a6.1%206.1%200%200%200%202.519%200a.35.35%200%200%200%20.275-.282l.26-1.416a.71.71%200%200%201%20.936-.539l1.359.484a.36.36%200%200%200%20.382-.096a6%206%200%200%200%201.262-2.173a.35.35%200%200%200-.108-.378zm-1.623%201.554l-.943-.336A1.713%201.713%200%200%200%206.81%209.99l-.178.97a5%205%200%200%201-1.265%200l-.177-.97a1.707%201.707%200%200%200-2.254-1.3L2%209.024a5%205%200%200%201-.632-1.084l.756-.639a1.7%201.7%200%200%200%20.598-1.164a1.69%201.69%200%200%200-.6-1.439l-.754-.638a5%205%200%200%201%20.63-1.084l.945.336q.277.097.567.097a1.71%201.71%200%200%200%201.68-1.4l.178-.969a5.2%205.2%200%200%201%201.265%200l.178.97a1.707%201.707%200%200%200%202.254%201.299l.937-.334q.386.505.63%201.084l-.755.639a1.7%201.7%200%200%200-.598%201.164a1.69%201.69%200%200%200%20.599%201.439l.277.234l-.002.002l.479.404a5%205%200%200%201-.63%201.083%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%2012%2012%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6%203.999c-1.103%200-2%20.897-2%202s.897%202%202%202s2-.897%202-2s-.897-2-2-2m0%203a1.001%201.001%200%200%201%200-2a1.001%201.001%200%200%201%200%202m5.625.471l-1.102-.932a.704.704%200%200%201%200-1.076l1.102-.932a.35.35%200%200%200%20.108-.378a6%206%200%200%200-1.262-2.173a.36.36%200%200%200-.382-.096l-1.36.484a.7.7%200%200%201-.24.042a.71.71%200%200%201-.696-.579L7.533.414a.36.36%200%200%200-.275-.282a6.1%206.1%200%200%200-2.52%200a.35.35%200%200%200-.274.282l-.26%201.416a.71.71%200%200%201-.936.539l-1.36-.484a.36.36%200%200%200-.381.096A6%206%200%200%200%20.265%204.154a.35.35%200%200%200%20.108.378l1.102.932a.704.704%200%200%201%200%201.076l-1.102.932a.35.35%200%200%200-.108.378a6%206%200%200%200%201.262%202.173a.36.36%200%200%200%20.382.096l1.36-.484a.7.7%200%200%201%20.239-.041c.336%200%20.634.238.697.579l.259%201.416a.36.36%200%200%200%20.275.282a6.1%206.1%200%200%200%202.519%200a.35.35%200%200%200%20.275-.282l.26-1.416a.71.71%200%200%201%20.936-.539l1.359.484a.36.36%200%200%200%20.382-.096a6%206%200%200%200%201.262-2.173a.35.35%200%200%200-.108-.378zm-1.623%201.554l-.943-.336A1.713%201.713%200%200%200%206.81%209.99l-.178.97a5%205%200%200%201-1.265%200l-.177-.97a1.707%201.707%200%200%200-2.254-1.3L2%209.024a5%205%200%200%201-.632-1.084l.756-.639a1.7%201.7%200%200%200%20.598-1.164a1.69%201.69%200%200%200-.6-1.439l-.754-.638a5%205%200%200%201%20.63-1.084l.945.336q.277.097.567.097a1.71%201.71%200%200%200%201.68-1.4l.178-.969a5.2%205.2%200%200%201%201.265%200l.178.97a1.707%201.707%200%200%200%202.254%201.299l.937-.334q.386.505.63%201.084l-.755.639a1.7%201.7%200%200%200-.598%201.164a1.69%201.69%200%200%200%20.599%201.439l.277.234l-.002.002l.479.404a5%205%200%200%201-.63%201.083%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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