brain circuit icon
brain-circuit from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- brain-circuit
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
The same icon in other sets
Related icons in Huge Icons
Use the brain circuit 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="M10.222 22q.436-.002.852-.103c.71-.168 1.064-.252 1.495-.797c.431-.546.431-1.11.431-2.236V4.804c0-1.087 0-1.63-.583-2.216l-.005-.005C11.826 2 11.477 2 10.778 2a4.446 4.446 0 0 0-4.31 3.356A3.89 3.89 0 0 0 4.168 12a3.89 3.89 0 0 0 1.247 6.377A5 5 0 0 0 10.221 22"/><path d="M13 9a4 4 0 0 1-4 4m4-1h7.5m-2-8.75v.25m.5 0a.5.5 0 1 1-1 0a.5.5 0 0 1 1 0"/><path d="M18.5 3.5V4c0 1.886 0 2.828-.586 3.414S16.386 8 14.5 8H13m5.5 12.5V20c0-1.886 0-2.828-.586-3.414S16.386 16 14.5 16H13"/><path d="M18.5 20.75v-.25m.5 0a.5.5 0 1 0-1 0a.5.5 0 0 0 1 0m1.5-8.75V12m.5 0a.5.5 0 1 1-1 0a.5.5 0 0 1 1 0"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsBrainCircuit(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="M10.222 22q.436-.002.852-.103c.71-.168 1.064-.252 1.495-.797c.431-.546.431-1.11.431-2.236V4.804c0-1.087 0-1.63-.583-2.216l-.005-.005C11.826 2 11.477 2 10.778 2a4.446 4.446 0 0 0-4.31 3.356A3.89 3.89 0 0 0 4.168 12a3.89 3.89 0 0 0 1.247 6.377A5 5 0 0 0 10.221 22"/><path d="M13 9a4 4 0 0 1-4 4m4-1h7.5m-2-8.75v.25m.5 0a.5.5 0 1 1-1 0a.5.5 0 0 1 1 0"/><path d="M18.5 3.5V4c0 1.886 0 2.828-.586 3.414S16.386 8 14.5 8H13m5.5 12.5V20c0-1.886 0-2.828-.586-3.414S16.386 16 14.5 16H13"/><path d="M18.5 20.75v-.25m.5 0a.5.5 0 1 0-1 0a.5.5 0 0 0 1 0m1.5-8.75V12m.5 0a.5.5 0 1 1-1 0a.5.5 0 0 1 1 0"/></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="M10.222 22q.436-.002.852-.103c.71-.168 1.064-.252 1.495-.797c.431-.546.431-1.11.431-2.236V4.804c0-1.087 0-1.63-.583-2.216l-.005-.005C11.826 2 11.477 2 10.778 2a4.446 4.446 0 0 0-4.31 3.356A3.89 3.89 0 0 0 4.168 12a3.89 3.89 0 0 0 1.247 6.377A5 5 0 0 0 10.221 22"/><path d="M13 9a4 4 0 0 1-4 4m4-1h7.5m-2-8.75v.25m.5 0a.5.5 0 1 1-1 0a.5.5 0 0 1 1 0"/><path d="M18.5 3.5V4c0 1.886 0 2.828-.586 3.414S16.386 8 14.5 8H13m5.5 12.5V20c0-1.886 0-2.828-.586-3.414S16.386 16 14.5 16H13"/><path d="M18.5 20.75v-.25m.5 0a.5.5 0 1 0-1 0a.5.5 0 0 0 1 0m1.5-8.75V12m.5 0a.5.5 0 1 1-1 0a.5.5 0 0 1 1 0"/></g></svg> </template>
CSS
.icon-brain-circuit {
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%22M10.222%2022q.436-.002.852-.103c.71-.168%201.064-.252%201.495-.797c.431-.546.431-1.11.431-2.236V4.804c0-1.087%200-1.63-.583-2.216l-.005-.005C11.826%202%2011.477%202%2010.778%202a4.446%204.446%200%200%200-4.31%203.356A3.89%203.89%200%200%200%204.168%2012a3.89%203.89%200%200%200%201.247%206.377A5%205%200%200%200%2010.221%2022%22%2F%3E%3Cpath%20d%3D%22M13%209a4%204%200%200%201-4%204m4-1h7.5m-2-8.75v.25m.5%200a.5.5%200%201%201-1%200a.5.5%200%200%201%201%200%22%2F%3E%3Cpath%20d%3D%22M18.5%203.5V4c0%201.886%200%202.828-.586%203.414S16.386%208%2014.5%208H13m5.5%2012.5V20c0-1.886%200-2.828-.586-3.414S16.386%2016%2014.5%2016H13%22%2F%3E%3Cpath%20d%3D%22M18.5%2020.75v-.25m.5%200a.5.5%200%201%200-1%200a.5.5%200%200%200%201%200m1.5-8.75V12m.5%200a.5.5%200%201%201-1%200a.5.5%200%200%201%201%200%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%22M10.222%2022q.436-.002.852-.103c.71-.168%201.064-.252%201.495-.797c.431-.546.431-1.11.431-2.236V4.804c0-1.087%200-1.63-.583-2.216l-.005-.005C11.826%202%2011.477%202%2010.778%202a4.446%204.446%200%200%200-4.31%203.356A3.89%203.89%200%200%200%204.168%2012a3.89%203.89%200%200%200%201.247%206.377A5%205%200%200%200%2010.221%2022%22%2F%3E%3Cpath%20d%3D%22M13%209a4%204%200%200%201-4%204m4-1h7.5m-2-8.75v.25m.5%200a.5.5%200%201%201-1%200a.5.5%200%200%201%201%200%22%2F%3E%3Cpath%20d%3D%22M18.5%203.5V4c0%201.886%200%202.828-.586%203.414S16.386%208%2014.5%208H13m5.5%2012.5V20c0-1.886%200-2.828-.586-3.414S16.386%2016%2014.5%2016H13%22%2F%3E%3Cpath%20d%3D%22M18.5%2020.75v-.25m.5%200a.5.5%200%201%200-1%200a.5.5%200%200%200%201%200m1.5-8.75V12m.5%200a.5.5%200%201%201-1%200a.5.5%200%200%201%201%200%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-circuit.svg?color=%231a73e8&size=48