brain icon
brain from Font Awesome 6 Solid by Dave Gandy · Regular · Medical · CC-BY-4.0 Attribution required.
- Name
- brain
- Set
- Font Awesome 6 Solid
- Style
- Regular
- Category
- Medical
- Viewbox
- 512×512
- License
- CC BY 4.0
The same icon in other sets
brainBoxIcons v2brainBoxIcons v2 Solidbrain-16-filledFluent UI System IconsbrainFluent EmojibrainFluent Emoji FlatbrainFluent Emoji High ContrastbrainHuge IconsbrainIconoirbrainLine AwesomebrainLucidebrainMaterial Design Iconsbrain-fillMingCute IconbrainNoto EmojibrainOpenMojibrainPhosphorbrain-fillRemix Iconbrain-boldSolarbrainTabler IconsbrainTwitter EmojibrainUnicons
More medical icons from Font Awesome 6 Solid
Use the brain icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M184 0c30.9 0 56 25.1 56 56v400c0 30.9-25.1 56-56 56c-28.9 0-52.7-21.9-55.7-50.1c-5.2 1.4-10.7 2.1-16.3 2.1c-35.3 0-64-28.7-64-64c0-7.4 1.3-14.6 3.6-21.2C21.4 367.4 0 338.2 0 304c0-31.9 18.7-59.5 45.8-72.3C37.1 220.8 32 207 32 192c0-30.7 21.6-56.3 50.4-62.6C80.8 123.9 80 118 80 112c0-29.9 20.6-55.1 48.3-62.1c3-28 26.8-49.9 55.7-49.9m144 0c28.9 0 52.6 21.9 55.7 49.9C411.5 56.9 432 82 432 112c0 6-.8 11.9-2.4 17.4c28.8 6.2 50.4 31.9 50.4 62.6c0 15-5.1 28.8-13.8 39.7c27.1 12.8 45.8 40.4 45.8 72.3c0 34.2-21.4 63.4-51.6 74.8c2.3 6.6 3.6 13.8 3.6 21.2c0 35.3-28.7 64-64 64c-5.6 0-11.1-.7-16.3-2.1c-3 28.2-26.8 50.1-55.7 50.1c-30.9 0-56-25.1-56-56V56c0-30.9 25.1-56 56-56"/></svg>
React
import type { SVGProps } from "react";
export function Fa6SolidBrain(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M184 0c30.9 0 56 25.1 56 56v400c0 30.9-25.1 56-56 56c-28.9 0-52.7-21.9-55.7-50.1c-5.2 1.4-10.7 2.1-16.3 2.1c-35.3 0-64-28.7-64-64c0-7.4 1.3-14.6 3.6-21.2C21.4 367.4 0 338.2 0 304c0-31.9 18.7-59.5 45.8-72.3C37.1 220.8 32 207 32 192c0-30.7 21.6-56.3 50.4-62.6C80.8 123.9 80 118 80 112c0-29.9 20.6-55.1 48.3-62.1c3-28 26.8-49.9 55.7-49.9m144 0c28.9 0 52.6 21.9 55.7 49.9C411.5 56.9 432 82 432 112c0 6-.8 11.9-2.4 17.4c28.8 6.2 50.4 31.9 50.4 62.6c0 15-5.1 28.8-13.8 39.7c27.1 12.8 45.8 40.4 45.8 72.3c0 34.2-21.4 63.4-51.6 74.8c2.3 6.6 3.6 13.8 3.6 21.2c0 35.3-28.7 64-64 64c-5.6 0-11.1-.7-16.3-2.1c-3 28.2-26.8 50.1-55.7 50.1c-30.9 0-56-25.1-56-56V56c0-30.9 25.1-56 56-56"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M184 0c30.9 0 56 25.1 56 56v400c0 30.9-25.1 56-56 56c-28.9 0-52.7-21.9-55.7-50.1c-5.2 1.4-10.7 2.1-16.3 2.1c-35.3 0-64-28.7-64-64c0-7.4 1.3-14.6 3.6-21.2C21.4 367.4 0 338.2 0 304c0-31.9 18.7-59.5 45.8-72.3C37.1 220.8 32 207 32 192c0-30.7 21.6-56.3 50.4-62.6C80.8 123.9 80 118 80 112c0-29.9 20.6-55.1 48.3-62.1c3-28 26.8-49.9 55.7-49.9m144 0c28.9 0 52.6 21.9 55.7 49.9C411.5 56.9 432 82 432 112c0 6-.8 11.9-2.4 17.4c28.8 6.2 50.4 31.9 50.4 62.6c0 15-5.1 28.8-13.8 39.7c27.1 12.8 45.8 40.4 45.8 72.3c0 34.2-21.4 63.4-51.6 74.8c2.3 6.6 3.6 13.8 3.6 21.2c0 35.3-28.7 64-64 64c-5.6 0-11.1-.7-16.3-2.1c-3 28.2-26.8 50.1-55.7 50.1c-30.9 0-56-25.1-56-56V56c0-30.9 25.1-56 56-56"/></svg> </template>
CSS
.icon-brain {
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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M184%200c30.9%200%2056%2025.1%2056%2056v400c0%2030.9-25.1%2056-56%2056c-28.9%200-52.7-21.9-55.7-50.1c-5.2%201.4-10.7%202.1-16.3%202.1c-35.3%200-64-28.7-64-64c0-7.4%201.3-14.6%203.6-21.2C21.4%20367.4%200%20338.2%200%20304c0-31.9%2018.7-59.5%2045.8-72.3C37.1%20220.8%2032%20207%2032%20192c0-30.7%2021.6-56.3%2050.4-62.6C80.8%20123.9%2080%20118%2080%20112c0-29.9%2020.6-55.1%2048.3-62.1c3-28%2026.8-49.9%2055.7-49.9m144%200c28.9%200%2052.6%2021.9%2055.7%2049.9C411.5%2056.9%20432%2082%20432%20112c0%206-.8%2011.9-2.4%2017.4c28.8%206.2%2050.4%2031.9%2050.4%2062.6c0%2015-5.1%2028.8-13.8%2039.7c27.1%2012.8%2045.8%2040.4%2045.8%2072.3c0%2034.2-21.4%2063.4-51.6%2074.8c2.3%206.6%203.6%2013.8%203.6%2021.2c0%2035.3-28.7%2064-64%2064c-5.6%200-11.1-.7-16.3-2.1c-3%2028.2-26.8%2050.1-55.7%2050.1c-30.9%200-56-25.1-56-56V56c0-30.9%2025.1-56%2056-56%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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M184%200c30.9%200%2056%2025.1%2056%2056v400c0%2030.9-25.1%2056-56%2056c-28.9%200-52.7-21.9-55.7-50.1c-5.2%201.4-10.7%202.1-16.3%202.1c-35.3%200-64-28.7-64-64c0-7.4%201.3-14.6%203.6-21.2C21.4%20367.4%200%20338.2%200%20304c0-31.9%2018.7-59.5%2045.8-72.3C37.1%20220.8%2032%20207%2032%20192c0-30.7%2021.6-56.3%2050.4-62.6C80.8%20123.9%2080%20118%2080%20112c0-29.9%2020.6-55.1%2048.3-62.1c3-28%2026.8-49.9%2055.7-49.9m144%200c28.9%200%2052.6%2021.9%2055.7%2049.9C411.5%2056.9%20432%2082%20432%20112c0%206-.8%2011.9-2.4%2017.4c28.8%206.2%2050.4%2031.9%2050.4%2062.6c0%2015-5.1%2028.8-13.8%2039.7c27.1%2012.8%2045.8%2040.4%2045.8%2072.3c0%2034.2-21.4%2063.4-51.6%2074.8c2.3%206.6%203.6%2013.8%203.6%2021.2c0%2035.3-28.7%2064-64%2064c-5.6%200-11.1-.7-16.3-2.1c-3%2028.2-26.8%2050.1-55.7%2050.1c-30.9%200-56-25.1-56-56V56c0-30.9%2025.1-56%2056-56%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa6-solid/brain.svg?color=%231a73e8&size=48