brain icon
brain-28-regular from Fluent UI System Icons by Microsoft Corporation · 28 Regular · MIT Free for personal and commercial use.
- Name
- brain-28-regular
- Set
- Fluent UI System Icons
- Style
- 28 Regular
- Viewbox
- 28×28
- 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 28 28"><path fill="currentColor" d="M17.125 2a3.874 3.874 0 0 1 3.858 3.526a4.5 4.5 0 0 1 2.36 7.96a4.75 4.75 0 0 1-1.735 8.998l-.04.19A4.206 4.206 0 0 1 14 24.19a4.206 4.206 0 0 1-7.568-1.515l-.04-.19a4.748 4.748 0 0 1-1.736-8.998a4.5 4.5 0 0 1 2.36-7.96A3.874 3.874 0 0 1 14 3.584A3.87 3.87 0 0 1 17.125 2m-6.25 1.5A2.375 2.375 0 0 0 8.5 5.875v.375a.75.75 0 0 1-.75.75H7.5a3 3 0 0 0 0 6h.75a.75.75 0 0 1 0 1.5h-1.5a3.25 3.25 0 0 0 0 6.5H7a.75.75 0 0 1 .695.468l.038.125l.164.768a2.707 2.707 0 0 0 5.353-.567V5.875A2.375 2.375 0 0 0 10.875 3.5m6.25 0a2.375 2.375 0 0 0-2.375 2.375v15.919a2.706 2.706 0 0 0 5.352.567l.165-.768l.038-.125A.75.75 0 0 1 21 21h.25a3.25 3.25 0 0 0 0-6.5h-1.5a.75.75 0 0 1 0-1.5h.75a3 3 0 1 0 0-6h-.25a.75.75 0 0 1-.75-.75v-.375A2.375 2.375 0 0 0 17.125 3.5"/></svg>
React
import type { SVGProps } from "react";
export function FluentBrain28Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M17.125 2a3.874 3.874 0 0 1 3.858 3.526a4.5 4.5 0 0 1 2.36 7.96a4.75 4.75 0 0 1-1.735 8.998l-.04.19A4.206 4.206 0 0 1 14 24.19a4.206 4.206 0 0 1-7.568-1.515l-.04-.19a4.748 4.748 0 0 1-1.736-8.998a4.5 4.5 0 0 1 2.36-7.96A3.874 3.874 0 0 1 14 3.584A3.87 3.87 0 0 1 17.125 2m-6.25 1.5A2.375 2.375 0 0 0 8.5 5.875v.375a.75.75 0 0 1-.75.75H7.5a3 3 0 0 0 0 6h.75a.75.75 0 0 1 0 1.5h-1.5a3.25 3.25 0 0 0 0 6.5H7a.75.75 0 0 1 .695.468l.038.125l.164.768a2.707 2.707 0 0 0 5.353-.567V5.875A2.375 2.375 0 0 0 10.875 3.5m6.25 0a2.375 2.375 0 0 0-2.375 2.375v15.919a2.706 2.706 0 0 0 5.352.567l.165-.768l.038-.125A.75.75 0 0 1 21 21h.25a3.25 3.25 0 0 0 0-6.5h-1.5a.75.75 0 0 1 0-1.5h.75a3 3 0 1 0 0-6h-.25a.75.75 0 0 1-.75-.75v-.375A2.375 2.375 0 0 0 17.125 3.5"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M17.125 2a3.874 3.874 0 0 1 3.858 3.526a4.5 4.5 0 0 1 2.36 7.96a4.75 4.75 0 0 1-1.735 8.998l-.04.19A4.206 4.206 0 0 1 14 24.19a4.206 4.206 0 0 1-7.568-1.515l-.04-.19a4.748 4.748 0 0 1-1.736-8.998a4.5 4.5 0 0 1 2.36-7.96A3.874 3.874 0 0 1 14 3.584A3.87 3.87 0 0 1 17.125 2m-6.25 1.5A2.375 2.375 0 0 0 8.5 5.875v.375a.75.75 0 0 1-.75.75H7.5a3 3 0 0 0 0 6h.75a.75.75 0 0 1 0 1.5h-1.5a3.25 3.25 0 0 0 0 6.5H7a.75.75 0 0 1 .695.468l.038.125l.164.768a2.707 2.707 0 0 0 5.353-.567V5.875A2.375 2.375 0 0 0 10.875 3.5m6.25 0a2.375 2.375 0 0 0-2.375 2.375v15.919a2.706 2.706 0 0 0 5.352.567l.165-.768l.038-.125A.75.75 0 0 1 21 21h.25a3.25 3.25 0 0 0 0-6.5h-1.5a.75.75 0 0 1 0-1.5h.75a3 3 0 1 0 0-6h-.25a.75.75 0 0 1-.75-.75v-.375A2.375 2.375 0 0 0 17.125 3.5"/></svg> </template>
CSS
.icon-brain-28-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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M17.125%202a3.874%203.874%200%200%201%203.858%203.526a4.5%204.5%200%200%201%202.36%207.96a4.75%204.75%200%200%201-1.735%208.998l-.04.19A4.206%204.206%200%200%201%2014%2024.19a4.206%204.206%200%200%201-7.568-1.515l-.04-.19a4.748%204.748%200%200%201-1.736-8.998a4.5%204.5%200%200%201%202.36-7.96A3.874%203.874%200%200%201%2014%203.584A3.87%203.87%200%200%201%2017.125%202m-6.25%201.5A2.375%202.375%200%200%200%208.5%205.875v.375a.75.75%200%200%201-.75.75H7.5a3%203%200%200%200%200%206h.75a.75.75%200%200%201%200%201.5h-1.5a3.25%203.25%200%200%200%200%206.5H7a.75.75%200%200%201%20.695.468l.038.125l.164.768a2.707%202.707%200%200%200%205.353-.567V5.875A2.375%202.375%200%200%200%2010.875%203.5m6.25%200a2.375%202.375%200%200%200-2.375%202.375v15.919a2.706%202.706%200%200%200%205.352.567l.165-.768l.038-.125A.75.75%200%200%201%2021%2021h.25a3.25%203.25%200%200%200%200-6.5h-1.5a.75.75%200%200%201%200-1.5h.75a3%203%200%201%200%200-6h-.25a.75.75%200%200%201-.75-.75v-.375A2.375%202.375%200%200%200%2017.125%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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M17.125%202a3.874%203.874%200%200%201%203.858%203.526a4.5%204.5%200%200%201%202.36%207.96a4.75%204.75%200%200%201-1.735%208.998l-.04.19A4.206%204.206%200%200%201%2014%2024.19a4.206%204.206%200%200%201-7.568-1.515l-.04-.19a4.748%204.748%200%200%201-1.736-8.998a4.5%204.5%200%200%201%202.36-7.96A3.874%203.874%200%200%201%2014%203.584A3.87%203.87%200%200%201%2017.125%202m-6.25%201.5A2.375%202.375%200%200%200%208.5%205.875v.375a.75.75%200%200%201-.75.75H7.5a3%203%200%200%200%200%206h.75a.75.75%200%200%201%200%201.5h-1.5a3.25%203.25%200%200%200%200%206.5H7a.75.75%200%200%201%20.695.468l.038.125l.164.768a2.707%202.707%200%200%200%205.353-.567V5.875A2.375%202.375%200%200%200%2010.875%203.5m6.25%200a2.375%202.375%200%200%200-2.375%202.375v15.919a2.706%202.706%200%200%200%205.352.567l.165-.768l.038-.125A.75.75%200%200%201%2021%2021h.25a3.25%203.25%200%200%200%200-6.5h-1.5a.75.75%200%200%201%200-1.5h.75a3%203%200%201%200%200-6h-.25a.75.75%200%200%201-.75-.75v-.375A2.375%202.375%200%200%200%2017.125%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-28-regular.svg?color=%231a73e8&size=48