brain cog icon

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

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

The same icon in other sets

Related icons in Huge Icons

Use the brain 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="M14.5 12a2.5 2.5 0 0 1-2.5 2.5m2.5-2.5A2.5 2.5 0 0 0 12 9.5m2.5 2.5H16m-4 2.5A2.5 2.5 0 0 1 9.5 12m2.5 2.5V16m-2.5-4A2.5 2.5 0 0 1 12 9.5M9.5 12H8m4-2.5V8m1.768 2.232l1.06-1.06m-4.596 4.596l-1.06 1.06m4.596-1.06l1.06 1.06m-4.596-4.596l-1.06-1.06"/><path d="M4 16.5c0 1.418.984 2.606 2.306 2.92c.376.088.684.4.79.771a2.501 2.501 0 0 0 4.904-.69a2.5 2.5 0 0 0 4.903.69c.107-.371.415-.683.79-.772a3 3 0 0 0 2.243-3.54c-.1-.478.148-1.038.57-1.284a3 3 0 0 0 0-5.19a1.26 1.26 0 0 1-.57-1.284Q20 7.821 20 7.5a3 3 0 0 0-2.306-2.92a1.11 1.11 0 0 1-.79-.771A2.501 2.501 0 0 0 12 4.5a2.5 2.5 0 0 0-4.903-.691a1.12 1.12 0 0 1-.79.772a3 3 0 0 0-2.243 3.54c.1.478-.148 1.039-.57 1.284a3 3 0 0 0 0 5.19c.422.245.67.806.57 1.284q-.063.3-.064.621"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsBrainCog(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="M14.5 12a2.5 2.5 0 0 1-2.5 2.5m2.5-2.5A2.5 2.5 0 0 0 12 9.5m2.5 2.5H16m-4 2.5A2.5 2.5 0 0 1 9.5 12m2.5 2.5V16m-2.5-4A2.5 2.5 0 0 1 12 9.5M9.5 12H8m4-2.5V8m1.768 2.232l1.06-1.06m-4.596 4.596l-1.06 1.06m4.596-1.06l1.06 1.06m-4.596-4.596l-1.06-1.06"/><path d="M4 16.5c0 1.418.984 2.606 2.306 2.92c.376.088.684.4.79.771a2.501 2.501 0 0 0 4.904-.69a2.5 2.5 0 0 0 4.903.69c.107-.371.415-.683.79-.772a3 3 0 0 0 2.243-3.54c-.1-.478.148-1.038.57-1.284a3 3 0 0 0 0-5.19a1.26 1.26 0 0 1-.57-1.284Q20 7.821 20 7.5a3 3 0 0 0-2.306-2.92a1.11 1.11 0 0 1-.79-.771A2.501 2.501 0 0 0 12 4.5a2.5 2.5 0 0 0-4.903-.691a1.12 1.12 0 0 1-.79.772a3 3 0 0 0-2.243 3.54c.1.478-.148 1.039-.57 1.284a3 3 0 0 0 0 5.19c.422.245.67.806.57 1.284q-.063.3-.064.621"/></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="M14.5 12a2.5 2.5 0 0 1-2.5 2.5m2.5-2.5A2.5 2.5 0 0 0 12 9.5m2.5 2.5H16m-4 2.5A2.5 2.5 0 0 1 9.5 12m2.5 2.5V16m-2.5-4A2.5 2.5 0 0 1 12 9.5M9.5 12H8m4-2.5V8m1.768 2.232l1.06-1.06m-4.596 4.596l-1.06 1.06m4.596-1.06l1.06 1.06m-4.596-4.596l-1.06-1.06"/><path d="M4 16.5c0 1.418.984 2.606 2.306 2.92c.376.088.684.4.79.771a2.501 2.501 0 0 0 4.904-.69a2.5 2.5 0 0 0 4.903.69c.107-.371.415-.683.79-.772a3 3 0 0 0 2.243-3.54c-.1-.478.148-1.038.57-1.284a3 3 0 0 0 0-5.19a1.26 1.26 0 0 1-.57-1.284Q20 7.821 20 7.5a3 3 0 0 0-2.306-2.92a1.11 1.11 0 0 1-.79-.771A2.501 2.501 0 0 0 12 4.5a2.5 2.5 0 0 0-4.903-.691a1.12 1.12 0 0 1-.79.772a3 3 0 0 0-2.243 3.54c.1.478-.148 1.039-.57 1.284a3 3 0 0 0 0 5.19c.422.245.67.806.57 1.284q-.063.3-.064.621"/></g></svg>
</template>

CSS

.icon-brain-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%22M14.5%2012a2.5%202.5%200%200%201-2.5%202.5m2.5-2.5A2.5%202.5%200%200%200%2012%209.5m2.5%202.5H16m-4%202.5A2.5%202.5%200%200%201%209.5%2012m2.5%202.5V16m-2.5-4A2.5%202.5%200%200%201%2012%209.5M9.5%2012H8m4-2.5V8m1.768%202.232l1.06-1.06m-4.596%204.596l-1.06%201.06m4.596-1.06l1.06%201.06m-4.596-4.596l-1.06-1.06%22%2F%3E%3Cpath%20d%3D%22M4%2016.5c0%201.418.984%202.606%202.306%202.92c.376.088.684.4.79.771a2.501%202.501%200%200%200%204.904-.69a2.5%202.5%200%200%200%204.903.69c.107-.371.415-.683.79-.772a3%203%200%200%200%202.243-3.54c-.1-.478.148-1.038.57-1.284a3%203%200%200%200%200-5.19a1.26%201.26%200%200%201-.57-1.284Q20%207.821%2020%207.5a3%203%200%200%200-2.306-2.92a1.11%201.11%200%200%201-.79-.771A2.501%202.501%200%200%200%2012%204.5a2.5%202.5%200%200%200-4.903-.691a1.12%201.12%200%200%201-.79.772a3%203%200%200%200-2.243%203.54c.1.478-.148%201.039-.57%201.284a3%203%200%200%200%200%205.19c.422.245.67.806.57%201.284q-.063.3-.064.621%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%22M14.5%2012a2.5%202.5%200%200%201-2.5%202.5m2.5-2.5A2.5%202.5%200%200%200%2012%209.5m2.5%202.5H16m-4%202.5A2.5%202.5%200%200%201%209.5%2012m2.5%202.5V16m-2.5-4A2.5%202.5%200%200%201%2012%209.5M9.5%2012H8m4-2.5V8m1.768%202.232l1.06-1.06m-4.596%204.596l-1.06%201.06m4.596-1.06l1.06%201.06m-4.596-4.596l-1.06-1.06%22%2F%3E%3Cpath%20d%3D%22M4%2016.5c0%201.418.984%202.606%202.306%202.92c.376.088.684.4.79.771a2.501%202.501%200%200%200%204.904-.69a2.5%202.5%200%200%200%204.903.69c.107-.371.415-.683.79-.772a3%203%200%200%200%202.243-3.54c-.1-.478.148-1.038.57-1.284a3%203%200%200%200%200-5.19a1.26%201.26%200%200%201-.57-1.284Q20%207.821%2020%207.5a3%203%200%200%200-2.306-2.92a1.11%201.11%200%200%201-.79-.771A2.501%202.501%200%200%200%2012%204.5a2.5%202.5%200%200%200-4.903-.691a1.12%201.12%200%200%201-.79.772a3%203%200%200%200-2.243%203.54c.1.478-.148%201.039-.57%201.284a3%203%200%200%200%200%205.19c.422.245.67.806.57%201.284q-.063.3-.064.621%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/brain-cog.svg?color=%231a73e8&size=48