cog-solid from Teenyicons by smhmd · Solid · MIT Free for personal and commercial use.

Name
cog-solid
Set
Teenyicons
Style
Solid
Viewbox
15×15
License
MIT

1 other variant in Teenyicons

The same icon in other sets

Use the cog icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 15 15"><path fill="currentColor" d="M6.026 7.5c0-.827.66-1.5 1.473-1.5s1.473.673 1.473 1.5S8.312 9 7.499 9s-1.473-.673-1.473-1.5"/><path fill="currentColor" fill-rule="evenodd" d="M5.568 0h3.86l.164.837V.84l.27 1.335c.383.172.74.386 1.068.627l1.345-.458l.796-.251l.417.727l1.087 1.854l.425.743l-.633.563l-1.009.874c.032.197.061.418.061.646s-.03.45-.06.646l1.012.878l.629.559l-.428.748l-1.084 1.849l-.417.73l-.807-.258l-1.334-.454a6 6 0 0 1-1.068.627l-.27 1.335v.003L9.43 15H5.57l-.163-.839l-.27-1.336a6 6 0 0 1-1.068-.627l-1.343.457l-.799.255l-.415-.73l-1.088-1.855L0 9.583l.632-.563l1.008-.875a4 4 0 0 1-.06-.645c0-.227.03-.45.061-.645l-1.014-.88L0 5.418l.426-.748l1.085-1.85l.415-.728l.808.256l1.334.454a6 6 0 0 1 1.068-.627l.27-1.337zM7.5 5C6.144 5 5.045 6.12 5.045 7.5s1.1 2.5 2.454 2.5s2.454-1.12 2.454-2.5S8.853 5 7.5 5" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function TeenyiconsCogSolid(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 15 15"><path fill="currentColor" d="M6.026 7.5c0-.827.66-1.5 1.473-1.5s1.473.673 1.473 1.5S8.312 9 7.499 9s-1.473-.673-1.473-1.5"/><path fill="currentColor" fillRule="evenodd" d="M5.568 0h3.86l.164.837V.84l.27 1.335c.383.172.74.386 1.068.627l1.345-.458l.796-.251l.417.727l1.087 1.854l.425.743l-.633.563l-1.009.874c.032.197.061.418.061.646s-.03.45-.06.646l1.012.878l.629.559l-.428.748l-1.084 1.849l-.417.73l-.807-.258l-1.334-.454a6 6 0 0 1-1.068.627l-.27 1.335v.003L9.43 15H5.57l-.163-.839l-.27-1.336a6 6 0 0 1-1.068-.627l-1.343.457l-.799.255l-.415-.73l-1.088-1.855L0 9.583l.632-.563l1.008-.875a4 4 0 0 1-.06-.645c0-.227.03-.45.061-.645l-1.014-.88L0 5.418l.426-.748l1.085-1.85l.415-.728l.808.256l1.334.454a6 6 0 0 1 1.068-.627l.27-1.337zM7.5 5C6.144 5 5.045 6.12 5.045 7.5s1.1 2.5 2.454 2.5s2.454-1.12 2.454-2.5S8.853 5 7.5 5" clipRule="evenodd"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 15 15"><path fill="currentColor" d="M6.026 7.5c0-.827.66-1.5 1.473-1.5s1.473.673 1.473 1.5S8.312 9 7.499 9s-1.473-.673-1.473-1.5"/><path fill="currentColor" fill-rule="evenodd" d="M5.568 0h3.86l.164.837V.84l.27 1.335c.383.172.74.386 1.068.627l1.345-.458l.796-.251l.417.727l1.087 1.854l.425.743l-.633.563l-1.009.874c.032.197.061.418.061.646s-.03.45-.06.646l1.012.878l.629.559l-.428.748l-1.084 1.849l-.417.73l-.807-.258l-1.334-.454a6 6 0 0 1-1.068.627l-.27 1.335v.003L9.43 15H5.57l-.163-.839l-.27-1.336a6 6 0 0 1-1.068-.627l-1.343.457l-.799.255l-.415-.73l-1.088-1.855L0 9.583l.632-.563l1.008-.875a4 4 0 0 1-.06-.645c0-.227.03-.45.061-.645l-1.014-.88L0 5.418l.426-.748l1.085-1.85l.415-.728l.808.256l1.334.454a6 6 0 0 1 1.068-.627l.27-1.337zM7.5 5C6.144 5 5.045 6.12 5.045 7.5s1.1 2.5 2.454 2.5s2.454-1.12 2.454-2.5S8.853 5 7.5 5" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-cog-solid {
  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%2015%2015%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6.026%207.5c0-.827.66-1.5%201.473-1.5s1.473.673%201.473%201.5S8.312%209%207.499%209s-1.473-.673-1.473-1.5%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M5.568%200h3.86l.164.837V.84l.27%201.335c.383.172.74.386%201.068.627l1.345-.458l.796-.251l.417.727l1.087%201.854l.425.743l-.633.563l-1.009.874c.032.197.061.418.061.646s-.03.45-.06.646l1.012.878l.629.559l-.428.748l-1.084%201.849l-.417.73l-.807-.258l-1.334-.454a6%206%200%200%201-1.068.627l-.27%201.335v.003L9.43%2015H5.57l-.163-.839l-.27-1.336a6%206%200%200%201-1.068-.627l-1.343.457l-.799.255l-.415-.73l-1.088-1.855L0%209.583l.632-.563l1.008-.875a4%204%200%200%201-.06-.645c0-.227.03-.45.061-.645l-1.014-.88L0%205.418l.426-.748l1.085-1.85l.415-.728l.808.256l1.334.454a6%206%200%200%201%201.068-.627l.27-1.337zM7.5%205C6.144%205%205.045%206.12%205.045%207.5s1.1%202.5%202.454%202.5s2.454-1.12%202.454-2.5S8.853%205%207.5%205%22%20clip-rule%3D%22evenodd%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%2015%2015%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6.026%207.5c0-.827.66-1.5%201.473-1.5s1.473.673%201.473%201.5S8.312%209%207.499%209s-1.473-.673-1.473-1.5%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M5.568%200h3.86l.164.837V.84l.27%201.335c.383.172.74.386%201.068.627l1.345-.458l.796-.251l.417.727l1.087%201.854l.425.743l-.633.563l-1.009.874c.032.197.061.418.061.646s-.03.45-.06.646l1.012.878l.629.559l-.428.748l-1.084%201.849l-.417.73l-.807-.258l-1.334-.454a6%206%200%200%201-1.068.627l-.27%201.335v.003L9.43%2015H5.57l-.163-.839l-.27-1.336a6%206%200%200%201-1.068-.627l-1.343.457l-.799.255l-.415-.73l-1.088-1.855L0%209.583l.632-.563l1.008-.875a4%204%200%200%201-.06-.645c0-.227.03-.45.061-.645l-1.014-.88L0%205.418l.426-.748l1.085-1.85l.415-.728l.808.256l1.334.454a6%206%200%200%201%201.068-.627l.27-1.337zM7.5%205C6.144%205%205.045%206.12%205.045%207.5s1.1%202.5%202.454%202.5s2.454-1.12%202.454-2.5S8.853%205%207.5%205%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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