gear six icon

gear-six-bold from Phosphor by Phosphor Icons · Bold · MIT Free for personal and commercial use.

Name
gear-six-bold
Set
Phosphor
Style
Bold
Viewbox
256×256
License
MIT

5 other variants in Phosphor

Related icons in Phosphor

Use the gear six icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M128 76a52 52 0 1 0 52 52a52.06 52.06 0 0 0-52-52m0 80a28 28 0 1 1 28-28a28 28 0 0 1-28 28m113.86-49.57a12 12 0 0 0-5.86-8.09l-27.79-15.85l-.11-31.31a12 12 0 0 0-4.25-9.12a116 116 0 0 0-38-21.41a12 12 0 0 0-9.68.89L128 37.27L99.83 21.53a12 12 0 0 0-9.7-.9a116.1 116.1 0 0 0-38 21.47a12 12 0 0 0-4.24 9.1l-.14 31.34L20 98.35a12 12 0 0 0-5.85 8.11a110.7 110.7 0 0 0 0 43.11a12 12 0 0 0 5.85 8.09l27.82 15.85l.11 31.31a12 12 0 0 0 4.25 9.12a116 116 0 0 0 38 21.41a12 12 0 0 0 9.68-.89L128 218.73l28.14 15.74a12 12 0 0 0 9.7.9a116.1 116.1 0 0 0 38-21.47a12 12 0 0 0 4.24-9.1l.14-31.34l27.81-15.81a12 12 0 0 0 5.85-8.11a110.7 110.7 0 0 0-.02-43.11m-22.63 33.18l-26.88 15.28a11.94 11.94 0 0 0-4.55 4.59c-.54 1-1.11 1.93-1.7 2.88a12 12 0 0 0-1.83 6.31l-.14 30.33a91.8 91.8 0 0 1-21.07 11.87l-27.15-15.19a12 12 0 0 0-5.86-1.53h-3.73a12.1 12.1 0 0 0-6.14 1.51L93 210.82A92.3 92.3 0 0 1 71.88 199l-.11-30.24a12 12 0 0 0-1.83-6.32c-.58-.94-1.16-1.91-1.7-2.88A11.9 11.9 0 0 0 63.7 155l-26.9-15.37a86.5 86.5 0 0 1 0-23.24l26.88-15.28a12 12 0 0 0 4.55-4.58c.54-1 1.11-1.94 1.7-2.89a12 12 0 0 0 1.83-6.31L71.87 57a91.8 91.8 0 0 1 21.07-11.83l27.15 15.19a11.9 11.9 0 0 0 6.15 1.52h3.44a12.1 12.1 0 0 0 6.14-1.51L163 45.18A92.3 92.3 0 0 1 184.12 57l.11 30.24a12 12 0 0 0 1.83 6.32c.58.94 1.16 1.91 1.7 2.88a11.9 11.9 0 0 0 4.54 4.56l26.9 15.33a86.5 86.5 0 0 1 .03 23.28"/></svg>

React

import type { SVGProps } from "react";

export function PhGearSixBold(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M128 76a52 52 0 1 0 52 52a52.06 52.06 0 0 0-52-52m0 80a28 28 0 1 1 28-28a28 28 0 0 1-28 28m113.86-49.57a12 12 0 0 0-5.86-8.09l-27.79-15.85l-.11-31.31a12 12 0 0 0-4.25-9.12a116 116 0 0 0-38-21.41a12 12 0 0 0-9.68.89L128 37.27L99.83 21.53a12 12 0 0 0-9.7-.9a116.1 116.1 0 0 0-38 21.47a12 12 0 0 0-4.24 9.1l-.14 31.34L20 98.35a12 12 0 0 0-5.85 8.11a110.7 110.7 0 0 0 0 43.11a12 12 0 0 0 5.85 8.09l27.82 15.85l.11 31.31a12 12 0 0 0 4.25 9.12a116 116 0 0 0 38 21.41a12 12 0 0 0 9.68-.89L128 218.73l28.14 15.74a12 12 0 0 0 9.7.9a116.1 116.1 0 0 0 38-21.47a12 12 0 0 0 4.24-9.1l.14-31.34l27.81-15.81a12 12 0 0 0 5.85-8.11a110.7 110.7 0 0 0-.02-43.11m-22.63 33.18l-26.88 15.28a11.94 11.94 0 0 0-4.55 4.59c-.54 1-1.11 1.93-1.7 2.88a12 12 0 0 0-1.83 6.31l-.14 30.33a91.8 91.8 0 0 1-21.07 11.87l-27.15-15.19a12 12 0 0 0-5.86-1.53h-3.73a12.1 12.1 0 0 0-6.14 1.51L93 210.82A92.3 92.3 0 0 1 71.88 199l-.11-30.24a12 12 0 0 0-1.83-6.32c-.58-.94-1.16-1.91-1.7-2.88A11.9 11.9 0 0 0 63.7 155l-26.9-15.37a86.5 86.5 0 0 1 0-23.24l26.88-15.28a12 12 0 0 0 4.55-4.58c.54-1 1.11-1.94 1.7-2.89a12 12 0 0 0 1.83-6.31L71.87 57a91.8 91.8 0 0 1 21.07-11.83l27.15 15.19a11.9 11.9 0 0 0 6.15 1.52h3.44a12.1 12.1 0 0 0 6.14-1.51L163 45.18A92.3 92.3 0 0 1 184.12 57l.11 30.24a12 12 0 0 0 1.83 6.32c.58.94 1.16 1.91 1.7 2.88a11.9 11.9 0 0 0 4.54 4.56l26.9 15.33a86.5 86.5 0 0 1 .03 23.28"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M128 76a52 52 0 1 0 52 52a52.06 52.06 0 0 0-52-52m0 80a28 28 0 1 1 28-28a28 28 0 0 1-28 28m113.86-49.57a12 12 0 0 0-5.86-8.09l-27.79-15.85l-.11-31.31a12 12 0 0 0-4.25-9.12a116 116 0 0 0-38-21.41a12 12 0 0 0-9.68.89L128 37.27L99.83 21.53a12 12 0 0 0-9.7-.9a116.1 116.1 0 0 0-38 21.47a12 12 0 0 0-4.24 9.1l-.14 31.34L20 98.35a12 12 0 0 0-5.85 8.11a110.7 110.7 0 0 0 0 43.11a12 12 0 0 0 5.85 8.09l27.82 15.85l.11 31.31a12 12 0 0 0 4.25 9.12a116 116 0 0 0 38 21.41a12 12 0 0 0 9.68-.89L128 218.73l28.14 15.74a12 12 0 0 0 9.7.9a116.1 116.1 0 0 0 38-21.47a12 12 0 0 0 4.24-9.1l.14-31.34l27.81-15.81a12 12 0 0 0 5.85-8.11a110.7 110.7 0 0 0-.02-43.11m-22.63 33.18l-26.88 15.28a11.94 11.94 0 0 0-4.55 4.59c-.54 1-1.11 1.93-1.7 2.88a12 12 0 0 0-1.83 6.31l-.14 30.33a91.8 91.8 0 0 1-21.07 11.87l-27.15-15.19a12 12 0 0 0-5.86-1.53h-3.73a12.1 12.1 0 0 0-6.14 1.51L93 210.82A92.3 92.3 0 0 1 71.88 199l-.11-30.24a12 12 0 0 0-1.83-6.32c-.58-.94-1.16-1.91-1.7-2.88A11.9 11.9 0 0 0 63.7 155l-26.9-15.37a86.5 86.5 0 0 1 0-23.24l26.88-15.28a12 12 0 0 0 4.55-4.58c.54-1 1.11-1.94 1.7-2.89a12 12 0 0 0 1.83-6.31L71.87 57a91.8 91.8 0 0 1 21.07-11.83l27.15 15.19a11.9 11.9 0 0 0 6.15 1.52h3.44a12.1 12.1 0 0 0 6.14-1.51L163 45.18A92.3 92.3 0 0 1 184.12 57l.11 30.24a12 12 0 0 0 1.83 6.32c.58.94 1.16 1.91 1.7 2.88a11.9 11.9 0 0 0 4.54 4.56l26.9 15.33a86.5 86.5 0 0 1 .03 23.28"/></svg>
</template>

CSS

.icon-gear-six-bold {
  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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M128%2076a52%2052%200%201%200%2052%2052a52.06%2052.06%200%200%200-52-52m0%2080a28%2028%200%201%201%2028-28a28%2028%200%200%201-28%2028m113.86-49.57a12%2012%200%200%200-5.86-8.09l-27.79-15.85l-.11-31.31a12%2012%200%200%200-4.25-9.12a116%20116%200%200%200-38-21.41a12%2012%200%200%200-9.68.89L128%2037.27L99.83%2021.53a12%2012%200%200%200-9.7-.9a116.1%20116.1%200%200%200-38%2021.47a12%2012%200%200%200-4.24%209.1l-.14%2031.34L20%2098.35a12%2012%200%200%200-5.85%208.11a110.7%20110.7%200%200%200%200%2043.11a12%2012%200%200%200%205.85%208.09l27.82%2015.85l.11%2031.31a12%2012%200%200%200%204.25%209.12a116%20116%200%200%200%2038%2021.41a12%2012%200%200%200%209.68-.89L128%20218.73l28.14%2015.74a12%2012%200%200%200%209.7.9a116.1%20116.1%200%200%200%2038-21.47a12%2012%200%200%200%204.24-9.1l.14-31.34l27.81-15.81a12%2012%200%200%200%205.85-8.11a110.7%20110.7%200%200%200-.02-43.11m-22.63%2033.18l-26.88%2015.28a11.94%2011.94%200%200%200-4.55%204.59c-.54%201-1.11%201.93-1.7%202.88a12%2012%200%200%200-1.83%206.31l-.14%2030.33a91.8%2091.8%200%200%201-21.07%2011.87l-27.15-15.19a12%2012%200%200%200-5.86-1.53h-3.73a12.1%2012.1%200%200%200-6.14%201.51L93%20210.82A92.3%2092.3%200%200%201%2071.88%20199l-.11-30.24a12%2012%200%200%200-1.83-6.32c-.58-.94-1.16-1.91-1.7-2.88A11.9%2011.9%200%200%200%2063.7%20155l-26.9-15.37a86.5%2086.5%200%200%201%200-23.24l26.88-15.28a12%2012%200%200%200%204.55-4.58c.54-1%201.11-1.94%201.7-2.89a12%2012%200%200%200%201.83-6.31L71.87%2057a91.8%2091.8%200%200%201%2021.07-11.83l27.15%2015.19a11.9%2011.9%200%200%200%206.15%201.52h3.44a12.1%2012.1%200%200%200%206.14-1.51L163%2045.18A92.3%2092.3%200%200%201%20184.12%2057l.11%2030.24a12%2012%200%200%200%201.83%206.32c.58.94%201.16%201.91%201.7%202.88a11.9%2011.9%200%200%200%204.54%204.56l26.9%2015.33a86.5%2086.5%200%200%201%20.03%2023.28%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M128%2076a52%2052%200%201%200%2052%2052a52.06%2052.06%200%200%200-52-52m0%2080a28%2028%200%201%201%2028-28a28%2028%200%200%201-28%2028m113.86-49.57a12%2012%200%200%200-5.86-8.09l-27.79-15.85l-.11-31.31a12%2012%200%200%200-4.25-9.12a116%20116%200%200%200-38-21.41a12%2012%200%200%200-9.68.89L128%2037.27L99.83%2021.53a12%2012%200%200%200-9.7-.9a116.1%20116.1%200%200%200-38%2021.47a12%2012%200%200%200-4.24%209.1l-.14%2031.34L20%2098.35a12%2012%200%200%200-5.85%208.11a110.7%20110.7%200%200%200%200%2043.11a12%2012%200%200%200%205.85%208.09l27.82%2015.85l.11%2031.31a12%2012%200%200%200%204.25%209.12a116%20116%200%200%200%2038%2021.41a12%2012%200%200%200%209.68-.89L128%20218.73l28.14%2015.74a12%2012%200%200%200%209.7.9a116.1%20116.1%200%200%200%2038-21.47a12%2012%200%200%200%204.24-9.1l.14-31.34l27.81-15.81a12%2012%200%200%200%205.85-8.11a110.7%20110.7%200%200%200-.02-43.11m-22.63%2033.18l-26.88%2015.28a11.94%2011.94%200%200%200-4.55%204.59c-.54%201-1.11%201.93-1.7%202.88a12%2012%200%200%200-1.83%206.31l-.14%2030.33a91.8%2091.8%200%200%201-21.07%2011.87l-27.15-15.19a12%2012%200%200%200-5.86-1.53h-3.73a12.1%2012.1%200%200%200-6.14%201.51L93%20210.82A92.3%2092.3%200%200%201%2071.88%20199l-.11-30.24a12%2012%200%200%200-1.83-6.32c-.58-.94-1.16-1.91-1.7-2.88A11.9%2011.9%200%200%200%2063.7%20155l-26.9-15.37a86.5%2086.5%200%200%201%200-23.24l26.88-15.28a12%2012%200%200%200%204.55-4.58c.54-1%201.11-1.94%201.7-2.89a12%2012%200%200%200%201.83-6.31L71.87%2057a91.8%2091.8%200%200%201%2021.07-11.83l27.15%2015.19a11.9%2011.9%200%200%200%206.15%201.52h3.44a12.1%2012.1%200%200%200%206.14-1.51L163%2045.18A92.3%2092.3%200%200%201%20184.12%2057l.11%2030.24a12%2012%200%200%200%201.83%206.32c.58.94%201.16%201.91%201.7%202.88a11.9%2011.9%200%200%200%204.54%204.56l26.9%2015.33a86.5%2086.5%200%200%201%20.03%2023.28%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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