gear six icon

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

Name
gear-six-fill
Set
Phosphor
Style
Fill
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="M237.94 107.21a8 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-.6a111.9 111.9 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.63a8 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.52M128 168a40 40 0 1 1 40-40a40 40 0 0 1-40 40"/></svg>

React

import type { SVGProps } from "react";

export function PhGearSixFill(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="M237.94 107.21a8 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-.6a111.9 111.9 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.63a8 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.52M128 168a40 40 0 1 1 40-40a40 40 0 0 1-40 40"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M237.94 107.21a8 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-.6a111.9 111.9 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.63a8 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.52M128 168a40 40 0 1 1 40-40a40 40 0 0 1-40 40"/></svg>
</template>

CSS

.icon-gear-six-fill {
  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%22M237.94%20107.21a8%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-.6a111.9%20111.9%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.63a8%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.52M128%20168a40%2040%200%201%201%2040-40a40%2040%200%200%201-40%2040%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%22M237.94%20107.21a8%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-.6a111.9%20111.9%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.63a8%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.52M128%20168a40%2040%200%201%201%2040-40a40%2040%200%200%201-40%2040%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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