brain-2-line from Remix Icon by Remix Design · Line · Health & Medical · Apache-2.0 Free for personal and commercial use.

Name
brain-2-line
Set
Remix Icon
Style
Line
Category
Health & Medical
Viewbox
24×24
License
Apache 2.0

1 other variant in Remix Icon

More health & medical icons from Remix Icon

Use the brain 2 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7 6q.001.357.115.67a1 1 0 0 1-1 1.333L6 8a2 2 0 0 0-1.491 3.333a1 1 0 0 1 0 1.334a2 2 0 0 0 .864 3.233a1 1 0 0 1 .67 1.135a2.5 2.5 0 1 0 4.932.824q.009-.063.025-.123V6a2 2 0 1 0-4 0m6 11.736q.016.06.025.122a2.5 2.5 0 1 0 4.932-.823a1 1 0 0 1 .67-1.135a2 2 0 0 0 .864-3.233a1 1 0 0 1 0-1.334a2 2 0 0 0-1.607-3.33a1 1 0 0 1-.999-1.333q.113-.313.115-.67a2 2 0 1 0-4 0zM9 2a4 4 0 0 1 3 1.354a4 4 0 0 1 6.998 2.771A4.002 4.002 0 0 1 21.465 12A3.997 3.997 0 0 1 20 17.465v.035a4.5 4.5 0 0 1-8 2.828A4.5 4.5 0 0 1 4 17.5v-.035A3.997 3.997 0 0 1 2.535 12a4.002 4.002 0 0 1 2.467-5.874L5 6a4 4 0 0 1 4-4"/></svg>

React

import type { SVGProps } from "react";

export function RiBrain2Line(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="M7 6q.001.357.115.67a1 1 0 0 1-1 1.333L6 8a2 2 0 0 0-1.491 3.333a1 1 0 0 1 0 1.334a2 2 0 0 0 .864 3.233a1 1 0 0 1 .67 1.135a2.5 2.5 0 1 0 4.932.824q.009-.063.025-.123V6a2 2 0 1 0-4 0m6 11.736q.016.06.025.122a2.5 2.5 0 1 0 4.932-.823a1 1 0 0 1 .67-1.135a2 2 0 0 0 .864-3.233a1 1 0 0 1 0-1.334a2 2 0 0 0-1.607-3.33a1 1 0 0 1-.999-1.333q.113-.313.115-.67a2 2 0 1 0-4 0zM9 2a4 4 0 0 1 3 1.354a4 4 0 0 1 6.998 2.771A4.002 4.002 0 0 1 21.465 12A3.997 3.997 0 0 1 20 17.465v.035a4.5 4.5 0 0 1-8 2.828A4.5 4.5 0 0 1 4 17.5v-.035A3.997 3.997 0 0 1 2.535 12a4.002 4.002 0 0 1 2.467-5.874L5 6a4 4 0 0 1 4-4"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7 6q.001.357.115.67a1 1 0 0 1-1 1.333L6 8a2 2 0 0 0-1.491 3.333a1 1 0 0 1 0 1.334a2 2 0 0 0 .864 3.233a1 1 0 0 1 .67 1.135a2.5 2.5 0 1 0 4.932.824q.009-.063.025-.123V6a2 2 0 1 0-4 0m6 11.736q.016.06.025.122a2.5 2.5 0 1 0 4.932-.823a1 1 0 0 1 .67-1.135a2 2 0 0 0 .864-3.233a1 1 0 0 1 0-1.334a2 2 0 0 0-1.607-3.33a1 1 0 0 1-.999-1.333q.113-.313.115-.67a2 2 0 1 0-4 0zM9 2a4 4 0 0 1 3 1.354a4 4 0 0 1 6.998 2.771A4.002 4.002 0 0 1 21.465 12A3.997 3.997 0 0 1 20 17.465v.035a4.5 4.5 0 0 1-8 2.828A4.5 4.5 0 0 1 4 17.5v-.035A3.997 3.997 0 0 1 2.535 12a4.002 4.002 0 0 1 2.467-5.874L5 6a4 4 0 0 1 4-4"/></svg>
</template>

CSS

.icon-brain-2-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%22M7%206q.001.357.115.67a1%201%200%200%201-1%201.333L6%208a2%202%200%200%200-1.491%203.333a1%201%200%200%201%200%201.334a2%202%200%200%200%20.864%203.233a1%201%200%200%201%20.67%201.135a2.5%202.5%200%201%200%204.932.824q.009-.063.025-.123V6a2%202%200%201%200-4%200m6%2011.736q.016.06.025.122a2.5%202.5%200%201%200%204.932-.823a1%201%200%200%201%20.67-1.135a2%202%200%200%200%20.864-3.233a1%201%200%200%201%200-1.334a2%202%200%200%200-1.607-3.33a1%201%200%200%201-.999-1.333q.113-.313.115-.67a2%202%200%201%200-4%200zM9%202a4%204%200%200%201%203%201.354a4%204%200%200%201%206.998%202.771A4.002%204.002%200%200%201%2021.465%2012A3.997%203.997%200%200%201%2020%2017.465v.035a4.5%204.5%200%200%201-8%202.828A4.5%204.5%200%200%201%204%2017.5v-.035A3.997%203.997%200%200%201%202.535%2012a4.002%204.002%200%200%201%202.467-5.874L5%206a4%204%200%200%201%204-4%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%22M7%206q.001.357.115.67a1%201%200%200%201-1%201.333L6%208a2%202%200%200%200-1.491%203.333a1%201%200%200%201%200%201.334a2%202%200%200%200%20.864%203.233a1%201%200%200%201%20.67%201.135a2.5%202.5%200%201%200%204.932.824q.009-.063.025-.123V6a2%202%200%201%200-4%200m6%2011.736q.016.06.025.122a2.5%202.5%200%201%200%204.932-.823a1%201%200%200%201%20.67-1.135a2%202%200%200%200%20.864-3.233a1%201%200%200%201%200-1.334a2%202%200%200%200-1.607-3.33a1%201%200%200%201-.999-1.333q.113-.313.115-.67a2%202%200%201%200-4%200zM9%202a4%204%200%200%201%203%201.354a4%204%200%200%201%206.998%202.771A4.002%204.002%200%200%201%2021.465%2012A3.997%203.997%200%200%201%2020%2017.465v.035a4.5%204.5%200%200%201-8%202.828A4.5%204.5%200%200%201%204%2017.5v-.035A3.997%203.997%200%200%201%202.535%2012a4.002%204.002%200%200%201%202.467-5.874L5%206a4%204%200%200%201%204-4%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ri/brain-2-line.svg?color=%231a73e8&size=48