brain icon
brain-line from Remix Icon by Remix Design · Line · Health & Medical · Apache-2.0 Free for personal and commercial use.
- Name
- brain-line
- Set
- Remix Icon
- Style
- Line
- Category
- Health & Medical
- Viewbox
- 24×24
- License
- Apache 2.0
1 other variant in Remix Icon
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-boldSolarbrainTabler Icons
More health & medical icons from Remix Icon
aed-electrodes-fillaed-fillatom-fillbrain-2-fillbrain-3-fillbrain-ai-3-fillcapsule-filldislike-filldna-filldossier-filldropper-fillempathize-fillfirst-aid-kit-fillflask-fillhand-sanitizer-fillhealth-book-fillheart-2-fillheart-3-fillheart-add-2-fillheart-add-fillheart-fillheart-pulse-fillhearts-fillinfrared-thermometer-fill
Use the brain icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9 4a2 2 0 0 1 2 2v6.827c-.894-.69-2.034-1.097-3.336-1.313l-.328 1.972c1.38.23 2.261.667 2.804 1.255c.53.574.86 1.426.86 2.759a2.5 2.5 0 0 1-5 0v-.35c.43.143.876.26 1.336.336l.328-1.972c-.743-.124-1.489-.4-2.235-.754A2.5 2.5 0 0 1 4 12.5c0-.835.208-1.492.559-1.974c.345-.476.883-.856 1.684-1.056L7 9.28V6a2 2 0 0 1 2-2m3-.646A4 4 0 0 0 5 6v1.774c-.851.342-1.549.874-2.059 1.575C2.292 10.242 2 11.335 2 12.5a4.49 4.49 0 0 0 2 3.742V17.5a4.5 4.5 0 0 0 8 2.829a4.5 4.5 0 0 0 8-2.829v-1.258a4.49 4.49 0 0 0 2-3.742c0-1.165-.292-2.258-.941-3.15c-.51-.702-1.208-1.234-2.059-1.576V6a4 4 0 0 0-7-2.646m6 13.795v.351a2.5 2.5 0 0 1-5 0c0-1.333.33-2.185.86-2.76c.543-.587 1.424-1.024 2.804-1.254l-.328-1.972c-1.302.216-2.442.623-3.336 1.313V6a2 2 0 1 1 4 0v3.28l.758.19c.8.2 1.338.58 1.683 1.056c.351.482.559 1.14.559 1.974c0 .999-.582 1.857-1.43 2.26c-.745.354-1.492.63-2.234.754l.328 1.972A9 9 0 0 0 18 17.149"/></svg>
React
import type { SVGProps } from "react";
export function RiBrainLine(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9 4a2 2 0 0 1 2 2v6.827c-.894-.69-2.034-1.097-3.336-1.313l-.328 1.972c1.38.23 2.261.667 2.804 1.255c.53.574.86 1.426.86 2.759a2.5 2.5 0 0 1-5 0v-.35c.43.143.876.26 1.336.336l.328-1.972c-.743-.124-1.489-.4-2.235-.754A2.5 2.5 0 0 1 4 12.5c0-.835.208-1.492.559-1.974c.345-.476.883-.856 1.684-1.056L7 9.28V6a2 2 0 0 1 2-2m3-.646A4 4 0 0 0 5 6v1.774c-.851.342-1.549.874-2.059 1.575C2.292 10.242 2 11.335 2 12.5a4.49 4.49 0 0 0 2 3.742V17.5a4.5 4.5 0 0 0 8 2.829a4.5 4.5 0 0 0 8-2.829v-1.258a4.49 4.49 0 0 0 2-3.742c0-1.165-.292-2.258-.941-3.15c-.51-.702-1.208-1.234-2.059-1.576V6a4 4 0 0 0-7-2.646m6 13.795v.351a2.5 2.5 0 0 1-5 0c0-1.333.33-2.185.86-2.76c.543-.587 1.424-1.024 2.804-1.254l-.328-1.972c-1.302.216-2.442.623-3.336 1.313V6a2 2 0 1 1 4 0v3.28l.758.19c.8.2 1.338.58 1.683 1.056c.351.482.559 1.14.559 1.974c0 .999-.582 1.857-1.43 2.26c-.745.354-1.492.63-2.234.754l.328 1.972A9 9 0 0 0 18 17.149"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9 4a2 2 0 0 1 2 2v6.827c-.894-.69-2.034-1.097-3.336-1.313l-.328 1.972c1.38.23 2.261.667 2.804 1.255c.53.574.86 1.426.86 2.759a2.5 2.5 0 0 1-5 0v-.35c.43.143.876.26 1.336.336l.328-1.972c-.743-.124-1.489-.4-2.235-.754A2.5 2.5 0 0 1 4 12.5c0-.835.208-1.492.559-1.974c.345-.476.883-.856 1.684-1.056L7 9.28V6a2 2 0 0 1 2-2m3-.646A4 4 0 0 0 5 6v1.774c-.851.342-1.549.874-2.059 1.575C2.292 10.242 2 11.335 2 12.5a4.49 4.49 0 0 0 2 3.742V17.5a4.5 4.5 0 0 0 8 2.829a4.5 4.5 0 0 0 8-2.829v-1.258a4.49 4.49 0 0 0 2-3.742c0-1.165-.292-2.258-.941-3.15c-.51-.702-1.208-1.234-2.059-1.576V6a4 4 0 0 0-7-2.646m6 13.795v.351a2.5 2.5 0 0 1-5 0c0-1.333.33-2.185.86-2.76c.543-.587 1.424-1.024 2.804-1.254l-.328-1.972c-1.302.216-2.442.623-3.336 1.313V6a2 2 0 1 1 4 0v3.28l.758.19c.8.2 1.338.58 1.683 1.056c.351.482.559 1.14.559 1.974c0 .999-.582 1.857-1.43 2.26c-.745.354-1.492.63-2.234.754l.328 1.972A9 9 0 0 0 18 17.149"/></svg> </template>
CSS
.icon-brain-line {
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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9%204a2%202%200%200%201%202%202v6.827c-.894-.69-2.034-1.097-3.336-1.313l-.328%201.972c1.38.23%202.261.667%202.804%201.255c.53.574.86%201.426.86%202.759a2.5%202.5%200%200%201-5%200v-.35c.43.143.876.26%201.336.336l.328-1.972c-.743-.124-1.489-.4-2.235-.754A2.5%202.5%200%200%201%204%2012.5c0-.835.208-1.492.559-1.974c.345-.476.883-.856%201.684-1.056L7%209.28V6a2%202%200%200%201%202-2m3-.646A4%204%200%200%200%205%206v1.774c-.851.342-1.549.874-2.059%201.575C2.292%2010.242%202%2011.335%202%2012.5a4.49%204.49%200%200%200%202%203.742V17.5a4.5%204.5%200%200%200%208%202.829a4.5%204.5%200%200%200%208-2.829v-1.258a4.49%204.49%200%200%200%202-3.742c0-1.165-.292-2.258-.941-3.15c-.51-.702-1.208-1.234-2.059-1.576V6a4%204%200%200%200-7-2.646m6%2013.795v.351a2.5%202.5%200%200%201-5%200c0-1.333.33-2.185.86-2.76c.543-.587%201.424-1.024%202.804-1.254l-.328-1.972c-1.302.216-2.442.623-3.336%201.313V6a2%202%200%201%201%204%200v3.28l.758.19c.8.2%201.338.58%201.683%201.056c.351.482.559%201.14.559%201.974c0%20.999-.582%201.857-1.43%202.26c-.745.354-1.492.63-2.234.754l.328%201.972A9%209%200%200%200%2018%2017.149%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9%204a2%202%200%200%201%202%202v6.827c-.894-.69-2.034-1.097-3.336-1.313l-.328%201.972c1.38.23%202.261.667%202.804%201.255c.53.574.86%201.426.86%202.759a2.5%202.5%200%200%201-5%200v-.35c.43.143.876.26%201.336.336l.328-1.972c-.743-.124-1.489-.4-2.235-.754A2.5%202.5%200%200%201%204%2012.5c0-.835.208-1.492.559-1.974c.345-.476.883-.856%201.684-1.056L7%209.28V6a2%202%200%200%201%202-2m3-.646A4%204%200%200%200%205%206v1.774c-.851.342-1.549.874-2.059%201.575C2.292%2010.242%202%2011.335%202%2012.5a4.49%204.49%200%200%200%202%203.742V17.5a4.5%204.5%200%200%200%208%202.829a4.5%204.5%200%200%200%208-2.829v-1.258a4.49%204.49%200%200%200%202-3.742c0-1.165-.292-2.258-.941-3.15c-.51-.702-1.208-1.234-2.059-1.576V6a4%204%200%200%200-7-2.646m6%2013.795v.351a2.5%202.5%200%200%201-5%200c0-1.333.33-2.185.86-2.76c.543-.587%201.424-1.024%202.804-1.254l-.328-1.972c-1.302.216-2.442.623-3.336%201.313V6a2%202%200%201%201%204%200v3.28l.758.19c.8.2%201.338.58%201.683%201.056c.351.482.559%201.14.559%201.974c0%20.999-.582%201.857-1.43%202.26c-.745.354-1.492.63-2.234.754l.328%201.972A9%209%200%200%200%2018%2017.149%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ri/brain-line.svg?color=%231a73e8&size=48