gear six icon

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

Name
gear-six-thin
Set
Phosphor
Style
Thin
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 84a44 44 0 1 0 44 44a44.05 44.05 0 0 0-44-44m0 80a36 36 0 1 1 36-36a36 36 0 0 1-36 36m106-56a4 4 0 0 0-2-2.7l-30.89-17.6q-.47-.82-1-1.62l-.01-34.88a3.94 3.94 0 0 0-1.42-3a107.8 107.8 0 0 0-35.41-19.94a4 4 0 0 0-3.23.29L129 45.87h-2L96 28.51a4 4 0 0 0-3.23-.3a108 108 0 0 0-35.39 20a4 4 0 0 0-1.41 3l-.16 34.9l-1 1.62L23.9 105.3A4 4 0 0 0 22 108a102.8 102.8 0 0 0 0 40a4 4 0 0 0 1.95 2.7l30.89 17.6q.47.83 1 1.62l.12 34.87a3.94 3.94 0 0 0 1.42 3a107.8 107.8 0 0 0 35.41 19.94a4 4 0 0 0 3.23-.29L127 210.13h2l31 17.36a4 4 0 0 0 3.23.3a108 108 0 0 0 35.39-20a4 4 0 0 0 1.41-3l.16-34.9l1-1.62l30.91-17.57a4 4 0 0 0 2-2.71A102.8 102.8 0 0 0 234 108m-7.48 36.67l-30.22 17.17a4 4 0 0 0-1.51 1.53c-.61 1.09-1.25 2.17-1.91 3.24a3.9 3.9 0 0 0-.61 2.1l-.16 34.15a99.8 99.8 0 0 1-29.7 16.77l-30.4-17a4.06 4.06 0 0 0-2-.51h-3.85a4.1 4.1 0 0 0-2.05.51l-30.45 17a100.2 100.2 0 0 1-29.77-16.73l-.12-34.12a3.93 3.93 0 0 0-.61-2.11c-.66-1-1.3-2.14-1.91-3.23a4 4 0 0 0-1.51-1.53l-30.25-17.23a94.8 94.8 0 0 1 0-33.34L59.7 94.16a4 4 0 0 0 1.51-1.53c.61-1.09 1.25-2.17 1.91-3.23a4 4 0 0 0 .61-2.11l.16-34.15a99.8 99.8 0 0 1 29.7-16.77l30.4 17a4.1 4.1 0 0 0 2.05.51h3.84a4 4 0 0 0 2.05-.51l30.45-17a100.2 100.2 0 0 1 29.73 16.73l.12 34.12a3.93 3.93 0 0 0 .61 2.11c.66 1 1.3 2.14 1.91 3.23a4 4 0 0 0 1.51 1.53l30.25 17.23a94.8 94.8 0 0 1 .03 33.34Z"/></svg>

React

import type { SVGProps } from "react";

export function PhGearSixThin(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 84a44 44 0 1 0 44 44a44.05 44.05 0 0 0-44-44m0 80a36 36 0 1 1 36-36a36 36 0 0 1-36 36m106-56a4 4 0 0 0-2-2.7l-30.89-17.6q-.47-.82-1-1.62l-.01-34.88a3.94 3.94 0 0 0-1.42-3a107.8 107.8 0 0 0-35.41-19.94a4 4 0 0 0-3.23.29L129 45.87h-2L96 28.51a4 4 0 0 0-3.23-.3a108 108 0 0 0-35.39 20a4 4 0 0 0-1.41 3l-.16 34.9l-1 1.62L23.9 105.3A4 4 0 0 0 22 108a102.8 102.8 0 0 0 0 40a4 4 0 0 0 1.95 2.7l30.89 17.6q.47.83 1 1.62l.12 34.87a3.94 3.94 0 0 0 1.42 3a107.8 107.8 0 0 0 35.41 19.94a4 4 0 0 0 3.23-.29L127 210.13h2l31 17.36a4 4 0 0 0 3.23.3a108 108 0 0 0 35.39-20a4 4 0 0 0 1.41-3l.16-34.9l1-1.62l30.91-17.57a4 4 0 0 0 2-2.71A102.8 102.8 0 0 0 234 108m-7.48 36.67l-30.22 17.17a4 4 0 0 0-1.51 1.53c-.61 1.09-1.25 2.17-1.91 3.24a3.9 3.9 0 0 0-.61 2.1l-.16 34.15a99.8 99.8 0 0 1-29.7 16.77l-30.4-17a4.06 4.06 0 0 0-2-.51h-3.85a4.1 4.1 0 0 0-2.05.51l-30.45 17a100.2 100.2 0 0 1-29.77-16.73l-.12-34.12a3.93 3.93 0 0 0-.61-2.11c-.66-1-1.3-2.14-1.91-3.23a4 4 0 0 0-1.51-1.53l-30.25-17.23a94.8 94.8 0 0 1 0-33.34L59.7 94.16a4 4 0 0 0 1.51-1.53c.61-1.09 1.25-2.17 1.91-3.23a4 4 0 0 0 .61-2.11l.16-34.15a99.8 99.8 0 0 1 29.7-16.77l30.4 17a4.1 4.1 0 0 0 2.05.51h3.84a4 4 0 0 0 2.05-.51l30.45-17a100.2 100.2 0 0 1 29.73 16.73l.12 34.12a3.93 3.93 0 0 0 .61 2.11c.66 1 1.3 2.14 1.91 3.23a4 4 0 0 0 1.51 1.53l30.25 17.23a94.8 94.8 0 0 1 .03 33.34Z"/></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 84a44 44 0 1 0 44 44a44.05 44.05 0 0 0-44-44m0 80a36 36 0 1 1 36-36a36 36 0 0 1-36 36m106-56a4 4 0 0 0-2-2.7l-30.89-17.6q-.47-.82-1-1.62l-.01-34.88a3.94 3.94 0 0 0-1.42-3a107.8 107.8 0 0 0-35.41-19.94a4 4 0 0 0-3.23.29L129 45.87h-2L96 28.51a4 4 0 0 0-3.23-.3a108 108 0 0 0-35.39 20a4 4 0 0 0-1.41 3l-.16 34.9l-1 1.62L23.9 105.3A4 4 0 0 0 22 108a102.8 102.8 0 0 0 0 40a4 4 0 0 0 1.95 2.7l30.89 17.6q.47.83 1 1.62l.12 34.87a3.94 3.94 0 0 0 1.42 3a107.8 107.8 0 0 0 35.41 19.94a4 4 0 0 0 3.23-.29L127 210.13h2l31 17.36a4 4 0 0 0 3.23.3a108 108 0 0 0 35.39-20a4 4 0 0 0 1.41-3l.16-34.9l1-1.62l30.91-17.57a4 4 0 0 0 2-2.71A102.8 102.8 0 0 0 234 108m-7.48 36.67l-30.22 17.17a4 4 0 0 0-1.51 1.53c-.61 1.09-1.25 2.17-1.91 3.24a3.9 3.9 0 0 0-.61 2.1l-.16 34.15a99.8 99.8 0 0 1-29.7 16.77l-30.4-17a4.06 4.06 0 0 0-2-.51h-3.85a4.1 4.1 0 0 0-2.05.51l-30.45 17a100.2 100.2 0 0 1-29.77-16.73l-.12-34.12a3.93 3.93 0 0 0-.61-2.11c-.66-1-1.3-2.14-1.91-3.23a4 4 0 0 0-1.51-1.53l-30.25-17.23a94.8 94.8 0 0 1 0-33.34L59.7 94.16a4 4 0 0 0 1.51-1.53c.61-1.09 1.25-2.17 1.91-3.23a4 4 0 0 0 .61-2.11l.16-34.15a99.8 99.8 0 0 1 29.7-16.77l30.4 17a4.1 4.1 0 0 0 2.05.51h3.84a4 4 0 0 0 2.05-.51l30.45-17a100.2 100.2 0 0 1 29.73 16.73l.12 34.12a3.93 3.93 0 0 0 .61 2.11c.66 1 1.3 2.14 1.91 3.23a4 4 0 0 0 1.51 1.53l30.25 17.23a94.8 94.8 0 0 1 .03 33.34Z"/></svg>
</template>

CSS

.icon-gear-six-thin {
  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%2084a44%2044%200%201%200%2044%2044a44.05%2044.05%200%200%200-44-44m0%2080a36%2036%200%201%201%2036-36a36%2036%200%200%201-36%2036m106-56a4%204%200%200%200-2-2.7l-30.89-17.6q-.47-.82-1-1.62l-.01-34.88a3.94%203.94%200%200%200-1.42-3a107.8%20107.8%200%200%200-35.41-19.94a4%204%200%200%200-3.23.29L129%2045.87h-2L96%2028.51a4%204%200%200%200-3.23-.3a108%20108%200%200%200-35.39%2020a4%204%200%200%200-1.41%203l-.16%2034.9l-1%201.62L23.9%20105.3A4%204%200%200%200%2022%20108a102.8%20102.8%200%200%200%200%2040a4%204%200%200%200%201.95%202.7l30.89%2017.6q.47.83%201%201.62l.12%2034.87a3.94%203.94%200%200%200%201.42%203a107.8%20107.8%200%200%200%2035.41%2019.94a4%204%200%200%200%203.23-.29L127%20210.13h2l31%2017.36a4%204%200%200%200%203.23.3a108%20108%200%200%200%2035.39-20a4%204%200%200%200%201.41-3l.16-34.9l1-1.62l30.91-17.57a4%204%200%200%200%202-2.71A102.8%20102.8%200%200%200%20234%20108m-7.48%2036.67l-30.22%2017.17a4%204%200%200%200-1.51%201.53c-.61%201.09-1.25%202.17-1.91%203.24a3.9%203.9%200%200%200-.61%202.1l-.16%2034.15a99.8%2099.8%200%200%201-29.7%2016.77l-30.4-17a4.06%204.06%200%200%200-2-.51h-3.85a4.1%204.1%200%200%200-2.05.51l-30.45%2017a100.2%20100.2%200%200%201-29.77-16.73l-.12-34.12a3.93%203.93%200%200%200-.61-2.11c-.66-1-1.3-2.14-1.91-3.23a4%204%200%200%200-1.51-1.53l-30.25-17.23a94.8%2094.8%200%200%201%200-33.34L59.7%2094.16a4%204%200%200%200%201.51-1.53c.61-1.09%201.25-2.17%201.91-3.23a4%204%200%200%200%20.61-2.11l.16-34.15a99.8%2099.8%200%200%201%2029.7-16.77l30.4%2017a4.1%204.1%200%200%200%202.05.51h3.84a4%204%200%200%200%202.05-.51l30.45-17a100.2%20100.2%200%200%201%2029.73%2016.73l.12%2034.12a3.93%203.93%200%200%200%20.61%202.11c.66%201%201.3%202.14%201.91%203.23a4%204%200%200%200%201.51%201.53l30.25%2017.23a94.8%2094.8%200%200%201%20.03%2033.34Z%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%2084a44%2044%200%201%200%2044%2044a44.05%2044.05%200%200%200-44-44m0%2080a36%2036%200%201%201%2036-36a36%2036%200%200%201-36%2036m106-56a4%204%200%200%200-2-2.7l-30.89-17.6q-.47-.82-1-1.62l-.01-34.88a3.94%203.94%200%200%200-1.42-3a107.8%20107.8%200%200%200-35.41-19.94a4%204%200%200%200-3.23.29L129%2045.87h-2L96%2028.51a4%204%200%200%200-3.23-.3a108%20108%200%200%200-35.39%2020a4%204%200%200%200-1.41%203l-.16%2034.9l-1%201.62L23.9%20105.3A4%204%200%200%200%2022%20108a102.8%20102.8%200%200%200%200%2040a4%204%200%200%200%201.95%202.7l30.89%2017.6q.47.83%201%201.62l.12%2034.87a3.94%203.94%200%200%200%201.42%203a107.8%20107.8%200%200%200%2035.41%2019.94a4%204%200%200%200%203.23-.29L127%20210.13h2l31%2017.36a4%204%200%200%200%203.23.3a108%20108%200%200%200%2035.39-20a4%204%200%200%200%201.41-3l.16-34.9l1-1.62l30.91-17.57a4%204%200%200%200%202-2.71A102.8%20102.8%200%200%200%20234%20108m-7.48%2036.67l-30.22%2017.17a4%204%200%200%200-1.51%201.53c-.61%201.09-1.25%202.17-1.91%203.24a3.9%203.9%200%200%200-.61%202.1l-.16%2034.15a99.8%2099.8%200%200%201-29.7%2016.77l-30.4-17a4.06%204.06%200%200%200-2-.51h-3.85a4.1%204.1%200%200%200-2.05.51l-30.45%2017a100.2%20100.2%200%200%201-29.77-16.73l-.12-34.12a3.93%203.93%200%200%200-.61-2.11c-.66-1-1.3-2.14-1.91-3.23a4%204%200%200%200-1.51-1.53l-30.25-17.23a94.8%2094.8%200%200%201%200-33.34L59.7%2094.16a4%204%200%200%200%201.51-1.53c.61-1.09%201.25-2.17%201.91-3.23a4%204%200%200%200%20.61-2.11l.16-34.15a99.8%2099.8%200%200%201%2029.7-16.77l30.4%2017a4.1%204.1%200%200%200%202.05.51h3.84a4%204%200%200%200%202.05-.51l30.45-17a100.2%20100.2%200%200%201%2029.73%2016.73l.12%2034.12a3.93%203.93%200%200%200%20.61%202.11c.66%201%201.3%202.14%201.91%203.23a4%204%200%200%200%201.51%201.53l30.25%2017.23a94.8%2094.8%200%200%201%20.03%2033.34Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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