brain icon
brain-24-regular from Fluent UI System Icons by Microsoft Corporation · 24 Regular · MIT Free for personal and commercial use.
- Name
- brain-24-regular
- Set
- Fluent UI System Icons
- Style
- 24 Regular
- Viewbox
- 24×24
- 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 24 24"><path fill="currentColor" d="M14.5 2a3.25 3.25 0 0 1 3.218 2.795a3.876 3.876 0 0 1 2.08 6.633A4 4 0 0 1 22 15v.25a4 4 0 0 1-3.367 3.95c-.431 1.613-1.901 2.8-3.627 2.8c-1.228 0-2.32-.59-3.006-1.504A3.75 3.75 0 0 1 8.994 22c-1.726 0-3.195-1.187-3.627-2.8A4 4 0 0 1 2 15.25V15a4 4 0 0 1 2.2-3.572a3.876 3.876 0 0 1 2.082-6.633A3.25 3.25 0 0 1 12 3.174A3.24 3.24 0 0 1 14.5 2m-5 1.5a1.75 1.75 0 0 0-1.75 1.75v.25a.75.75 0 0 1-.75.75h-.125a2.375 2.375 0 1 0 0 4.75h.375a.75.75 0 0 1 0 1.5h-.375l-.085-.003l-.04.003H6A2.5 2.5 0 0 0 3.5 15v.25a2.5 2.5 0 0 0 2.5 2.5a.75.75 0 0 1 .719.542l.026.14h.002A2.276 2.276 0 0 0 8.994 20.5a2.255 2.255 0 0 0 2.256-2.25V5.241A1.75 1.75 0 0 0 9.5 3.5m5 0a1.75 1.75 0 0 0-1.75 1.741V18.25c0 1.24 1.011 2.25 2.256 2.25a2.276 2.276 0 0 0 2.247-2.068h.002l.026-.14A.75.75 0 0 1 18 17.75a2.5 2.5 0 0 0 2.5-2.5V15a2.5 2.5 0 0 0-2.5-2.5h-.75q-.02 0-.041-.003l-.084.003h-.375a.75.75 0 0 1 0-1.5h.375a2.375 2.375 0 1 0 0-4.75H17a.75.75 0 0 1-.75-.75v-.25A1.75 1.75 0 0 0 14.5 3.5"/></svg>
React
import type { SVGProps } from "react";
export function FluentBrain24Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14.5 2a3.25 3.25 0 0 1 3.218 2.795a3.876 3.876 0 0 1 2.08 6.633A4 4 0 0 1 22 15v.25a4 4 0 0 1-3.367 3.95c-.431 1.613-1.901 2.8-3.627 2.8c-1.228 0-2.32-.59-3.006-1.504A3.75 3.75 0 0 1 8.994 22c-1.726 0-3.195-1.187-3.627-2.8A4 4 0 0 1 2 15.25V15a4 4 0 0 1 2.2-3.572a3.876 3.876 0 0 1 2.082-6.633A3.25 3.25 0 0 1 12 3.174A3.24 3.24 0 0 1 14.5 2m-5 1.5a1.75 1.75 0 0 0-1.75 1.75v.25a.75.75 0 0 1-.75.75h-.125a2.375 2.375 0 1 0 0 4.75h.375a.75.75 0 0 1 0 1.5h-.375l-.085-.003l-.04.003H6A2.5 2.5 0 0 0 3.5 15v.25a2.5 2.5 0 0 0 2.5 2.5a.75.75 0 0 1 .719.542l.026.14h.002A2.276 2.276 0 0 0 8.994 20.5a2.255 2.255 0 0 0 2.256-2.25V5.241A1.75 1.75 0 0 0 9.5 3.5m5 0a1.75 1.75 0 0 0-1.75 1.741V18.25c0 1.24 1.011 2.25 2.256 2.25a2.276 2.276 0 0 0 2.247-2.068h.002l.026-.14A.75.75 0 0 1 18 17.75a2.5 2.5 0 0 0 2.5-2.5V15a2.5 2.5 0 0 0-2.5-2.5h-.75q-.02 0-.041-.003l-.084.003h-.375a.75.75 0 0 1 0-1.5h.375a2.375 2.375 0 1 0 0-4.75H17a.75.75 0 0 1-.75-.75v-.25A1.75 1.75 0 0 0 14.5 3.5"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14.5 2a3.25 3.25 0 0 1 3.218 2.795a3.876 3.876 0 0 1 2.08 6.633A4 4 0 0 1 22 15v.25a4 4 0 0 1-3.367 3.95c-.431 1.613-1.901 2.8-3.627 2.8c-1.228 0-2.32-.59-3.006-1.504A3.75 3.75 0 0 1 8.994 22c-1.726 0-3.195-1.187-3.627-2.8A4 4 0 0 1 2 15.25V15a4 4 0 0 1 2.2-3.572a3.876 3.876 0 0 1 2.082-6.633A3.25 3.25 0 0 1 12 3.174A3.24 3.24 0 0 1 14.5 2m-5 1.5a1.75 1.75 0 0 0-1.75 1.75v.25a.75.75 0 0 1-.75.75h-.125a2.375 2.375 0 1 0 0 4.75h.375a.75.75 0 0 1 0 1.5h-.375l-.085-.003l-.04.003H6A2.5 2.5 0 0 0 3.5 15v.25a2.5 2.5 0 0 0 2.5 2.5a.75.75 0 0 1 .719.542l.026.14h.002A2.276 2.276 0 0 0 8.994 20.5a2.255 2.255 0 0 0 2.256-2.25V5.241A1.75 1.75 0 0 0 9.5 3.5m5 0a1.75 1.75 0 0 0-1.75 1.741V18.25c0 1.24 1.011 2.25 2.256 2.25a2.276 2.276 0 0 0 2.247-2.068h.002l.026-.14A.75.75 0 0 1 18 17.75a2.5 2.5 0 0 0 2.5-2.5V15a2.5 2.5 0 0 0-2.5-2.5h-.75q-.02 0-.041-.003l-.084.003h-.375a.75.75 0 0 1 0-1.5h.375a2.375 2.375 0 1 0 0-4.75H17a.75.75 0 0 1-.75-.75v-.25A1.75 1.75 0 0 0 14.5 3.5"/></svg> </template>
CSS
.icon-brain-24-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14.5%202a3.25%203.25%200%200%201%203.218%202.795a3.876%203.876%200%200%201%202.08%206.633A4%204%200%200%201%2022%2015v.25a4%204%200%200%201-3.367%203.95c-.431%201.613-1.901%202.8-3.627%202.8c-1.228%200-2.32-.59-3.006-1.504A3.75%203.75%200%200%201%208.994%2022c-1.726%200-3.195-1.187-3.627-2.8A4%204%200%200%201%202%2015.25V15a4%204%200%200%201%202.2-3.572a3.876%203.876%200%200%201%202.082-6.633A3.25%203.25%200%200%201%2012%203.174A3.24%203.24%200%200%201%2014.5%202m-5%201.5a1.75%201.75%200%200%200-1.75%201.75v.25a.75.75%200%200%201-.75.75h-.125a2.375%202.375%200%201%200%200%204.75h.375a.75.75%200%200%201%200%201.5h-.375l-.085-.003l-.04.003H6A2.5%202.5%200%200%200%203.5%2015v.25a2.5%202.5%200%200%200%202.5%202.5a.75.75%200%200%201%20.719.542l.026.14h.002A2.276%202.276%200%200%200%208.994%2020.5a2.255%202.255%200%200%200%202.256-2.25V5.241A1.75%201.75%200%200%200%209.5%203.5m5%200a1.75%201.75%200%200%200-1.75%201.741V18.25c0%201.24%201.011%202.25%202.256%202.25a2.276%202.276%200%200%200%202.247-2.068h.002l.026-.14A.75.75%200%200%201%2018%2017.75a2.5%202.5%200%200%200%202.5-2.5V15a2.5%202.5%200%200%200-2.5-2.5h-.75q-.02%200-.041-.003l-.084.003h-.375a.75.75%200%200%201%200-1.5h.375a2.375%202.375%200%201%200%200-4.75H17a.75.75%200%200%201-.75-.75v-.25A1.75%201.75%200%200%200%2014.5%203.5%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14.5%202a3.25%203.25%200%200%201%203.218%202.795a3.876%203.876%200%200%201%202.08%206.633A4%204%200%200%201%2022%2015v.25a4%204%200%200%201-3.367%203.95c-.431%201.613-1.901%202.8-3.627%202.8c-1.228%200-2.32-.59-3.006-1.504A3.75%203.75%200%200%201%208.994%2022c-1.726%200-3.195-1.187-3.627-2.8A4%204%200%200%201%202%2015.25V15a4%204%200%200%201%202.2-3.572a3.876%203.876%200%200%201%202.082-6.633A3.25%203.25%200%200%201%2012%203.174A3.24%203.24%200%200%201%2014.5%202m-5%201.5a1.75%201.75%200%200%200-1.75%201.75v.25a.75.75%200%200%201-.75.75h-.125a2.375%202.375%200%201%200%200%204.75h.375a.75.75%200%200%201%200%201.5h-.375l-.085-.003l-.04.003H6A2.5%202.5%200%200%200%203.5%2015v.25a2.5%202.5%200%200%200%202.5%202.5a.75.75%200%200%201%20.719.542l.026.14h.002A2.276%202.276%200%200%200%208.994%2020.5a2.255%202.255%200%200%200%202.256-2.25V5.241A1.75%201.75%200%200%200%209.5%203.5m5%200a1.75%201.75%200%200%200-1.75%201.741V18.25c0%201.24%201.011%202.25%202.256%202.25a2.276%202.276%200%200%200%202.247-2.068h.002l.026-.14A.75.75%200%200%201%2018%2017.75a2.5%202.5%200%200%200%202.5-2.5V15a2.5%202.5%200%200%200-2.5-2.5h-.75q-.02%200-.041-.003l-.084.003h-.375a.75.75%200%200%201%200-1.5h.375a2.375%202.375%200%201%200%200-4.75H17a.75.75%200%200%201-.75-.75v-.25A1.75%201.75%200%200%200%2014.5%203.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/brain-24-regular.svg?color=%231a73e8&size=48