brain from IconPark TwoTone by ByteDance · Two tone · Health · Apache-2.0 Free for personal and commercial use.

Name
brain
Set
IconPark TwoTone
Style
Two tone
Category
Health
Viewbox
48×48
License
Apache 2.0

The same icon in other sets

More health icons from IconPark TwoTone

Use the brain icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><defs><mask id="SVGvVYTQdqR"><g fill="none" stroke="#fff"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="4.667" d="M19.036 44q-1.47-4.793-4.435-7.147c-2.965-2.353-7.676-.89-9.416-3.318s1.219-6.892 2.257-9.526s-3.98-3.565-3.394-4.313q.585-.748 7.609-4.316Q13.652 4 26.398 4C39.144 4 44 14.806 44 21.68c0 6.872-5.88 14.276-14.256 15.873q-1.123 1.636 3.24 6.447"/><path fill="#555" fill-rule="evenodd" stroke-linejoin="round" stroke-width="4" d="M19.5 14.5q-.981 3.801.583 5.339q1.563 1.537 5.328 2.01q-.855 4.903 2.083 4.6q2.937-.302 3.53-2.44q4.59 1.29 4.976-2.16c.385-3.45-1.475-6.201-2.238-6.201s-2.738-.093-2.738-1.148s-2.308-1.65-4.391-1.65s-.83-1.405-3.69-.85q-2.86.555-3.443 2.5Z" clip-rule="evenodd"/><path stroke-linecap="round" stroke-width="4" d="M30.5 25.5c-1.017.631-2.412 1.68-3 2.5c-1.469 2.05-2.66 3.298-2.92 4.608"/></g></mask></defs><path fill="currentColor" d="M0 0h48v48H0z" mask="url(#SVGvVYTQdqR)"/></svg>

React

import type { SVGProps } from "react";

export function IconParkTwotoneBrain(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><defs><mask id="SVGvVYTQdqR"><g fill="none" stroke="#fff"><path strokeLinecap="round" strokeLinejoin="round" strokeWidth="4.667" d="M19.036 44q-1.47-4.793-4.435-7.147c-2.965-2.353-7.676-.89-9.416-3.318s1.219-6.892 2.257-9.526s-3.98-3.565-3.394-4.313q.585-.748 7.609-4.316Q13.652 4 26.398 4C39.144 4 44 14.806 44 21.68c0 6.872-5.88 14.276-14.256 15.873q-1.123 1.636 3.24 6.447"/><path fill="#555" fillRule="evenodd" strokeLinejoin="round" strokeWidth="4" d="M19.5 14.5q-.981 3.801.583 5.339q1.563 1.537 5.328 2.01q-.855 4.903 2.083 4.6q2.937-.302 3.53-2.44q4.59 1.29 4.976-2.16c.385-3.45-1.475-6.201-2.238-6.201s-2.738-.093-2.738-1.148s-2.308-1.65-4.391-1.65s-.83-1.405-3.69-.85q-2.86.555-3.443 2.5Z" clipRule="evenodd"/><path strokeLinecap="round" strokeWidth="4" d="M30.5 25.5c-1.017.631-2.412 1.68-3 2.5c-1.469 2.05-2.66 3.298-2.92 4.608"/></g></mask></defs><path fill="currentColor" d="M0 0h48v48H0z" mask="url(#SVGvVYTQdqR)"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><defs><mask id="SVGvVYTQdqR"><g fill="none" stroke="#fff"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="4.667" d="M19.036 44q-1.47-4.793-4.435-7.147c-2.965-2.353-7.676-.89-9.416-3.318s1.219-6.892 2.257-9.526s-3.98-3.565-3.394-4.313q.585-.748 7.609-4.316Q13.652 4 26.398 4C39.144 4 44 14.806 44 21.68c0 6.872-5.88 14.276-14.256 15.873q-1.123 1.636 3.24 6.447"/><path fill="#555" fill-rule="evenodd" stroke-linejoin="round" stroke-width="4" d="M19.5 14.5q-.981 3.801.583 5.339q1.563 1.537 5.328 2.01q-.855 4.903 2.083 4.6q2.937-.302 3.53-2.44q4.59 1.29 4.976-2.16c.385-3.45-1.475-6.201-2.238-6.201s-2.738-.093-2.738-1.148s-2.308-1.65-4.391-1.65s-.83-1.405-3.69-.85q-2.86.555-3.443 2.5Z" clip-rule="evenodd"/><path stroke-linecap="round" stroke-width="4" d="M30.5 25.5c-1.017.631-2.412 1.68-3 2.5c-1.469 2.05-2.66 3.298-2.92 4.608"/></g></mask></defs><path fill="currentColor" d="M0 0h48v48H0z" mask="url(#SVGvVYTQdqR)"/></svg>
</template>

CSS

.icon-brain {
  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%2048%2048%22%3E%3Cdefs%3E%3Cmask%20id%3D%22SVGvVYTQdqR%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23fff%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224.667%22%20d%3D%22M19.036%2044q-1.47-4.793-4.435-7.147c-2.965-2.353-7.676-.89-9.416-3.318s1.219-6.892%202.257-9.526s-3.98-3.565-3.394-4.313q.585-.748%207.609-4.316Q13.652%204%2026.398%204C39.144%204%2044%2014.806%2044%2021.68c0%206.872-5.88%2014.276-14.256%2015.873q-1.123%201.636%203.24%206.447%22%2F%3E%3Cpath%20fill%3D%22%23555%22%20fill-rule%3D%22evenodd%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M19.5%2014.5q-.981%203.801.583%205.339q1.563%201.537%205.328%202.01q-.855%204.903%202.083%204.6q2.937-.302%203.53-2.44q4.59%201.29%204.976-2.16c.385-3.45-1.475-6.201-2.238-6.201s-2.738-.093-2.738-1.148s-2.308-1.65-4.391-1.65s-.83-1.405-3.69-.85q-2.86.555-3.443%202.5Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M30.5%2025.5c-1.017.631-2.412%201.68-3%202.5c-1.469%202.05-2.66%203.298-2.92%204.608%22%2F%3E%3C%2Fg%3E%3C%2Fmask%3E%3C%2Fdefs%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M0%200h48v48H0z%22%20mask%3D%22url(%23SVGvVYTQdqR)%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%2048%2048%22%3E%3Cdefs%3E%3Cmask%20id%3D%22SVGvVYTQdqR%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23fff%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224.667%22%20d%3D%22M19.036%2044q-1.47-4.793-4.435-7.147c-2.965-2.353-7.676-.89-9.416-3.318s1.219-6.892%202.257-9.526s-3.98-3.565-3.394-4.313q.585-.748%207.609-4.316Q13.652%204%2026.398%204C39.144%204%2044%2014.806%2044%2021.68c0%206.872-5.88%2014.276-14.256%2015.873q-1.123%201.636%203.24%206.447%22%2F%3E%3Cpath%20fill%3D%22%23555%22%20fill-rule%3D%22evenodd%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M19.5%2014.5q-.981%203.801.583%205.339q1.563%201.537%205.328%202.01q-.855%204.903%202.083%204.6q2.937-.302%203.53-2.44q4.59%201.29%204.976-2.16c.385-3.45-1.475-6.201-2.238-6.201s-2.738-.093-2.738-1.148s-2.308-1.65-4.391-1.65s-.83-1.405-3.69-.85q-2.86.555-3.443%202.5Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M30.5%2025.5c-1.017.631-2.412%201.68-3%202.5c-1.469%202.05-2.66%203.298-2.92%204.608%22%2F%3E%3C%2Fg%3E%3C%2Fmask%3E%3C%2Fdefs%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M0%200h48v48H0z%22%20mask%3D%22url(%23SVGvVYTQdqR)%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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