brain circuit icon
brain-circuit-20-regular from Fluent UI System Icons by Microsoft Corporation · 20 Regular · MIT Free for personal and commercial use.
- Name
- brain-circuit-20-regular
- Set
- Fluent UI System Icons
- Style
- 20 Regular
- Viewbox
- 20×20
- License
- MIT
9 other variants in Fluent UI System Icons
The same icon in other sets
Related icons in Fluent UI System Icons
Use the brain circuit icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M5.7 3.948a2.423 2.423 0 0 1 4.3-1a2.423 2.423 0 0 1 4.3 1l.125.627l.406.081A2.7 2.7 0 0 1 17 7.302V7.5c0 .726-.31 1.38-.805 1.837a3.248 3.248 0 0 1-.77 6.088l-.037.185A2.973 2.973 0 0 1 10 16.678a2.973 2.973 0 0 1-5.388-1.068l-.037-.185a3.248 3.248 0 0 1-.77-6.088A2.5 2.5 0 0 1 3 7.5v-.198a2.7 2.7 0 0 1 2.169-2.646l.406-.08zm8.3 6.967v.585a1.5 1.5 0 0 1-1.5 1.5h-2v2.027a1.973 1.973 0 0 0 3.907.387l.103-.512a.5.5 0 0 1 .392-.392l.291-.059a2.248 2.248 0 0 0-.28-4.445a1.5 1.5 0 0 1-.913.909m-1 0a1.5 1.5 0 1 1 1.895-1.968A1.5 1.5 0 0 0 16 7.5v-.198c0-.81-.571-1.506-1.365-1.665l-.733-.147a.5.5 0 0 1-.392-.392l-.191-.954a1.423 1.423 0 0 0-2.819.28V12h2a.5.5 0 0 0 .5-.5zM9.5 6V4.423a1.423 1.423 0 0 0-2.819-.279l-.19.954a.5.5 0 0 1-.393.392l-.733.147A1.7 1.7 0 0 0 4 7.302V7.5A1.5 1.5 0 0 0 5.5 9h1A1.5 1.5 0 0 1 8 10.5v.585a1.5 1.5 0 1 1-1 0V10.5a.5.5 0 0 0-.5-.5H5.248a2.248 2.248 0 0 0-.441 4.451l.291.059a.5.5 0 0 1 .392.392l.103.512a1.973 1.973 0 0 0 3.907-.387V7h-.585a1.5 1.5 0 1 1 0-1zM8 6.5a.5.5 0 1 0-1 0a.5.5 0 0 0 1 0M7.5 13a.5.5 0 1 0 0-1a.5.5 0 0 0 0 1m6-3a.5.5 0 1 0 0-1a.5.5 0 0 0 0 1"/></svg>
React
import type { SVGProps } from "react";
export function FluentBrainCircuit20Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M5.7 3.948a2.423 2.423 0 0 1 4.3-1a2.423 2.423 0 0 1 4.3 1l.125.627l.406.081A2.7 2.7 0 0 1 17 7.302V7.5c0 .726-.31 1.38-.805 1.837a3.248 3.248 0 0 1-.77 6.088l-.037.185A2.973 2.973 0 0 1 10 16.678a2.973 2.973 0 0 1-5.388-1.068l-.037-.185a3.248 3.248 0 0 1-.77-6.088A2.5 2.5 0 0 1 3 7.5v-.198a2.7 2.7 0 0 1 2.169-2.646l.406-.08zm8.3 6.967v.585a1.5 1.5 0 0 1-1.5 1.5h-2v2.027a1.973 1.973 0 0 0 3.907.387l.103-.512a.5.5 0 0 1 .392-.392l.291-.059a2.248 2.248 0 0 0-.28-4.445a1.5 1.5 0 0 1-.913.909m-1 0a1.5 1.5 0 1 1 1.895-1.968A1.5 1.5 0 0 0 16 7.5v-.198c0-.81-.571-1.506-1.365-1.665l-.733-.147a.5.5 0 0 1-.392-.392l-.191-.954a1.423 1.423 0 0 0-2.819.28V12h2a.5.5 0 0 0 .5-.5zM9.5 6V4.423a1.423 1.423 0 0 0-2.819-.279l-.19.954a.5.5 0 0 1-.393.392l-.733.147A1.7 1.7 0 0 0 4 7.302V7.5A1.5 1.5 0 0 0 5.5 9h1A1.5 1.5 0 0 1 8 10.5v.585a1.5 1.5 0 1 1-1 0V10.5a.5.5 0 0 0-.5-.5H5.248a2.248 2.248 0 0 0-.441 4.451l.291.059a.5.5 0 0 1 .392.392l.103.512a1.973 1.973 0 0 0 3.907-.387V7h-.585a1.5 1.5 0 1 1 0-1zM8 6.5a.5.5 0 1 0-1 0a.5.5 0 0 0 1 0M7.5 13a.5.5 0 1 0 0-1a.5.5 0 0 0 0 1m6-3a.5.5 0 1 0 0-1a.5.5 0 0 0 0 1"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M5.7 3.948a2.423 2.423 0 0 1 4.3-1a2.423 2.423 0 0 1 4.3 1l.125.627l.406.081A2.7 2.7 0 0 1 17 7.302V7.5c0 .726-.31 1.38-.805 1.837a3.248 3.248 0 0 1-.77 6.088l-.037.185A2.973 2.973 0 0 1 10 16.678a2.973 2.973 0 0 1-5.388-1.068l-.037-.185a3.248 3.248 0 0 1-.77-6.088A2.5 2.5 0 0 1 3 7.5v-.198a2.7 2.7 0 0 1 2.169-2.646l.406-.08zm8.3 6.967v.585a1.5 1.5 0 0 1-1.5 1.5h-2v2.027a1.973 1.973 0 0 0 3.907.387l.103-.512a.5.5 0 0 1 .392-.392l.291-.059a2.248 2.248 0 0 0-.28-4.445a1.5 1.5 0 0 1-.913.909m-1 0a1.5 1.5 0 1 1 1.895-1.968A1.5 1.5 0 0 0 16 7.5v-.198c0-.81-.571-1.506-1.365-1.665l-.733-.147a.5.5 0 0 1-.392-.392l-.191-.954a1.423 1.423 0 0 0-2.819.28V12h2a.5.5 0 0 0 .5-.5zM9.5 6V4.423a1.423 1.423 0 0 0-2.819-.279l-.19.954a.5.5 0 0 1-.393.392l-.733.147A1.7 1.7 0 0 0 4 7.302V7.5A1.5 1.5 0 0 0 5.5 9h1A1.5 1.5 0 0 1 8 10.5v.585a1.5 1.5 0 1 1-1 0V10.5a.5.5 0 0 0-.5-.5H5.248a2.248 2.248 0 0 0-.441 4.451l.291.059a.5.5 0 0 1 .392.392l.103.512a1.973 1.973 0 0 0 3.907-.387V7h-.585a1.5 1.5 0 1 1 0-1zM8 6.5a.5.5 0 1 0-1 0a.5.5 0 0 0 1 0M7.5 13a.5.5 0 1 0 0-1a.5.5 0 0 0 0 1m6-3a.5.5 0 1 0 0-1a.5.5 0 0 0 0 1"/></svg> </template>
CSS
.icon-brain-circuit-20-regular {
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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M5.7%203.948a2.423%202.423%200%200%201%204.3-1a2.423%202.423%200%200%201%204.3%201l.125.627l.406.081A2.7%202.7%200%200%201%2017%207.302V7.5c0%20.726-.31%201.38-.805%201.837a3.248%203.248%200%200%201-.77%206.088l-.037.185A2.973%202.973%200%200%201%2010%2016.678a2.973%202.973%200%200%201-5.388-1.068l-.037-.185a3.248%203.248%200%200%201-.77-6.088A2.5%202.5%200%200%201%203%207.5v-.198a2.7%202.7%200%200%201%202.169-2.646l.406-.08zm8.3%206.967v.585a1.5%201.5%200%200%201-1.5%201.5h-2v2.027a1.973%201.973%200%200%200%203.907.387l.103-.512a.5.5%200%200%201%20.392-.392l.291-.059a2.248%202.248%200%200%200-.28-4.445a1.5%201.5%200%200%201-.913.909m-1%200a1.5%201.5%200%201%201%201.895-1.968A1.5%201.5%200%200%200%2016%207.5v-.198c0-.81-.571-1.506-1.365-1.665l-.733-.147a.5.5%200%200%201-.392-.392l-.191-.954a1.423%201.423%200%200%200-2.819.28V12h2a.5.5%200%200%200%20.5-.5zM9.5%206V4.423a1.423%201.423%200%200%200-2.819-.279l-.19.954a.5.5%200%200%201-.393.392l-.733.147A1.7%201.7%200%200%200%204%207.302V7.5A1.5%201.5%200%200%200%205.5%209h1A1.5%201.5%200%200%201%208%2010.5v.585a1.5%201.5%200%201%201-1%200V10.5a.5.5%200%200%200-.5-.5H5.248a2.248%202.248%200%200%200-.441%204.451l.291.059a.5.5%200%200%201%20.392.392l.103.512a1.973%201.973%200%200%200%203.907-.387V7h-.585a1.5%201.5%200%201%201%200-1zM8%206.5a.5.5%200%201%200-1%200a.5.5%200%200%200%201%200M7.5%2013a.5.5%200%201%200%200-1a.5.5%200%200%200%200%201m6-3a.5.5%200%201%200%200-1a.5.5%200%200%200%200%201%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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M5.7%203.948a2.423%202.423%200%200%201%204.3-1a2.423%202.423%200%200%201%204.3%201l.125.627l.406.081A2.7%202.7%200%200%201%2017%207.302V7.5c0%20.726-.31%201.38-.805%201.837a3.248%203.248%200%200%201-.77%206.088l-.037.185A2.973%202.973%200%200%201%2010%2016.678a2.973%202.973%200%200%201-5.388-1.068l-.037-.185a3.248%203.248%200%200%201-.77-6.088A2.5%202.5%200%200%201%203%207.5v-.198a2.7%202.7%200%200%201%202.169-2.646l.406-.08zm8.3%206.967v.585a1.5%201.5%200%200%201-1.5%201.5h-2v2.027a1.973%201.973%200%200%200%203.907.387l.103-.512a.5.5%200%200%201%20.392-.392l.291-.059a2.248%202.248%200%200%200-.28-4.445a1.5%201.5%200%200%201-.913.909m-1%200a1.5%201.5%200%201%201%201.895-1.968A1.5%201.5%200%200%200%2016%207.5v-.198c0-.81-.571-1.506-1.365-1.665l-.733-.147a.5.5%200%200%201-.392-.392l-.191-.954a1.423%201.423%200%200%200-2.819.28V12h2a.5.5%200%200%200%20.5-.5zM9.5%206V4.423a1.423%201.423%200%200%200-2.819-.279l-.19.954a.5.5%200%200%201-.393.392l-.733.147A1.7%201.7%200%200%200%204%207.302V7.5A1.5%201.5%200%200%200%205.5%209h1A1.5%201.5%200%200%201%208%2010.5v.585a1.5%201.5%200%201%201-1%200V10.5a.5.5%200%200%200-.5-.5H5.248a2.248%202.248%200%200%200-.441%204.451l.291.059a.5.5%200%200%201%20.392.392l.103.512a1.973%201.973%200%200%200%203.907-.387V7h-.585a1.5%201.5%200%201%201%200-1zM8%206.5a.5.5%200%201%200-1%200a.5.5%200%200%200%201%200M7.5%2013a.5.5%200%201%200%200-1a.5.5%200%200%200%200%201m6-3a.5.5%200%201%200%200-1a.5.5%200%200%200%200%201%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/brain-circuit-20-regular.svg?color=%231a73e8&size=48