gear-wide from Bootstrap Icons by The Bootstrap Authors · Outline · MIT Free for personal and commercial use.

Name
gear-wide
Set
Bootstrap Icons
Style
Outline
Viewbox
16×16
License
MIT

Related icons in Bootstrap Icons

Use the gear wide icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M8.932.727c-.243-.97-1.62-.97-1.864 0l-.071.286a.96.96 0 0 1-1.622.434l-.205-.211c-.695-.719-1.888-.03-1.613.931l.08.284a.96.96 0 0 1-1.186 1.187l-.284-.081c-.96-.275-1.65.918-.931 1.613l.211.205a.96.96 0 0 1-.434 1.622l-.286.071c-.97.243-.97 1.62 0 1.864l.286.071a.96.96 0 0 1 .434 1.622l-.211.205c-.719.695-.03 1.888.931 1.613l.284-.08a.96.96 0 0 1 1.187 1.187l-.081.283c-.275.96.918 1.65 1.613.931l.205-.211a.96.96 0 0 1 1.622.434l.071.286c.243.97 1.62.97 1.864 0l.071-.286a.96.96 0 0 1 1.622-.434l.205.211c.695.719 1.888.03 1.613-.931l-.08-.284a.96.96 0 0 1 1.187-1.187l.283.081c.96.275 1.65-.918.931-1.613l-.211-.205a.96.96 0 0 1 .434-1.622l.286-.071c.97-.243.97-1.62 0-1.864l-.286-.071a.96.96 0 0 1-.434-1.622l.211-.205c.719-.695.03-1.888-.931-1.613l-.284.08a.96.96 0 0 1-1.187-1.186l.081-.284c.275-.96-.918-1.65-1.613-.931l-.205.211a.96.96 0 0 1-1.622-.434zM8 12.997a4.998 4.998 0 1 1 0-9.995a4.998 4.998 0 0 1 0 9.996z"/></svg>

React

import type { SVGProps } from "react";

export function BiGearWide(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M8.932.727c-.243-.97-1.62-.97-1.864 0l-.071.286a.96.96 0 0 1-1.622.434l-.205-.211c-.695-.719-1.888-.03-1.613.931l.08.284a.96.96 0 0 1-1.186 1.187l-.284-.081c-.96-.275-1.65.918-.931 1.613l.211.205a.96.96 0 0 1-.434 1.622l-.286.071c-.97.243-.97 1.62 0 1.864l.286.071a.96.96 0 0 1 .434 1.622l-.211.205c-.719.695-.03 1.888.931 1.613l.284-.08a.96.96 0 0 1 1.187 1.187l-.081.283c-.275.96.918 1.65 1.613.931l.205-.211a.96.96 0 0 1 1.622.434l.071.286c.243.97 1.62.97 1.864 0l.071-.286a.96.96 0 0 1 1.622-.434l.205.211c.695.719 1.888.03 1.613-.931l-.08-.284a.96.96 0 0 1 1.187-1.187l.283.081c.96.275 1.65-.918.931-1.613l-.211-.205a.96.96 0 0 1 .434-1.622l.286-.071c.97-.243.97-1.62 0-1.864l-.286-.071a.96.96 0 0 1-.434-1.622l.211-.205c.719-.695.03-1.888-.931-1.613l-.284.08a.96.96 0 0 1-1.187-1.186l.081-.284c.275-.96-.918-1.65-1.613-.931l-.205.211a.96.96 0 0 1-1.622-.434zM8 12.997a4.998 4.998 0 1 1 0-9.995a4.998 4.998 0 0 1 0 9.996z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M8.932.727c-.243-.97-1.62-.97-1.864 0l-.071.286a.96.96 0 0 1-1.622.434l-.205-.211c-.695-.719-1.888-.03-1.613.931l.08.284a.96.96 0 0 1-1.186 1.187l-.284-.081c-.96-.275-1.65.918-.931 1.613l.211.205a.96.96 0 0 1-.434 1.622l-.286.071c-.97.243-.97 1.62 0 1.864l.286.071a.96.96 0 0 1 .434 1.622l-.211.205c-.719.695-.03 1.888.931 1.613l.284-.08a.96.96 0 0 1 1.187 1.187l-.081.283c-.275.96.918 1.65 1.613.931l.205-.211a.96.96 0 0 1 1.622.434l.071.286c.243.97 1.62.97 1.864 0l.071-.286a.96.96 0 0 1 1.622-.434l.205.211c.695.719 1.888.03 1.613-.931l-.08-.284a.96.96 0 0 1 1.187-1.187l.283.081c.96.275 1.65-.918.931-1.613l-.211-.205a.96.96 0 0 1 .434-1.622l.286-.071c.97-.243.97-1.62 0-1.864l-.286-.071a.96.96 0 0 1-.434-1.622l.211-.205c.719-.695.03-1.888-.931-1.613l-.284.08a.96.96 0 0 1-1.187-1.186l.081-.284c.275-.96-.918-1.65-1.613-.931l-.205.211a.96.96 0 0 1-1.622-.434zM8 12.997a4.998 4.998 0 1 1 0-9.995a4.998 4.998 0 0 1 0 9.996z"/></svg>
</template>

CSS

.icon-gear-wide {
  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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8.932.727c-.243-.97-1.62-.97-1.864%200l-.071.286a.96.96%200%200%201-1.622.434l-.205-.211c-.695-.719-1.888-.03-1.613.931l.08.284a.96.96%200%200%201-1.186%201.187l-.284-.081c-.96-.275-1.65.918-.931%201.613l.211.205a.96.96%200%200%201-.434%201.622l-.286.071c-.97.243-.97%201.62%200%201.864l.286.071a.96.96%200%200%201%20.434%201.622l-.211.205c-.719.695-.03%201.888.931%201.613l.284-.08a.96.96%200%200%201%201.187%201.187l-.081.283c-.275.96.918%201.65%201.613.931l.205-.211a.96.96%200%200%201%201.622.434l.071.286c.243.97%201.62.97%201.864%200l.071-.286a.96.96%200%200%201%201.622-.434l.205.211c.695.719%201.888.03%201.613-.931l-.08-.284a.96.96%200%200%201%201.187-1.187l.283.081c.96.275%201.65-.918.931-1.613l-.211-.205a.96.96%200%200%201%20.434-1.622l.286-.071c.97-.243.97-1.62%200-1.864l-.286-.071a.96.96%200%200%201-.434-1.622l.211-.205c.719-.695.03-1.888-.931-1.613l-.284.08a.96.96%200%200%201-1.187-1.186l.081-.284c.275-.96-.918-1.65-1.613-.931l-.205.211a.96.96%200%200%201-1.622-.434zM8%2012.997a4.998%204.998%200%201%201%200-9.995a4.998%204.998%200%200%201%200%209.996z%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8.932.727c-.243-.97-1.62-.97-1.864%200l-.071.286a.96.96%200%200%201-1.622.434l-.205-.211c-.695-.719-1.888-.03-1.613.931l.08.284a.96.96%200%200%201-1.186%201.187l-.284-.081c-.96-.275-1.65.918-.931%201.613l.211.205a.96.96%200%200%201-.434%201.622l-.286.071c-.97.243-.97%201.62%200%201.864l.286.071a.96.96%200%200%201%20.434%201.622l-.211.205c-.719.695-.03%201.888.931%201.613l.284-.08a.96.96%200%200%201%201.187%201.187l-.081.283c-.275.96.918%201.65%201.613.931l.205-.211a.96.96%200%200%201%201.622.434l.071.286c.243.97%201.62.97%201.864%200l.071-.286a.96.96%200%200%201%201.622-.434l.205.211c.695.719%201.888.03%201.613-.931l-.08-.284a.96.96%200%200%201%201.187-1.187l.283.081c.96.275%201.65-.918.931-1.613l-.211-.205a.96.96%200%200%201%20.434-1.622l.286-.071c.97-.243.97-1.62%200-1.864l-.286-.071a.96.96%200%200%201-.434-1.622l.211-.205c.719-.695.03-1.888-.931-1.613l-.284.08a.96.96%200%200%201-1.187-1.186l.081-.284c.275-.96-.918-1.65-1.613-.931l-.205.211a.96.96%200%200%201-1.622-.434zM8%2012.997a4.998%204.998%200%201%201%200-9.995a4.998%204.998%200%200%201%200%209.996z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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