cog from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
cog
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

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 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M19.995 12a8 8 0 1 0-16 0a8 8 0 0 0 16 0"/><path d="M13.995 12a2 2 0 1 0-4 0a2 2 0 0 0 4 0m-2-8V2m0 18v2m4-16.93l1-1.733m-10 17.32l4.002-6.932m7.929-5.73l1.732-1m-15.589 9l-1.732 1m18.663-5h-8.005m-9.995 0H2m16.93 4l1.733 1m-15.589-9l-1.732-1m12.662 11.93l1 1.733m-10-17.32l3.924 6.805"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsCog(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5"><path d="M19.995 12a8 8 0 1 0-16 0a8 8 0 0 0 16 0"/><path d="M13.995 12a2 2 0 1 0-4 0a2 2 0 0 0 4 0m-2-8V2m0 18v2m4-16.93l1-1.733m-10 17.32l4.002-6.932m7.929-5.73l1.732-1m-15.589 9l-1.732 1m18.663-5h-8.005m-9.995 0H2m16.93 4l1.733 1m-15.589-9l-1.732-1m12.662 11.93l1 1.733m-10-17.32l3.924 6.805"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M19.995 12a8 8 0 1 0-16 0a8 8 0 0 0 16 0"/><path d="M13.995 12a2 2 0 1 0-4 0a2 2 0 0 0 4 0m-2-8V2m0 18v2m4-16.93l1-1.733m-10 17.32l4.002-6.932m7.929-5.73l1.732-1m-15.589 9l-1.732 1m18.663-5h-8.005m-9.995 0H2m16.93 4l1.733 1m-15.589-9l-1.732-1m12.662 11.93l1 1.733m-10-17.32l3.924 6.805"/></g></svg>
</template>

CSS

.icon-cog {
  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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M19.995%2012a8%208%200%201%200-16%200a8%208%200%200%200%2016%200%22%2F%3E%3Cpath%20d%3D%22M13.995%2012a2%202%200%201%200-4%200a2%202%200%200%200%204%200m-2-8V2m0%2018v2m4-16.93l1-1.733m-10%2017.32l4.002-6.932m7.929-5.73l1.732-1m-15.589%209l-1.732%201m18.663-5h-8.005m-9.995%200H2m16.93%204l1.733%201m-15.589-9l-1.732-1m12.662%2011.93l1%201.733m-10-17.32l3.924%206.805%22%2F%3E%3C%2Fg%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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M19.995%2012a8%208%200%201%200-16%200a8%208%200%200%200%2016%200%22%2F%3E%3Cpath%20d%3D%22M13.995%2012a2%202%200%201%200-4%200a2%202%200%200%200%204%200m-2-8V2m0%2018v2m4-16.93l1-1.733m-10%2017.32l4.002-6.932m7.929-5.73l1.732-1m-15.589%209l-1.732%201m18.663-5h-8.005m-9.995%200H2m16.93%204l1.733%201m-15.589-9l-1.732-1m12.662%2011.93l1%201.733m-10-17.32l3.924%206.805%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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