brain icon
brain-16-regular from Fluent UI System Icons by Microsoft Corporation · 16 Regular · MIT Free for personal and commercial use.
- Name
- brain-16-regular
- Set
- Fluent UI System Icons
- Style
- 16 Regular
- Viewbox
- 16×16
- 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 16 16"><path fill="currentColor" d="M9.75 1c1.175 0 2.137.9 2.24 2.048A2.5 2.5 0 0 1 14 5.5a2.5 2.5 0 0 1-.826 1.852a2.956 2.956 0 0 1-.207 5.537A2.5 2.5 0 0 1 10.5 15h-.25A2.74 2.74 0 0 1 8 13.827A2.74 2.74 0 0 1 5.75 15H5.5a2.5 2.5 0 0 1-2.467-2.111a2.956 2.956 0 0 1-.207-5.537A2.5 2.5 0 0 1 2 5.5a2.5 2.5 0 0 1 2.01-2.452A2.249 2.249 0 0 1 8 1.836A2.25 2.25 0 0 1 9.75 1m-3.5 1C5.56 2 5 2.56 5 3.25v.25a.5.5 0 0 1-.5.5a1.5 1.5 0 1 0 0 3a.5.5 0 0 1 .082.993l-.946.158a1.957 1.957 0 0 0-.154 3.83l.14.034A.5.5 0 0 1 4 12.5A1.5 1.5 0 0 0 5.5 14h.25a1.75 1.75 0 0 0 1.75-1.75v-9C7.5 2.56 6.94 2 6.25 2m3.5 0c-.69 0-1.25.56-1.25 1.25v9c0 .966.784 1.75 1.75 1.75h.25a1.5 1.5 0 0 0 1.5-1.5a.5.5 0 0 1 .379-.485l.139-.035a1.958 1.958 0 0 0-.154-3.829l-.946-.158A.5.5 0 0 1 11.5 7a1.5 1.5 0 0 0 0-3a.5.5 0 0 1-.5-.5v-.25C11 2.56 10.44 2 9.75 2"/></svg>
React
import type { SVGProps } from "react";
export function FluentBrain16Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M9.75 1c1.175 0 2.137.9 2.24 2.048A2.5 2.5 0 0 1 14 5.5a2.5 2.5 0 0 1-.826 1.852a2.956 2.956 0 0 1-.207 5.537A2.5 2.5 0 0 1 10.5 15h-.25A2.74 2.74 0 0 1 8 13.827A2.74 2.74 0 0 1 5.75 15H5.5a2.5 2.5 0 0 1-2.467-2.111a2.956 2.956 0 0 1-.207-5.537A2.5 2.5 0 0 1 2 5.5a2.5 2.5 0 0 1 2.01-2.452A2.249 2.249 0 0 1 8 1.836A2.25 2.25 0 0 1 9.75 1m-3.5 1C5.56 2 5 2.56 5 3.25v.25a.5.5 0 0 1-.5.5a1.5 1.5 0 1 0 0 3a.5.5 0 0 1 .082.993l-.946.158a1.957 1.957 0 0 0-.154 3.83l.14.034A.5.5 0 0 1 4 12.5A1.5 1.5 0 0 0 5.5 14h.25a1.75 1.75 0 0 0 1.75-1.75v-9C7.5 2.56 6.94 2 6.25 2m3.5 0c-.69 0-1.25.56-1.25 1.25v9c0 .966.784 1.75 1.75 1.75h.25a1.5 1.5 0 0 0 1.5-1.5a.5.5 0 0 1 .379-.485l.139-.035a1.958 1.958 0 0 0-.154-3.829l-.946-.158A.5.5 0 0 1 11.5 7a1.5 1.5 0 0 0 0-3a.5.5 0 0 1-.5-.5v-.25C11 2.56 10.44 2 9.75 2"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M9.75 1c1.175 0 2.137.9 2.24 2.048A2.5 2.5 0 0 1 14 5.5a2.5 2.5 0 0 1-.826 1.852a2.956 2.956 0 0 1-.207 5.537A2.5 2.5 0 0 1 10.5 15h-.25A2.74 2.74 0 0 1 8 13.827A2.74 2.74 0 0 1 5.75 15H5.5a2.5 2.5 0 0 1-2.467-2.111a2.956 2.956 0 0 1-.207-5.537A2.5 2.5 0 0 1 2 5.5a2.5 2.5 0 0 1 2.01-2.452A2.249 2.249 0 0 1 8 1.836A2.25 2.25 0 0 1 9.75 1m-3.5 1C5.56 2 5 2.56 5 3.25v.25a.5.5 0 0 1-.5.5a1.5 1.5 0 1 0 0 3a.5.5 0 0 1 .082.993l-.946.158a1.957 1.957 0 0 0-.154 3.83l.14.034A.5.5 0 0 1 4 12.5A1.5 1.5 0 0 0 5.5 14h.25a1.75 1.75 0 0 0 1.75-1.75v-9C7.5 2.56 6.94 2 6.25 2m3.5 0c-.69 0-1.25.56-1.25 1.25v9c0 .966.784 1.75 1.75 1.75h.25a1.5 1.5 0 0 0 1.5-1.5a.5.5 0 0 1 .379-.485l.139-.035a1.958 1.958 0 0 0-.154-3.829l-.946-.158A.5.5 0 0 1 11.5 7a1.5 1.5 0 0 0 0-3a.5.5 0 0 1-.5-.5v-.25C11 2.56 10.44 2 9.75 2"/></svg> </template>
CSS
.icon-brain-16-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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9.75%201c1.175%200%202.137.9%202.24%202.048A2.5%202.5%200%200%201%2014%205.5a2.5%202.5%200%200%201-.826%201.852a2.956%202.956%200%200%201-.207%205.537A2.5%202.5%200%200%201%2010.5%2015h-.25A2.74%202.74%200%200%201%208%2013.827A2.74%202.74%200%200%201%205.75%2015H5.5a2.5%202.5%200%200%201-2.467-2.111a2.956%202.956%200%200%201-.207-5.537A2.5%202.5%200%200%201%202%205.5a2.5%202.5%200%200%201%202.01-2.452A2.249%202.249%200%200%201%208%201.836A2.25%202.25%200%200%201%209.75%201m-3.5%201C5.56%202%205%202.56%205%203.25v.25a.5.5%200%200%201-.5.5a1.5%201.5%200%201%200%200%203a.5.5%200%200%201%20.082.993l-.946.158a1.957%201.957%200%200%200-.154%203.83l.14.034A.5.5%200%200%201%204%2012.5A1.5%201.5%200%200%200%205.5%2014h.25a1.75%201.75%200%200%200%201.75-1.75v-9C7.5%202.56%206.94%202%206.25%202m3.5%200c-.69%200-1.25.56-1.25%201.25v9c0%20.966.784%201.75%201.75%201.75h.25a1.5%201.5%200%200%200%201.5-1.5a.5.5%200%200%201%20.379-.485l.139-.035a1.958%201.958%200%200%200-.154-3.829l-.946-.158A.5.5%200%200%201%2011.5%207a1.5%201.5%200%200%200%200-3a.5.5%200%200%201-.5-.5v-.25C11%202.56%2010.44%202%209.75%202%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9.75%201c1.175%200%202.137.9%202.24%202.048A2.5%202.5%200%200%201%2014%205.5a2.5%202.5%200%200%201-.826%201.852a2.956%202.956%200%200%201-.207%205.537A2.5%202.5%200%200%201%2010.5%2015h-.25A2.74%202.74%200%200%201%208%2013.827A2.74%202.74%200%200%201%205.75%2015H5.5a2.5%202.5%200%200%201-2.467-2.111a2.956%202.956%200%200%201-.207-5.537A2.5%202.5%200%200%201%202%205.5a2.5%202.5%200%200%201%202.01-2.452A2.249%202.249%200%200%201%208%201.836A2.25%202.25%200%200%201%209.75%201m-3.5%201C5.56%202%205%202.56%205%203.25v.25a.5.5%200%200%201-.5.5a1.5%201.5%200%201%200%200%203a.5.5%200%200%201%20.082.993l-.946.158a1.957%201.957%200%200%200-.154%203.83l.14.034A.5.5%200%200%201%204%2012.5A1.5%201.5%200%200%200%205.5%2014h.25a1.75%201.75%200%200%200%201.75-1.75v-9C7.5%202.56%206.94%202%206.25%202m3.5%200c-.69%200-1.25.56-1.25%201.25v9c0%20.966.784%201.75%201.75%201.75h.25a1.5%201.5%200%200%200%201.5-1.5a.5.5%200%200%201%20.379-.485l.139-.035a1.958%201.958%200%200%200-.154-3.829l-.946-.158A.5.5%200%200%201%2011.5%207a1.5%201.5%200%200%200%200-3a.5.5%200%200%201-.5-.5v-.25C11%202.56%2010.44%202%209.75%202%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/brain-16-regular.svg?color=%231a73e8&size=48