gear wide connected icon

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

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

Related icons in Bootstrap Icons

Use the gear wide connected icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M7.068.727c.243-.97 1.62-.97 1.864 0l.071.286a.96.96 0 0 0 1.622.434l.205-.211c.695-.719 1.888-.03 1.613.931l-.08.284a.96.96 0 0 0 1.187 1.187l.283-.081c.96-.275 1.65.918.931 1.613l-.211.205a.96.96 0 0 0 .434 1.622l.286.071c.97.243.97 1.62 0 1.864l-.286.071a.96.96 0 0 0-.434 1.622l.211.205c.719.695.03 1.888-.931 1.613l-.284-.08a.96.96 0 0 0-1.187 1.187l.081.283c.275.96-.918 1.65-1.613.931l-.205-.211a.96.96 0 0 0-1.622.434l-.071.286c-.243.97-1.62.97-1.864 0l-.071-.286a.96.96 0 0 0-1.622-.434l-.205.211c-.695.719-1.888.03-1.613-.931l.08-.284a.96.96 0 0 0-1.186-1.187l-.284.081c-.96.275-1.65-.918-.931-1.613l.211-.205a.96.96 0 0 0-.434-1.622l-.286-.071c-.97-.243-.97-1.62 0-1.864l.286-.071a.96.96 0 0 0 .434-1.622l-.211-.205c-.719-.695-.03-1.888.931-1.613l.284.08a.96.96 0 0 0 1.187-1.186l-.081-.284c-.275-.96.918-1.65 1.613-.931l.205.211a.96.96 0 0 0 1.622-.434zM12.973 8.5H8.25l-2.834 3.779A4.998 4.998 0 0 0 12.973 8.5m0-1a4.998 4.998 0 0 0-7.557-3.779l2.834 3.78zM5.048 3.967l-.087.065zm-.431.355A4.98 4.98 0 0 0 3.002 8c0 1.455.622 2.765 1.615 3.678L7.375 8zm.344 7.646l.087.065z"/></svg>

React

import type { SVGProps } from "react";

export function BiGearWideConnected(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="M7.068.727c.243-.97 1.62-.97 1.864 0l.071.286a.96.96 0 0 0 1.622.434l.205-.211c.695-.719 1.888-.03 1.613.931l-.08.284a.96.96 0 0 0 1.187 1.187l.283-.081c.96-.275 1.65.918.931 1.613l-.211.205a.96.96 0 0 0 .434 1.622l.286.071c.97.243.97 1.62 0 1.864l-.286.071a.96.96 0 0 0-.434 1.622l.211.205c.719.695.03 1.888-.931 1.613l-.284-.08a.96.96 0 0 0-1.187 1.187l.081.283c.275.96-.918 1.65-1.613.931l-.205-.211a.96.96 0 0 0-1.622.434l-.071.286c-.243.97-1.62.97-1.864 0l-.071-.286a.96.96 0 0 0-1.622-.434l-.205.211c-.695.719-1.888.03-1.613-.931l.08-.284a.96.96 0 0 0-1.186-1.187l-.284.081c-.96.275-1.65-.918-.931-1.613l.211-.205a.96.96 0 0 0-.434-1.622l-.286-.071c-.97-.243-.97-1.62 0-1.864l.286-.071a.96.96 0 0 0 .434-1.622l-.211-.205c-.719-.695-.03-1.888.931-1.613l.284.08a.96.96 0 0 0 1.187-1.186l-.081-.284c-.275-.96.918-1.65 1.613-.931l.205.211a.96.96 0 0 0 1.622-.434zM12.973 8.5H8.25l-2.834 3.779A4.998 4.998 0 0 0 12.973 8.5m0-1a4.998 4.998 0 0 0-7.557-3.779l2.834 3.78zM5.048 3.967l-.087.065zm-.431.355A4.98 4.98 0 0 0 3.002 8c0 1.455.622 2.765 1.615 3.678L7.375 8zm.344 7.646l.087.065z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M7.068.727c.243-.97 1.62-.97 1.864 0l.071.286a.96.96 0 0 0 1.622.434l.205-.211c.695-.719 1.888-.03 1.613.931l-.08.284a.96.96 0 0 0 1.187 1.187l.283-.081c.96-.275 1.65.918.931 1.613l-.211.205a.96.96 0 0 0 .434 1.622l.286.071c.97.243.97 1.62 0 1.864l-.286.071a.96.96 0 0 0-.434 1.622l.211.205c.719.695.03 1.888-.931 1.613l-.284-.08a.96.96 0 0 0-1.187 1.187l.081.283c.275.96-.918 1.65-1.613.931l-.205-.211a.96.96 0 0 0-1.622.434l-.071.286c-.243.97-1.62.97-1.864 0l-.071-.286a.96.96 0 0 0-1.622-.434l-.205.211c-.695.719-1.888.03-1.613-.931l.08-.284a.96.96 0 0 0-1.186-1.187l-.284.081c-.96.275-1.65-.918-.931-1.613l.211-.205a.96.96 0 0 0-.434-1.622l-.286-.071c-.97-.243-.97-1.62 0-1.864l.286-.071a.96.96 0 0 0 .434-1.622l-.211-.205c-.719-.695-.03-1.888.931-1.613l.284.08a.96.96 0 0 0 1.187-1.186l-.081-.284c-.275-.96.918-1.65 1.613-.931l.205.211a.96.96 0 0 0 1.622-.434zM12.973 8.5H8.25l-2.834 3.779A4.998 4.998 0 0 0 12.973 8.5m0-1a4.998 4.998 0 0 0-7.557-3.779l2.834 3.78zM5.048 3.967l-.087.065zm-.431.355A4.98 4.98 0 0 0 3.002 8c0 1.455.622 2.765 1.615 3.678L7.375 8zm.344 7.646l.087.065z"/></svg>
</template>

CSS

.icon-gear-wide-connected {
  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%22M7.068.727c.243-.97%201.62-.97%201.864%200l.071.286a.96.96%200%200%200%201.622.434l.205-.211c.695-.719%201.888-.03%201.613.931l-.08.284a.96.96%200%200%200%201.187%201.187l.283-.081c.96-.275%201.65.918.931%201.613l-.211.205a.96.96%200%200%200%20.434%201.622l.286.071c.97.243.97%201.62%200%201.864l-.286.071a.96.96%200%200%200-.434%201.622l.211.205c.719.695.03%201.888-.931%201.613l-.284-.08a.96.96%200%200%200-1.187%201.187l.081.283c.275.96-.918%201.65-1.613.931l-.205-.211a.96.96%200%200%200-1.622.434l-.071.286c-.243.97-1.62.97-1.864%200l-.071-.286a.96.96%200%200%200-1.622-.434l-.205.211c-.695.719-1.888.03-1.613-.931l.08-.284a.96.96%200%200%200-1.186-1.187l-.284.081c-.96.275-1.65-.918-.931-1.613l.211-.205a.96.96%200%200%200-.434-1.622l-.286-.071c-.97-.243-.97-1.62%200-1.864l.286-.071a.96.96%200%200%200%20.434-1.622l-.211-.205c-.719-.695-.03-1.888.931-1.613l.284.08a.96.96%200%200%200%201.187-1.186l-.081-.284c-.275-.96.918-1.65%201.613-.931l.205.211a.96.96%200%200%200%201.622-.434zM12.973%208.5H8.25l-2.834%203.779A4.998%204.998%200%200%200%2012.973%208.5m0-1a4.998%204.998%200%200%200-7.557-3.779l2.834%203.78zM5.048%203.967l-.087.065zm-.431.355A4.98%204.98%200%200%200%203.002%208c0%201.455.622%202.765%201.615%203.678L7.375%208zm.344%207.646l.087.065z%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%22M7.068.727c.243-.97%201.62-.97%201.864%200l.071.286a.96.96%200%200%200%201.622.434l.205-.211c.695-.719%201.888-.03%201.613.931l-.08.284a.96.96%200%200%200%201.187%201.187l.283-.081c.96-.275%201.65.918.931%201.613l-.211.205a.96.96%200%200%200%20.434%201.622l.286.071c.97.243.97%201.62%200%201.864l-.286.071a.96.96%200%200%200-.434%201.622l.211.205c.719.695.03%201.888-.931%201.613l-.284-.08a.96.96%200%200%200-1.187%201.187l.081.283c.275.96-.918%201.65-1.613.931l-.205-.211a.96.96%200%200%200-1.622.434l-.071.286c-.243.97-1.62.97-1.864%200l-.071-.286a.96.96%200%200%200-1.622-.434l-.205.211c-.695.719-1.888.03-1.613-.931l.08-.284a.96.96%200%200%200-1.186-1.187l-.284.081c-.96.275-1.65-.918-.931-1.613l.211-.205a.96.96%200%200%200-.434-1.622l-.286-.071c-.97-.243-.97-1.62%200-1.864l.286-.071a.96.96%200%200%200%20.434-1.622l-.211-.205c-.719-.695-.03-1.888.931-1.613l.284.08a.96.96%200%200%200%201.187-1.186l-.081-.284c-.275-.96.918-1.65%201.613-.931l.205.211a.96.96%200%200%200%201.622-.434zM12.973%208.5H8.25l-2.834%203.779A4.998%204.998%200%200%200%2012.973%208.5m0-1a4.998%204.998%200%200%200-7.557-3.779l2.834%203.78zM5.048%203.967l-.087.065zm-.431.355A4.98%204.98%200%200%200%203.002%208c0%201.455.622%202.765%201.615%203.678L7.375%208zm.344%207.646l.087.065z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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