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

Name
brain-outline
Set
Flowbite Icons
Style
Outline
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="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 18.5A2.493 2.493 0 0 1 7.51 20H7.5a2.468 2.468 0 0 1-2.4-3.154a2.98 2.98 0 0 1-.85-5.274a2.47 2.47 0 0 1 .92-3.182a2.477 2.477 0 0 1 1.876-3.344a2.5 2.5 0 0 1 3.41-1.856A2.5 2.5 0 0 1 12 5.5m0 13v-13m0 13a2.493 2.493 0 0 0 4.49 1.5h.01a2.468 2.468 0 0 0 2.403-3.154a2.98 2.98 0 0 0 .847-5.274a2.47 2.47 0 0 0-.921-3.182a2.477 2.477 0 0 0-1.875-3.344A2.5 2.5 0 0 0 14.5 3A2.5 2.5 0 0 0 12 5.5m-8 5a2.5 2.5 0 0 1 3.48-2.3m-.28 8.551a3 3 0 0 1-2.953-5.185M20 10.5a2.5 2.5 0 0 0-3.481-2.3m.28 8.551a3 3 0 0 0 2.954-5.185"/></svg>

React

import type { SVGProps } from "react";

export function FlowbiteBrainOutline(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2" d="M12 18.5A2.493 2.493 0 0 1 7.51 20H7.5a2.468 2.468 0 0 1-2.4-3.154a2.98 2.98 0 0 1-.85-5.274a2.47 2.47 0 0 1 .92-3.182a2.477 2.477 0 0 1 1.876-3.344a2.5 2.5 0 0 1 3.41-1.856A2.5 2.5 0 0 1 12 5.5m0 13v-13m0 13a2.493 2.493 0 0 0 4.49 1.5h.01a2.468 2.468 0 0 0 2.403-3.154a2.98 2.98 0 0 0 .847-5.274a2.47 2.47 0 0 0-.921-3.182a2.477 2.477 0 0 0-1.875-3.344A2.5 2.5 0 0 0 14.5 3A2.5 2.5 0 0 0 12 5.5m-8 5a2.5 2.5 0 0 1 3.48-2.3m-.28 8.551a3 3 0 0 1-2.953-5.185M20 10.5a2.5 2.5 0 0 0-3.481-2.3m.28 8.551a3 3 0 0 0 2.954-5.185"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 18.5A2.493 2.493 0 0 1 7.51 20H7.5a2.468 2.468 0 0 1-2.4-3.154a2.98 2.98 0 0 1-.85-5.274a2.47 2.47 0 0 1 .92-3.182a2.477 2.477 0 0 1 1.876-3.344a2.5 2.5 0 0 1 3.41-1.856A2.5 2.5 0 0 1 12 5.5m0 13v-13m0 13a2.493 2.493 0 0 0 4.49 1.5h.01a2.468 2.468 0 0 0 2.403-3.154a2.98 2.98 0 0 0 .847-5.274a2.47 2.47 0 0 0-.921-3.182a2.477 2.477 0 0 0-1.875-3.344A2.5 2.5 0 0 0 14.5 3A2.5 2.5 0 0 0 12 5.5m-8 5a2.5 2.5 0 0 1 3.48-2.3m-.28 8.551a3 3 0 0 1-2.953-5.185M20 10.5a2.5 2.5 0 0 0-3.481-2.3m.28 8.551a3 3 0 0 0 2.954-5.185"/></svg>
</template>

CSS

.icon-brain-outline {
  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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M12%2018.5A2.493%202.493%200%200%201%207.51%2020H7.5a2.468%202.468%200%200%201-2.4-3.154a2.98%202.98%200%200%201-.85-5.274a2.47%202.47%200%200%201%20.92-3.182a2.477%202.477%200%200%201%201.876-3.344a2.5%202.5%200%200%201%203.41-1.856A2.5%202.5%200%200%201%2012%205.5m0%2013v-13m0%2013a2.493%202.493%200%200%200%204.49%201.5h.01a2.468%202.468%200%200%200%202.403-3.154a2.98%202.98%200%200%200%20.847-5.274a2.47%202.47%200%200%200-.921-3.182a2.477%202.477%200%200%200-1.875-3.344A2.5%202.5%200%200%200%2014.5%203A2.5%202.5%200%200%200%2012%205.5m-8%205a2.5%202.5%200%200%201%203.48-2.3m-.28%208.551a3%203%200%200%201-2.953-5.185M20%2010.5a2.5%202.5%200%200%200-3.481-2.3m.28%208.551a3%203%200%200%200%202.954-5.185%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M12%2018.5A2.493%202.493%200%200%201%207.51%2020H7.5a2.468%202.468%200%200%201-2.4-3.154a2.98%202.98%200%200%201-.85-5.274a2.47%202.47%200%200%201%20.92-3.182a2.477%202.477%200%200%201%201.876-3.344a2.5%202.5%200%200%201%203.41-1.856A2.5%202.5%200%200%201%2012%205.5m0%2013v-13m0%2013a2.493%202.493%200%200%200%204.49%201.5h.01a2.468%202.468%200%200%200%202.403-3.154a2.98%202.98%200%200%200%20.847-5.274a2.47%202.47%200%200%200-.921-3.182a2.477%202.477%200%200%200-1.875-3.344A2.5%202.5%200%200%200%2014.5%203A2.5%202.5%200%200%200%2012%205.5m-8%205a2.5%202.5%200%200%201%203.48-2.3m-.28%208.551a3%203%200%200%201-2.953-5.185M20%2010.5a2.5%202.5%200%200%200-3.481-2.3m.28%208.551a3%203%200%200%200%202.954-5.185%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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