brain icon
brain-20-filled from Fluent UI System Icons by Microsoft Corporation · 20 Filled · MIT Free for personal and commercial use.
- Name
- brain-20-filled
- Set
- Fluent UI System Icons
- Style
- 20 Filled
- Viewbox
- 20×20
- License
- MIT
11 other variants in Fluent UI System Icons
The same icon in other sets
brainBoxIcons v2brainBoxIcons v2 SolidbrainFont Awesome 6 SolidbrainFont Awesome Solidbrain-outlineFlowbite IconsbrainFluent EmojibrainFluent Emoji FlatbrainFluent Emoji High ContrastbrainHuge IconsbrainIconParkbrainIconPark OutlinebrainIconPark SolidbrainIconPark TwoTonebrainIconoirbrainLine AwesomebrainLucidebrainMaterial Design Iconsbrain-fillMingCute IconbrainNoto EmojibrainOpenMojibrainPhosphorbrain-fillRemix Iconbrain-boldSolarbrainTabler Icons
Related icons in Fluent UI System Icons
Use the brain icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M10.5 17.251a2.973 2.973 0 0 0 4.888-1.64l.037-.186a3.248 3.248 0 0 0 .77-6.088A2.5 2.5 0 0 0 17 7.5v-.198a2.7 2.7 0 0 0-2.169-2.646l-.406-.08l-.126-.628A2.423 2.423 0 0 0 10.5 2.462zm-1-14.79a2.423 2.423 0 0 0-3.8 1.486l-.125.628l-.406.081A2.7 2.7 0 0 0 3 7.302V7.5c0 .726.31 1.38.805 1.837a3.248 3.248 0 0 0 .77 6.088l.037.185A2.973 2.973 0 0 0 9.5 17.251z"/></svg>
React
import type { SVGProps } from "react";
export function FluentBrain20Filled(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="M10.5 17.251a2.973 2.973 0 0 0 4.888-1.64l.037-.186a3.248 3.248 0 0 0 .77-6.088A2.5 2.5 0 0 0 17 7.5v-.198a2.7 2.7 0 0 0-2.169-2.646l-.406-.08l-.126-.628A2.423 2.423 0 0 0 10.5 2.462zm-1-14.79a2.423 2.423 0 0 0-3.8 1.486l-.125.628l-.406.081A2.7 2.7 0 0 0 3 7.302V7.5c0 .726.31 1.38.805 1.837a3.248 3.248 0 0 0 .77 6.088l.037.185A2.973 2.973 0 0 0 9.5 17.251z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M10.5 17.251a2.973 2.973 0 0 0 4.888-1.64l.037-.186a3.248 3.248 0 0 0 .77-6.088A2.5 2.5 0 0 0 17 7.5v-.198a2.7 2.7 0 0 0-2.169-2.646l-.406-.08l-.126-.628A2.423 2.423 0 0 0 10.5 2.462zm-1-14.79a2.423 2.423 0 0 0-3.8 1.486l-.125.628l-.406.081A2.7 2.7 0 0 0 3 7.302V7.5c0 .726.31 1.38.805 1.837a3.248 3.248 0 0 0 .77 6.088l.037.185A2.973 2.973 0 0 0 9.5 17.251z"/></svg> </template>
CSS
.icon-brain-20-filled {
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%22M10.5%2017.251a2.973%202.973%200%200%200%204.888-1.64l.037-.186a3.248%203.248%200%200%200%20.77-6.088A2.5%202.5%200%200%200%2017%207.5v-.198a2.7%202.7%200%200%200-2.169-2.646l-.406-.08l-.126-.628A2.423%202.423%200%200%200%2010.5%202.462zm-1-14.79a2.423%202.423%200%200%200-3.8%201.486l-.125.628l-.406.081A2.7%202.7%200%200%200%203%207.302V7.5c0%20.726.31%201.38.805%201.837a3.248%203.248%200%200%200%20.77%206.088l.037.185A2.973%202.973%200%200%200%209.5%2017.251z%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%22M10.5%2017.251a2.973%202.973%200%200%200%204.888-1.64l.037-.186a3.248%203.248%200%200%200%20.77-6.088A2.5%202.5%200%200%200%2017%207.5v-.198a2.7%202.7%200%200%200-2.169-2.646l-.406-.08l-.126-.628A2.423%202.423%200%200%200%2010.5%202.462zm-1-14.79a2.423%202.423%200%200%200-3.8%201.486l-.125.628l-.406.081A2.7%202.7%200%200%200%203%207.302V7.5c0%20.726.31%201.38.805%201.837a3.248%203.248%200%200%200%20.77%206.088l.037.185A2.973%202.973%200%200%200%209.5%2017.251z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/brain-20-filled.svg?color=%231a73e8&size=48