brain icon
brain-linear from Solar by 480 Design · Linear · Medicine · CC-BY-4.0 Attribution required.
- Name
- brain-linear
- Set
- Solar
- Style
- Linear
- Category
- Medicine
- Viewbox
- 24×24
- License
- CC BY 4.0
5 other variants in Solar
The same icon in other sets
brainBoxIcons v2brainBoxIcons v2 SolidbrainFont Awesome 6 SolidbrainFont Awesome Solidbrain-outlineFlowbite Iconsbrain-16-filledFluent UI System IconsbrainFluent EmojibrainFluent Emoji FlatbrainFluent Emoji High ContrastbrainHuge IconsbrainIconParkbrainIconPark OutlinebrainIconPark SolidbrainIconPark TwoTonebrainIconoirbrainLine AwesomebrainLucidebrainMaterial Design Iconsbrain-fillMingCute IconbrainNoto EmojibrainOpenMojibrainPhosphorbrain-fillRemix IconbrainTabler Icons
More medicine icons from Solar
adhesive-plaster-2-boldadhesive-plaster-boldbacteria-boldbenzene-ring-boldbone-boldbone-broken-bold-duotonebone-crack-boldbone-fracture-boldbones-bolddna-bolddropper-2-bolddropper-3-bolddropper-bolddropper-minimalistic-2-bolddropper-minimalistic-boldhealth-boldheart-pulse-2-boldheart-pulse-boldjar-of-pills-2-boldjar-of-pills-boldmedical-kit-boldpill-boldpills-2-boldpills-3-bold
Use the brain icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path d="M7.99889 21.9998C11.5995 22.0306 11.7509 19.1375 11.7509 18.741V4.60204C11.7509 3.2091 10.1826 1.97248 8.74963 2.00088C6.71718 2.04115 4.42387 3.65296 4.46233 5.85814C1.1512 7.46073 1.82374 10.7123 2.5739 12.1378C0.122706 16.1828 3.49813 21.9614 7.99889 21.9998Z"/><path d="M15.5031 21.9998C11.9025 22.0306 11.7511 19.1375 11.7511 18.741V4.60204C11.7511 3.2091 13.3194 1.97248 14.7523 2.00088C16.7848 2.04115 19.0781 3.65296 19.0396 5.85814C22.3507 7.46073 21.6782 10.7123 20.928 12.1378C23.3792 16.1828 20.0038 21.9614 15.5031 21.9998Z"/><path stroke-linecap="round" d="M9.3465 10.2001C7.98322 10.7056 6.5361 10.0277 6.11426 8.68604M8.45538 17.2587C7.09211 17.7642 5.64498 17.0863 5.22314 15.7446M14.1549 10.2001C15.5181 10.7056 16.9653 10.0277 17.3871 8.68604M15.046 17.2587C16.4093 17.7642 17.8564 17.0863 18.2782 15.7446"/></g></svg>
React
import type { SVGProps } from "react";
export function SolarBrainLinear(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeWidth="1.5"><path d="M7.99889 21.9998C11.5995 22.0306 11.7509 19.1375 11.7509 18.741V4.60204C11.7509 3.2091 10.1826 1.97248 8.74963 2.00088C6.71718 2.04115 4.42387 3.65296 4.46233 5.85814C1.1512 7.46073 1.82374 10.7123 2.5739 12.1378C0.122706 16.1828 3.49813 21.9614 7.99889 21.9998Z"/><path d="M15.5031 21.9998C11.9025 22.0306 11.7511 19.1375 11.7511 18.741V4.60204C11.7511 3.2091 13.3194 1.97248 14.7523 2.00088C16.7848 2.04115 19.0781 3.65296 19.0396 5.85814C22.3507 7.46073 21.6782 10.7123 20.928 12.1378C23.3792 16.1828 20.0038 21.9614 15.5031 21.9998Z"/><path strokeLinecap="round" d="M9.3465 10.2001C7.98322 10.7056 6.5361 10.0277 6.11426 8.68604M8.45538 17.2587C7.09211 17.7642 5.64498 17.0863 5.22314 15.7446M14.1549 10.2001C15.5181 10.7056 16.9653 10.0277 17.3871 8.68604M15.046 17.2587C16.4093 17.7642 17.8564 17.0863 18.2782 15.7446"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path d="M7.99889 21.9998C11.5995 22.0306 11.7509 19.1375 11.7509 18.741V4.60204C11.7509 3.2091 10.1826 1.97248 8.74963 2.00088C6.71718 2.04115 4.42387 3.65296 4.46233 5.85814C1.1512 7.46073 1.82374 10.7123 2.5739 12.1378C0.122706 16.1828 3.49813 21.9614 7.99889 21.9998Z"/><path d="M15.5031 21.9998C11.9025 22.0306 11.7511 19.1375 11.7511 18.741V4.60204C11.7511 3.2091 13.3194 1.97248 14.7523 2.00088C16.7848 2.04115 19.0781 3.65296 19.0396 5.85814C22.3507 7.46073 21.6782 10.7123 20.928 12.1378C23.3792 16.1828 20.0038 21.9614 15.5031 21.9998Z"/><path stroke-linecap="round" d="M9.3465 10.2001C7.98322 10.7056 6.5361 10.0277 6.11426 8.68604M8.45538 17.2587C7.09211 17.7642 5.64498 17.0863 5.22314 15.7446M14.1549 10.2001C15.5181 10.7056 16.9653 10.0277 17.3871 8.68604M15.046 17.2587C16.4093 17.7642 17.8564 17.0863 18.2782 15.7446"/></g></svg> </template>
CSS
.icon-brain-linear {
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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M7.99889%2021.9998C11.5995%2022.0306%2011.7509%2019.1375%2011.7509%2018.741V4.60204C11.7509%203.2091%2010.1826%201.97248%208.74963%202.00088C6.71718%202.04115%204.42387%203.65296%204.46233%205.85814C1.1512%207.46073%201.82374%2010.7123%202.5739%2012.1378C0.122706%2016.1828%203.49813%2021.9614%207.99889%2021.9998Z%22%2F%3E%3Cpath%20d%3D%22M15.5031%2021.9998C11.9025%2022.0306%2011.7511%2019.1375%2011.7511%2018.741V4.60204C11.7511%203.2091%2013.3194%201.97248%2014.7523%202.00088C16.7848%202.04115%2019.0781%203.65296%2019.0396%205.85814C22.3507%207.46073%2021.6782%2010.7123%2020.928%2012.1378C23.3792%2016.1828%2020.0038%2021.9614%2015.5031%2021.9998Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M9.3465%2010.2001C7.98322%2010.7056%206.5361%2010.0277%206.11426%208.68604M8.45538%2017.2587C7.09211%2017.7642%205.64498%2017.0863%205.22314%2015.7446M14.1549%2010.2001C15.5181%2010.7056%2016.9653%2010.0277%2017.3871%208.68604M15.046%2017.2587C16.4093%2017.7642%2017.8564%2017.0863%2018.2782%2015.7446%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M7.99889%2021.9998C11.5995%2022.0306%2011.7509%2019.1375%2011.7509%2018.741V4.60204C11.7509%203.2091%2010.1826%201.97248%208.74963%202.00088C6.71718%202.04115%204.42387%203.65296%204.46233%205.85814C1.1512%207.46073%201.82374%2010.7123%202.5739%2012.1378C0.122706%2016.1828%203.49813%2021.9614%207.99889%2021.9998Z%22%2F%3E%3Cpath%20d%3D%22M15.5031%2021.9998C11.9025%2022.0306%2011.7511%2019.1375%2011.7511%2018.741V4.60204C11.7511%203.2091%2013.3194%201.97248%2014.7523%202.00088C16.7848%202.04115%2019.0781%203.65296%2019.0396%205.85814C22.3507%207.46073%2021.6782%2010.7123%2020.928%2012.1378C23.3792%2016.1828%2020.0038%2021.9614%2015.5031%2021.9998Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M9.3465%2010.2001C7.98322%2010.7056%206.5361%2010.0277%206.11426%208.68604M8.45538%2017.2587C7.09211%2017.7642%205.64498%2017.0863%205.22314%2015.7446M14.1549%2010.2001C15.5181%2010.7056%2016.9653%2010.0277%2017.3871%208.68604M15.046%2017.2587C16.4093%2017.7642%2017.8564%2017.0863%2018.2782%2015.7446%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/solar/brain-linear.svg?color=%231a73e8&size=48