gear six icon
gear-six from Phosphor by Phosphor Icons · Regular · MIT Free for personal and commercial use.
- Name
- gear-six
- Set
- Phosphor
- Style
- Regular
- 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 80a48 48 0 1 0 48 48a48.05 48.05 0 0 0-48-48m0 80a32 32 0 1 1 32-32a32 32 0 0 1-32 32m109.94-52.79a8 8 0 0 0-3.89-5.4l-29.83-17l-.12-33.62a8 8 0 0 0-2.83-6.08a111.9 111.9 0 0 0-36.72-20.67a8 8 0 0 0-6.46.59L128 41.85L97.88 25a8 8 0 0 0-6.47-.6a112.1 112.1 0 0 0-36.68 20.75a8 8 0 0 0-2.83 6.07l-.15 33.65l-29.83 17a8 8 0 0 0-3.89 5.4a106.5 106.5 0 0 0 0 41.56a8 8 0 0 0 3.89 5.4l29.83 17l.12 33.62a8 8 0 0 0 2.83 6.08a111.9 111.9 0 0 0 36.72 20.67a8 8 0 0 0 6.46-.59L128 214.15L158.12 231a7.9 7.9 0 0 0 3.9 1a8.1 8.1 0 0 0 2.57-.42a112.1 112.1 0 0 0 36.68-20.73a8 8 0 0 0 2.83-6.07l.15-33.65l29.83-17a8 8 0 0 0 3.89-5.4a106.5 106.5 0 0 0-.03-41.52m-15 34.91l-28.57 16.25a8 8 0 0 0-3 3c-.58 1-1.19 2.06-1.81 3.06a7.94 7.94 0 0 0-1.22 4.21l-.15 32.25a95.9 95.9 0 0 1-25.37 14.3L134 199.13a8 8 0 0 0-3.91-1h-3.83a8.1 8.1 0 0 0-4.1 1l-28.84 16.1A96 96 0 0 1 67.88 201l-.11-32.2a8 8 0 0 0-1.22-4.22c-.62-1-1.23-2-1.8-3.06a8.1 8.1 0 0 0-3-3.06l-28.6-16.29a90.5 90.5 0 0 1 0-28.26l28.52-16.28a8 8 0 0 0 3-3c.58-1 1.19-2.06 1.81-3.06a7.94 7.94 0 0 0 1.22-4.21l.15-32.25a95.9 95.9 0 0 1 25.37-14.3L122 56.87a8 8 0 0 0 4.1 1h3.64a8.1 8.1 0 0 0 4.1-1l28.84-16.1A96 96 0 0 1 188.12 55l.11 32.2a8 8 0 0 0 1.22 4.22c.62 1 1.23 2 1.8 3.06a8.1 8.1 0 0 0 3 3.06l28.6 16.29a90.5 90.5 0 0 1 .05 28.29Z"/></svg>
React
import type { SVGProps } from "react";
export function PhGearSix(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 80a48 48 0 1 0 48 48a48.05 48.05 0 0 0-48-48m0 80a32 32 0 1 1 32-32a32 32 0 0 1-32 32m109.94-52.79a8 8 0 0 0-3.89-5.4l-29.83-17l-.12-33.62a8 8 0 0 0-2.83-6.08a111.9 111.9 0 0 0-36.72-20.67a8 8 0 0 0-6.46.59L128 41.85L97.88 25a8 8 0 0 0-6.47-.6a112.1 112.1 0 0 0-36.68 20.75a8 8 0 0 0-2.83 6.07l-.15 33.65l-29.83 17a8 8 0 0 0-3.89 5.4a106.5 106.5 0 0 0 0 41.56a8 8 0 0 0 3.89 5.4l29.83 17l.12 33.62a8 8 0 0 0 2.83 6.08a111.9 111.9 0 0 0 36.72 20.67a8 8 0 0 0 6.46-.59L128 214.15L158.12 231a7.9 7.9 0 0 0 3.9 1a8.1 8.1 0 0 0 2.57-.42a112.1 112.1 0 0 0 36.68-20.73a8 8 0 0 0 2.83-6.07l.15-33.65l29.83-17a8 8 0 0 0 3.89-5.4a106.5 106.5 0 0 0-.03-41.52m-15 34.91l-28.57 16.25a8 8 0 0 0-3 3c-.58 1-1.19 2.06-1.81 3.06a7.94 7.94 0 0 0-1.22 4.21l-.15 32.25a95.9 95.9 0 0 1-25.37 14.3L134 199.13a8 8 0 0 0-3.91-1h-3.83a8.1 8.1 0 0 0-4.1 1l-28.84 16.1A96 96 0 0 1 67.88 201l-.11-32.2a8 8 0 0 0-1.22-4.22c-.62-1-1.23-2-1.8-3.06a8.1 8.1 0 0 0-3-3.06l-28.6-16.29a90.5 90.5 0 0 1 0-28.26l28.52-16.28a8 8 0 0 0 3-3c.58-1 1.19-2.06 1.81-3.06a7.94 7.94 0 0 0 1.22-4.21l.15-32.25a95.9 95.9 0 0 1 25.37-14.3L122 56.87a8 8 0 0 0 4.1 1h3.64a8.1 8.1 0 0 0 4.1-1l28.84-16.1A96 96 0 0 1 188.12 55l.11 32.2a8 8 0 0 0 1.22 4.22c.62 1 1.23 2 1.8 3.06a8.1 8.1 0 0 0 3 3.06l28.6 16.29a90.5 90.5 0 0 1 .05 28.29Z"/></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 80a48 48 0 1 0 48 48a48.05 48.05 0 0 0-48-48m0 80a32 32 0 1 1 32-32a32 32 0 0 1-32 32m109.94-52.79a8 8 0 0 0-3.89-5.4l-29.83-17l-.12-33.62a8 8 0 0 0-2.83-6.08a111.9 111.9 0 0 0-36.72-20.67a8 8 0 0 0-6.46.59L128 41.85L97.88 25a8 8 0 0 0-6.47-.6a112.1 112.1 0 0 0-36.68 20.75a8 8 0 0 0-2.83 6.07l-.15 33.65l-29.83 17a8 8 0 0 0-3.89 5.4a106.5 106.5 0 0 0 0 41.56a8 8 0 0 0 3.89 5.4l29.83 17l.12 33.62a8 8 0 0 0 2.83 6.08a111.9 111.9 0 0 0 36.72 20.67a8 8 0 0 0 6.46-.59L128 214.15L158.12 231a7.9 7.9 0 0 0 3.9 1a8.1 8.1 0 0 0 2.57-.42a112.1 112.1 0 0 0 36.68-20.73a8 8 0 0 0 2.83-6.07l.15-33.65l29.83-17a8 8 0 0 0 3.89-5.4a106.5 106.5 0 0 0-.03-41.52m-15 34.91l-28.57 16.25a8 8 0 0 0-3 3c-.58 1-1.19 2.06-1.81 3.06a7.94 7.94 0 0 0-1.22 4.21l-.15 32.25a95.9 95.9 0 0 1-25.37 14.3L134 199.13a8 8 0 0 0-3.91-1h-3.83a8.1 8.1 0 0 0-4.1 1l-28.84 16.1A96 96 0 0 1 67.88 201l-.11-32.2a8 8 0 0 0-1.22-4.22c-.62-1-1.23-2-1.8-3.06a8.1 8.1 0 0 0-3-3.06l-28.6-16.29a90.5 90.5 0 0 1 0-28.26l28.52-16.28a8 8 0 0 0 3-3c.58-1 1.19-2.06 1.81-3.06a7.94 7.94 0 0 0 1.22-4.21l.15-32.25a95.9 95.9 0 0 1 25.37-14.3L122 56.87a8 8 0 0 0 4.1 1h3.64a8.1 8.1 0 0 0 4.1-1l28.84-16.1A96 96 0 0 1 188.12 55l.11 32.2a8 8 0 0 0 1.22 4.22c.62 1 1.23 2 1.8 3.06a8.1 8.1 0 0 0 3 3.06l28.6 16.29a90.5 90.5 0 0 1 .05 28.29Z"/></svg> </template>
CSS
.icon-gear-six {
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%2080a48%2048%200%201%200%2048%2048a48.05%2048.05%200%200%200-48-48m0%2080a32%2032%200%201%201%2032-32a32%2032%200%200%201-32%2032m109.94-52.79a8%208%200%200%200-3.89-5.4l-29.83-17l-.12-33.62a8%208%200%200%200-2.83-6.08a111.9%20111.9%200%200%200-36.72-20.67a8%208%200%200%200-6.46.59L128%2041.85L97.88%2025a8%208%200%200%200-6.47-.6a112.1%20112.1%200%200%200-36.68%2020.75a8%208%200%200%200-2.83%206.07l-.15%2033.65l-29.83%2017a8%208%200%200%200-3.89%205.4a106.5%20106.5%200%200%200%200%2041.56a8%208%200%200%200%203.89%205.4l29.83%2017l.12%2033.62a8%208%200%200%200%202.83%206.08a111.9%20111.9%200%200%200%2036.72%2020.67a8%208%200%200%200%206.46-.59L128%20214.15L158.12%20231a7.9%207.9%200%200%200%203.9%201a8.1%208.1%200%200%200%202.57-.42a112.1%20112.1%200%200%200%2036.68-20.73a8%208%200%200%200%202.83-6.07l.15-33.65l29.83-17a8%208%200%200%200%203.89-5.4a106.5%20106.5%200%200%200-.03-41.52m-15%2034.91l-28.57%2016.25a8%208%200%200%200-3%203c-.58%201-1.19%202.06-1.81%203.06a7.94%207.94%200%200%200-1.22%204.21l-.15%2032.25a95.9%2095.9%200%200%201-25.37%2014.3L134%20199.13a8%208%200%200%200-3.91-1h-3.83a8.1%208.1%200%200%200-4.1%201l-28.84%2016.1A96%2096%200%200%201%2067.88%20201l-.11-32.2a8%208%200%200%200-1.22-4.22c-.62-1-1.23-2-1.8-3.06a8.1%208.1%200%200%200-3-3.06l-28.6-16.29a90.5%2090.5%200%200%201%200-28.26l28.52-16.28a8%208%200%200%200%203-3c.58-1%201.19-2.06%201.81-3.06a7.94%207.94%200%200%200%201.22-4.21l.15-32.25a95.9%2095.9%200%200%201%2025.37-14.3L122%2056.87a8%208%200%200%200%204.1%201h3.64a8.1%208.1%200%200%200%204.1-1l28.84-16.1A96%2096%200%200%201%20188.12%2055l.11%2032.2a8%208%200%200%200%201.22%204.22c.62%201%201.23%202%201.8%203.06a8.1%208.1%200%200%200%203%203.06l28.6%2016.29a90.5%2090.5%200%200%201%20.05%2028.29Z%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%2080a48%2048%200%201%200%2048%2048a48.05%2048.05%200%200%200-48-48m0%2080a32%2032%200%201%201%2032-32a32%2032%200%200%201-32%2032m109.94-52.79a8%208%200%200%200-3.89-5.4l-29.83-17l-.12-33.62a8%208%200%200%200-2.83-6.08a111.9%20111.9%200%200%200-36.72-20.67a8%208%200%200%200-6.46.59L128%2041.85L97.88%2025a8%208%200%200%200-6.47-.6a112.1%20112.1%200%200%200-36.68%2020.75a8%208%200%200%200-2.83%206.07l-.15%2033.65l-29.83%2017a8%208%200%200%200-3.89%205.4a106.5%20106.5%200%200%200%200%2041.56a8%208%200%200%200%203.89%205.4l29.83%2017l.12%2033.62a8%208%200%200%200%202.83%206.08a111.9%20111.9%200%200%200%2036.72%2020.67a8%208%200%200%200%206.46-.59L128%20214.15L158.12%20231a7.9%207.9%200%200%200%203.9%201a8.1%208.1%200%200%200%202.57-.42a112.1%20112.1%200%200%200%2036.68-20.73a8%208%200%200%200%202.83-6.07l.15-33.65l29.83-17a8%208%200%200%200%203.89-5.4a106.5%20106.5%200%200%200-.03-41.52m-15%2034.91l-28.57%2016.25a8%208%200%200%200-3%203c-.58%201-1.19%202.06-1.81%203.06a7.94%207.94%200%200%200-1.22%204.21l-.15%2032.25a95.9%2095.9%200%200%201-25.37%2014.3L134%20199.13a8%208%200%200%200-3.91-1h-3.83a8.1%208.1%200%200%200-4.1%201l-28.84%2016.1A96%2096%200%200%201%2067.88%20201l-.11-32.2a8%208%200%200%200-1.22-4.22c-.62-1-1.23-2-1.8-3.06a8.1%208.1%200%200%200-3-3.06l-28.6-16.29a90.5%2090.5%200%200%201%200-28.26l28.52-16.28a8%208%200%200%200%203-3c.58-1%201.19-2.06%201.81-3.06a7.94%207.94%200%200%200%201.22-4.21l.15-32.25a95.9%2095.9%200%200%201%2025.37-14.3L122%2056.87a8%208%200%200%200%204.1%201h3.64a8.1%208.1%200%200%200%204.1-1l28.84-16.1A96%2096%200%200%201%20188.12%2055l.11%2032.2a8%208%200%200%200%201.22%204.22c.62%201%201.23%202%201.8%203.06a8.1%208.1%200%200%200%203%203.06l28.6%2016.29a90.5%2090.5%200%200%201%20.05%2028.29Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/gear-six.svg?color=%231a73e8&size=48