brain icon
brain-48-regular from Fluent UI System Icons by Microsoft Corporation · 48 Regular · MIT Free for personal and commercial use.
- Name
- brain-48-regular
- Set
- Fluent UI System Icons
- Style
- 48 Regular
- Viewbox
- 48×48
- License
- MIT
11 other variants in Fluent UI System Icons
The same icon in other sets
brainBoxIcons v2brainBoxIcons v2 SolidbrainFont Awesome 6 SolidbrainFluent EmojibrainFluent Emoji FlatbrainFluent Emoji High ContrastbrainHuge IconsbrainIconoirbrainLine AwesomebrainLucidebrainMaterial Design Iconsbrain-fillMingCute IconbrainNoto EmojibrainOpenMojibrainPhosphorbrain-fillRemix Iconbrain-boldSolarbrainTabler IconsbrainTwitter EmojibrainUnicons
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 48 48"><path fill="currentColor" d="M28.875 4a6.123 6.123 0 0 1 6.122 6.018A7.5 7.5 0 0 1 42 17.5a7.48 7.48 0 0 1-2.597 5.67a7.75 7.75 0 0 1-2.234 14.773l-.375 1.13A7.207 7.207 0 0 1 24 40.85a7.207 7.207 0 0 1-12.794-1.777l-.375-1.13a7.749 7.749 0 0 1-2.234-14.772A7.48 7.48 0 0 1 6 17.5a7.5 7.5 0 0 1 7.003-7.482A6.123 6.123 0 0 1 24 6.417A6.12 6.12 0 0 1 28.875 4m-9.75 2.5a3.625 3.625 0 0 0-3.625 3.625v1.125c0 .69-.56 1.25-1.25 1.25h-.75a5 5 0 0 0 0 10h.25a1.25 1.25 0 1 1 0 2.5h-2a5.25 5.25 0 1 0 0 10.5c.504 0 .956.303 1.15.76l.035.095l.643 1.926a4.707 4.707 0 0 0 9.172-1.488V10.125A3.625 3.625 0 0 0 19.125 6.5m9.75 0a3.625 3.625 0 0 0-3.625 3.625v26.668a4.707 4.707 0 0 0 9.172 1.488l.643-1.926l.035-.094a1.25 1.25 0 0 1 1.15-.761a5.25 5.25 0 1 0 0-10.5h-2a1.25 1.25 0 1 1 0-2.5h.25a5 5 0 0 0 0-10h-.75c-.69 0-1.25-.56-1.25-1.25v-1.125A3.625 3.625 0 0 0 28.875 6.5"/></svg>
React
import type { SVGProps } from "react";
export function FluentBrain48Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M28.875 4a6.123 6.123 0 0 1 6.122 6.018A7.5 7.5 0 0 1 42 17.5a7.48 7.48 0 0 1-2.597 5.67a7.75 7.75 0 0 1-2.234 14.773l-.375 1.13A7.207 7.207 0 0 1 24 40.85a7.207 7.207 0 0 1-12.794-1.777l-.375-1.13a7.749 7.749 0 0 1-2.234-14.772A7.48 7.48 0 0 1 6 17.5a7.5 7.5 0 0 1 7.003-7.482A6.123 6.123 0 0 1 24 6.417A6.12 6.12 0 0 1 28.875 4m-9.75 2.5a3.625 3.625 0 0 0-3.625 3.625v1.125c0 .69-.56 1.25-1.25 1.25h-.75a5 5 0 0 0 0 10h.25a1.25 1.25 0 1 1 0 2.5h-2a5.25 5.25 0 1 0 0 10.5c.504 0 .956.303 1.15.76l.035.095l.643 1.926a4.707 4.707 0 0 0 9.172-1.488V10.125A3.625 3.625 0 0 0 19.125 6.5m9.75 0a3.625 3.625 0 0 0-3.625 3.625v26.668a4.707 4.707 0 0 0 9.172 1.488l.643-1.926l.035-.094a1.25 1.25 0 0 1 1.15-.761a5.25 5.25 0 1 0 0-10.5h-2a1.25 1.25 0 1 1 0-2.5h.25a5 5 0 0 0 0-10h-.75c-.69 0-1.25-.56-1.25-1.25v-1.125A3.625 3.625 0 0 0 28.875 6.5"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M28.875 4a6.123 6.123 0 0 1 6.122 6.018A7.5 7.5 0 0 1 42 17.5a7.48 7.48 0 0 1-2.597 5.67a7.75 7.75 0 0 1-2.234 14.773l-.375 1.13A7.207 7.207 0 0 1 24 40.85a7.207 7.207 0 0 1-12.794-1.777l-.375-1.13a7.749 7.749 0 0 1-2.234-14.772A7.48 7.48 0 0 1 6 17.5a7.5 7.5 0 0 1 7.003-7.482A6.123 6.123 0 0 1 24 6.417A6.12 6.12 0 0 1 28.875 4m-9.75 2.5a3.625 3.625 0 0 0-3.625 3.625v1.125c0 .69-.56 1.25-1.25 1.25h-.75a5 5 0 0 0 0 10h.25a1.25 1.25 0 1 1 0 2.5h-2a5.25 5.25 0 1 0 0 10.5c.504 0 .956.303 1.15.76l.035.095l.643 1.926a4.707 4.707 0 0 0 9.172-1.488V10.125A3.625 3.625 0 0 0 19.125 6.5m9.75 0a3.625 3.625 0 0 0-3.625 3.625v26.668a4.707 4.707 0 0 0 9.172 1.488l.643-1.926l.035-.094a1.25 1.25 0 0 1 1.15-.761a5.25 5.25 0 1 0 0-10.5h-2a1.25 1.25 0 1 1 0-2.5h.25a5 5 0 0 0 0-10h-.75c-.69 0-1.25-.56-1.25-1.25v-1.125A3.625 3.625 0 0 0 28.875 6.5"/></svg> </template>
CSS
.icon-brain-48-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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M28.875%204a6.123%206.123%200%200%201%206.122%206.018A7.5%207.5%200%200%201%2042%2017.5a7.48%207.48%200%200%201-2.597%205.67a7.75%207.75%200%200%201-2.234%2014.773l-.375%201.13A7.207%207.207%200%200%201%2024%2040.85a7.207%207.207%200%200%201-12.794-1.777l-.375-1.13a7.749%207.749%200%200%201-2.234-14.772A7.48%207.48%200%200%201%206%2017.5a7.5%207.5%200%200%201%207.003-7.482A6.123%206.123%200%200%201%2024%206.417A6.12%206.12%200%200%201%2028.875%204m-9.75%202.5a3.625%203.625%200%200%200-3.625%203.625v1.125c0%20.69-.56%201.25-1.25%201.25h-.75a5%205%200%200%200%200%2010h.25a1.25%201.25%200%201%201%200%202.5h-2a5.25%205.25%200%201%200%200%2010.5c.504%200%20.956.303%201.15.76l.035.095l.643%201.926a4.707%204.707%200%200%200%209.172-1.488V10.125A3.625%203.625%200%200%200%2019.125%206.5m9.75%200a3.625%203.625%200%200%200-3.625%203.625v26.668a4.707%204.707%200%200%200%209.172%201.488l.643-1.926l.035-.094a1.25%201.25%200%200%201%201.15-.761a5.25%205.25%200%201%200%200-10.5h-2a1.25%201.25%200%201%201%200-2.5h.25a5%205%200%200%200%200-10h-.75c-.69%200-1.25-.56-1.25-1.25v-1.125A3.625%203.625%200%200%200%2028.875%206.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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M28.875%204a6.123%206.123%200%200%201%206.122%206.018A7.5%207.5%200%200%201%2042%2017.5a7.48%207.48%200%200%201-2.597%205.67a7.75%207.75%200%200%201-2.234%2014.773l-.375%201.13A7.207%207.207%200%200%201%2024%2040.85a7.207%207.207%200%200%201-12.794-1.777l-.375-1.13a7.749%207.749%200%200%201-2.234-14.772A7.48%207.48%200%200%201%206%2017.5a7.5%207.5%200%200%201%207.003-7.482A6.123%206.123%200%200%201%2024%206.417A6.12%206.12%200%200%201%2028.875%204m-9.75%202.5a3.625%203.625%200%200%200-3.625%203.625v1.125c0%20.69-.56%201.25-1.25%201.25h-.75a5%205%200%200%200%200%2010h.25a1.25%201.25%200%201%201%200%202.5h-2a5.25%205.25%200%201%200%200%2010.5c.504%200%20.956.303%201.15.76l.035.095l.643%201.926a4.707%204.707%200%200%200%209.172-1.488V10.125A3.625%203.625%200%200%200%2019.125%206.5m9.75%200a3.625%203.625%200%200%200-3.625%203.625v26.668a4.707%204.707%200%200%200%209.172%201.488l.643-1.926l.035-.094a1.25%201.25%200%200%201%201.15-.761a5.25%205.25%200%201%200%200-10.5h-2a1.25%201.25%200%201%201%200-2.5h.25a5%205%200%200%200%200-10h-.75c-.69%200-1.25-.56-1.25-1.25v-1.125A3.625%203.625%200%200%200%2028.875%206.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/brain-48-regular.svg?color=%231a73e8&size=48