brain-solid from Flowbite Icons by Themesberg · Solid · General · MIT Free for personal and commercial use.

Name
brain-solid
Set
Flowbite Icons
Style
Solid
Category
General
Viewbox
24×24
License
MIT

1 other variant in Flowbite Icons

The same icon in other sets

More general icons from Flowbite Icons

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="M11 21V2.352A3.45 3.45 0 0 0 9.5 2a3.5 3.5 0 0 0-3.261 2.238A3.5 3.5 0 0 0 4.04 8.015a3.5 3.5 0 0 0-.766 1.128c-.042.1-.064.209-.1.313a3 3 0 0 0-.106.344a3.5 3.5 0 0 0 .02 1.468A4 4 0 0 0 2.3 12.5l-.015.036a4 4 0 0 0-.216.779A4 4 0 0 0 2 14q.005.361.072.716a4 4 0 0 0 .235.832l.021.041a4 4 0 0 0 .417.727q.158.22.342.415q.109.113.225.216q.15.137.315.26c.11.081.2.14.308.2l.059.04v.053a3.506 3.506 0 0 0 3.03 3.469a3.426 3.426 0 0 0 4.154.577A.97.97 0 0 1 11 21m10.934-7.68a4 4 0 0 0-.215-.779l-.017-.038a4 4 0 0 0-.79-1.235a3.4 3.4 0 0 0 .017-1.468a3 3 0 0 0-.1-.333c-.034-.108-.057-.22-.1-.324a3.5 3.5 0 0 0-.766-1.128a3.5 3.5 0 0 0-2.202-3.777A3.5 3.5 0 0 0 14.5 2a3.45 3.45 0 0 0-1.5.352V21a.97.97 0 0 1-.184.546a3.426 3.426 0 0 0 4.154-.577A3.506 3.506 0 0 0 20 17.5v-.049l.059-.04q.159-.096.308-.2c.149-.104.214-.169.315-.26q.116-.104.225-.216a4 4 0 0 0 .459-.588q.173-.264.3-.554l.021-.041q.131-.32.205-.659q.019-.086.035-.173q.069-.356.073-.72a4 4 0 0 0-.066-.68"/></svg>

React

import type { SVGProps } from "react";

export function FlowbiteBrainSolid(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="M11 21V2.352A3.45 3.45 0 0 0 9.5 2a3.5 3.5 0 0 0-3.261 2.238A3.5 3.5 0 0 0 4.04 8.015a3.5 3.5 0 0 0-.766 1.128c-.042.1-.064.209-.1.313a3 3 0 0 0-.106.344a3.5 3.5 0 0 0 .02 1.468A4 4 0 0 0 2.3 12.5l-.015.036a4 4 0 0 0-.216.779A4 4 0 0 0 2 14q.005.361.072.716a4 4 0 0 0 .235.832l.021.041a4 4 0 0 0 .417.727q.158.22.342.415q.109.113.225.216q.15.137.315.26c.11.081.2.14.308.2l.059.04v.053a3.506 3.506 0 0 0 3.03 3.469a3.426 3.426 0 0 0 4.154.577A.97.97 0 0 1 11 21m10.934-7.68a4 4 0 0 0-.215-.779l-.017-.038a4 4 0 0 0-.79-1.235a3.4 3.4 0 0 0 .017-1.468a3 3 0 0 0-.1-.333c-.034-.108-.057-.22-.1-.324a3.5 3.5 0 0 0-.766-1.128a3.5 3.5 0 0 0-2.202-3.777A3.5 3.5 0 0 0 14.5 2a3.45 3.45 0 0 0-1.5.352V21a.97.97 0 0 1-.184.546a3.426 3.426 0 0 0 4.154-.577A3.506 3.506 0 0 0 20 17.5v-.049l.059-.04q.159-.096.308-.2c.149-.104.214-.169.315-.26q.116-.104.225-.216a4 4 0 0 0 .459-.588q.173-.264.3-.554l.021-.041q.131-.32.205-.659q.019-.086.035-.173q.069-.356.073-.72a4 4 0 0 0-.066-.68"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11 21V2.352A3.45 3.45 0 0 0 9.5 2a3.5 3.5 0 0 0-3.261 2.238A3.5 3.5 0 0 0 4.04 8.015a3.5 3.5 0 0 0-.766 1.128c-.042.1-.064.209-.1.313a3 3 0 0 0-.106.344a3.5 3.5 0 0 0 .02 1.468A4 4 0 0 0 2.3 12.5l-.015.036a4 4 0 0 0-.216.779A4 4 0 0 0 2 14q.005.361.072.716a4 4 0 0 0 .235.832l.021.041a4 4 0 0 0 .417.727q.158.22.342.415q.109.113.225.216q.15.137.315.26c.11.081.2.14.308.2l.059.04v.053a3.506 3.506 0 0 0 3.03 3.469a3.426 3.426 0 0 0 4.154.577A.97.97 0 0 1 11 21m10.934-7.68a4 4 0 0 0-.215-.779l-.017-.038a4 4 0 0 0-.79-1.235a3.4 3.4 0 0 0 .017-1.468a3 3 0 0 0-.1-.333c-.034-.108-.057-.22-.1-.324a3.5 3.5 0 0 0-.766-1.128a3.5 3.5 0 0 0-2.202-3.777A3.5 3.5 0 0 0 14.5 2a3.45 3.45 0 0 0-1.5.352V21a.97.97 0 0 1-.184.546a3.426 3.426 0 0 0 4.154-.577A3.506 3.506 0 0 0 20 17.5v-.049l.059-.04q.159-.096.308-.2c.149-.104.214-.169.315-.26q.116-.104.225-.216a4 4 0 0 0 .459-.588q.173-.264.3-.554l.021-.041q.131-.32.205-.659q.019-.086.035-.173q.069-.356.073-.72a4 4 0 0 0-.066-.68"/></svg>
</template>

CSS

.icon-brain-solid {
  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%22M11%2021V2.352A3.45%203.45%200%200%200%209.5%202a3.5%203.5%200%200%200-3.261%202.238A3.5%203.5%200%200%200%204.04%208.015a3.5%203.5%200%200%200-.766%201.128c-.042.1-.064.209-.1.313a3%203%200%200%200-.106.344a3.5%203.5%200%200%200%20.02%201.468A4%204%200%200%200%202.3%2012.5l-.015.036a4%204%200%200%200-.216.779A4%204%200%200%200%202%2014q.005.361.072.716a4%204%200%200%200%20.235.832l.021.041a4%204%200%200%200%20.417.727q.158.22.342.415q.109.113.225.216q.15.137.315.26c.11.081.2.14.308.2l.059.04v.053a3.506%203.506%200%200%200%203.03%203.469a3.426%203.426%200%200%200%204.154.577A.97.97%200%200%201%2011%2021m10.934-7.68a4%204%200%200%200-.215-.779l-.017-.038a4%204%200%200%200-.79-1.235a3.4%203.4%200%200%200%20.017-1.468a3%203%200%200%200-.1-.333c-.034-.108-.057-.22-.1-.324a3.5%203.5%200%200%200-.766-1.128a3.5%203.5%200%200%200-2.202-3.777A3.5%203.5%200%200%200%2014.5%202a3.45%203.45%200%200%200-1.5.352V21a.97.97%200%200%201-.184.546a3.426%203.426%200%200%200%204.154-.577A3.506%203.506%200%200%200%2020%2017.5v-.049l.059-.04q.159-.096.308-.2c.149-.104.214-.169.315-.26q.116-.104.225-.216a4%204%200%200%200%20.459-.588q.173-.264.3-.554l.021-.041q.131-.32.205-.659q.019-.086.035-.173q.069-.356.073-.72a4%204%200%200%200-.066-.68%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%22M11%2021V2.352A3.45%203.45%200%200%200%209.5%202a3.5%203.5%200%200%200-3.261%202.238A3.5%203.5%200%200%200%204.04%208.015a3.5%203.5%200%200%200-.766%201.128c-.042.1-.064.209-.1.313a3%203%200%200%200-.106.344a3.5%203.5%200%200%200%20.02%201.468A4%204%200%200%200%202.3%2012.5l-.015.036a4%204%200%200%200-.216.779A4%204%200%200%200%202%2014q.005.361.072.716a4%204%200%200%200%20.235.832l.021.041a4%204%200%200%200%20.417.727q.158.22.342.415q.109.113.225.216q.15.137.315.26c.11.081.2.14.308.2l.059.04v.053a3.506%203.506%200%200%200%203.03%203.469a3.426%203.426%200%200%200%204.154.577A.97.97%200%200%201%2011%2021m10.934-7.68a4%204%200%200%200-.215-.779l-.017-.038a4%204%200%200%200-.79-1.235a3.4%203.4%200%200%200%20.017-1.468a3%203%200%200%200-.1-.333c-.034-.108-.057-.22-.1-.324a3.5%203.5%200%200%200-.766-1.128a3.5%203.5%200%200%200-2.202-3.777A3.5%203.5%200%200%200%2014.5%202a3.45%203.45%200%200%200-1.5.352V21a.97.97%200%200%201-.184.546a3.426%203.426%200%200%200%204.154-.577A3.506%203.506%200%200%200%2020%2017.5v-.049l.059-.04q.159-.096.308-.2c.149-.104.214-.169.315-.26q.116-.104.225-.216a4%204%200%200%200%20.459-.588q.173-.264.3-.554l.021-.041q.131-.32.205-.659q.019-.086.035-.173q.069-.356.073-.72a4%204%200%200%200-.066-.68%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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