brain from OpenMoji by OpenMoji · Default · Extras Openmoji · CC-BY-SA-4.0 Attribution required.

Name
brain
Set
OpenMoji
Style
Default
Category
Extras Openmoji
Viewbox
72×72
License
CC BY-SA 4.0

The same emoji in other sets

More extras openmoji icons from OpenMoji

Use the brain emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#ffa7c0" d="M52.482 29.62c-1.251 1.808-.075 3.386 1.104 5.186c1.223 1.868.563 4.303-1.262 5.916a1.354 1.354 0 0 0-.367 1.95c1.242 2.624.357 5.163-2.12 6.738a2.97 2.97 0 0 0-1.117 1.377a4.92 4.92 0 0 1-5.273 3.447a1.9 1.9 0 0 0-1.392.702c-1.422 1.967-3.278 2.355-5.31.918a1.115 1.115 0 0 0-1.553.008c-1.96 1.417-3.89 1.007-5.323-.942a1.93 1.93 0 0 0-1.408-.694a4.72 4.72 0 0 1-5.15-3.371a2.97 2.97 0 0 0-1.12-1.404c-2.651-1.652-3.51-4.268-2.082-7.063c.404-.79.174-1.099-.371-1.576a4.98 4.98 0 0 1-.162-7.77a1.32 1.32 0 0 0 .373-1.753c-1.134-2.796-.305-5.051 2.242-6.69a3.16 3.16 0 0 0 1.147-1.532a4.59 4.59 0 0 1 4.98-3.201a1.446 1.446 0 0 0 1.664-.79a3.38 3.38 0 0 1 5.09-.991a1.227 1.227 0 0 0 1.765.012c1.877-1.348 3.824-.89 5.212.99a2.05 2.05 0 0 0 1.505.73a4.864 4.864 0 0 1 5.183 3.558a3.24 3.24 0 0 0 1.283 1.416a5.24 5.24 0 0 1 2.462 4.828"/><g fill="none" stroke="#000" stroke-width="2"><path stroke-miterlimit="10" d="M52.482 29.62c-1.251 1.808-.075 3.386 1.104 5.186c1.223 1.868.563 4.303-1.262 5.916a1.354 1.354 0 0 0-.367 1.95c1.242 2.624.357 5.163-2.12 6.738a2.97 2.97 0 0 0-1.117 1.377a4.92 4.92 0 0 1-5.273 3.447a1.9 1.9 0 0 0-1.392.702c-1.422 1.967-3.278 2.355-5.31.918a1.115 1.115 0 0 0-1.553.008c-1.96 1.417-3.89 1.007-5.323-.942a1.93 1.93 0 0 0-1.408-.694a4.72 4.72 0 0 1-5.15-3.371a2.97 2.97 0 0 0-1.12-1.404c-2.651-1.652-3.51-4.268-2.082-7.063c.404-.79.174-1.099-.371-1.576a4.98 4.98 0 0 1-.162-7.77a1.32 1.32 0 0 0 .373-1.753c-1.134-2.796-.305-5.051 2.242-6.69a3.16 3.16 0 0 0 1.147-1.532a4.59 4.59 0 0 1 4.98-3.201a1.446 1.446 0 0 0 1.664-.79a3.38 3.38 0 0 1 5.09-.991a1.227 1.227 0 0 0 1.765.012c1.877-1.348 3.824-.89 5.212.99a2.05 2.05 0 0 0 1.505.73a4.864 4.864 0 0 1 5.183 3.558a3.24 3.24 0 0 0 1.283 1.416a5.24 5.24 0 0 1 2.462 4.828ZM36 18.461v37.084"/><path stroke-linecap="round" stroke-linejoin="round" d="M30.675 30.061s3.923-3.944 5.325 1.352m5.325-1.352S37.402 26.117 36 31.413m8.122-4.336s2.659-4.887-2.817-4.717m.02 20.54S37.402 46.846 36 41.55m6.312-5.049s3.96-3.908 5.313 1.4M30.675 42.9s3.923 3.945 5.325-1.35"/><path stroke-linecap="round" stroke-linejoin="round" d="M50.02 24.79s-1.258-1.334-5.298-1.009m-.659 22.808s2.214 5.104-3.225 4.448"/><path stroke-linecap="round" stroke-linejoin="round" d="M49.98 49.317s-1.617 1.292-5.612.608M28.085 27.077s-2.66-4.887 2.817-4.717M29.2 36.501s-3.96-3.908-5.312 1.4"/><path stroke-linecap="round" stroke-linejoin="round" d="M22.137 24.634s1.308-1.178 5.348-.853m.405 22.808s-2.214 5.104 3.225 4.448"/><path stroke-linecap="round" stroke-linejoin="round" d="M21.973 49.317s1.617 1.292 5.612.608"/></g></svg>

React

import type { SVGProps } from "react";

export function OpenmojiBrain(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#ffa7c0" d="M52.482 29.62c-1.251 1.808-.075 3.386 1.104 5.186c1.223 1.868.563 4.303-1.262 5.916a1.354 1.354 0 0 0-.367 1.95c1.242 2.624.357 5.163-2.12 6.738a2.97 2.97 0 0 0-1.117 1.377a4.92 4.92 0 0 1-5.273 3.447a1.9 1.9 0 0 0-1.392.702c-1.422 1.967-3.278 2.355-5.31.918a1.115 1.115 0 0 0-1.553.008c-1.96 1.417-3.89 1.007-5.323-.942a1.93 1.93 0 0 0-1.408-.694a4.72 4.72 0 0 1-5.15-3.371a2.97 2.97 0 0 0-1.12-1.404c-2.651-1.652-3.51-4.268-2.082-7.063c.404-.79.174-1.099-.371-1.576a4.98 4.98 0 0 1-.162-7.77a1.32 1.32 0 0 0 .373-1.753c-1.134-2.796-.305-5.051 2.242-6.69a3.16 3.16 0 0 0 1.147-1.532a4.59 4.59 0 0 1 4.98-3.201a1.446 1.446 0 0 0 1.664-.79a3.38 3.38 0 0 1 5.09-.991a1.227 1.227 0 0 0 1.765.012c1.877-1.348 3.824-.89 5.212.99a2.05 2.05 0 0 0 1.505.73a4.864 4.864 0 0 1 5.183 3.558a3.24 3.24 0 0 0 1.283 1.416a5.24 5.24 0 0 1 2.462 4.828"/><g fill="none" stroke="#000" strokeWidth="2"><path strokeMiterlimit="10" d="M52.482 29.62c-1.251 1.808-.075 3.386 1.104 5.186c1.223 1.868.563 4.303-1.262 5.916a1.354 1.354 0 0 0-.367 1.95c1.242 2.624.357 5.163-2.12 6.738a2.97 2.97 0 0 0-1.117 1.377a4.92 4.92 0 0 1-5.273 3.447a1.9 1.9 0 0 0-1.392.702c-1.422 1.967-3.278 2.355-5.31.918a1.115 1.115 0 0 0-1.553.008c-1.96 1.417-3.89 1.007-5.323-.942a1.93 1.93 0 0 0-1.408-.694a4.72 4.72 0 0 1-5.15-3.371a2.97 2.97 0 0 0-1.12-1.404c-2.651-1.652-3.51-4.268-2.082-7.063c.404-.79.174-1.099-.371-1.576a4.98 4.98 0 0 1-.162-7.77a1.32 1.32 0 0 0 .373-1.753c-1.134-2.796-.305-5.051 2.242-6.69a3.16 3.16 0 0 0 1.147-1.532a4.59 4.59 0 0 1 4.98-3.201a1.446 1.446 0 0 0 1.664-.79a3.38 3.38 0 0 1 5.09-.991a1.227 1.227 0 0 0 1.765.012c1.877-1.348 3.824-.89 5.212.99a2.05 2.05 0 0 0 1.505.73a4.864 4.864 0 0 1 5.183 3.558a3.24 3.24 0 0 0 1.283 1.416a5.24 5.24 0 0 1 2.462 4.828ZM36 18.461v37.084"/><path strokeLinecap="round" strokeLinejoin="round" d="M30.675 30.061s3.923-3.944 5.325 1.352m5.325-1.352S37.402 26.117 36 31.413m8.122-4.336s2.659-4.887-2.817-4.717m.02 20.54S37.402 46.846 36 41.55m6.312-5.049s3.96-3.908 5.313 1.4M30.675 42.9s3.923 3.945 5.325-1.35"/><path strokeLinecap="round" strokeLinejoin="round" d="M50.02 24.79s-1.258-1.334-5.298-1.009m-.659 22.808s2.214 5.104-3.225 4.448"/><path strokeLinecap="round" strokeLinejoin="round" d="M49.98 49.317s-1.617 1.292-5.612.608M28.085 27.077s-2.66-4.887 2.817-4.717M29.2 36.501s-3.96-3.908-5.312 1.4"/><path strokeLinecap="round" strokeLinejoin="round" d="M22.137 24.634s1.308-1.178 5.348-.853m.405 22.808s-2.214 5.104 3.225 4.448"/><path strokeLinecap="round" strokeLinejoin="round" d="M21.973 49.317s1.617 1.292 5.612.608"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#ffa7c0" d="M52.482 29.62c-1.251 1.808-.075 3.386 1.104 5.186c1.223 1.868.563 4.303-1.262 5.916a1.354 1.354 0 0 0-.367 1.95c1.242 2.624.357 5.163-2.12 6.738a2.97 2.97 0 0 0-1.117 1.377a4.92 4.92 0 0 1-5.273 3.447a1.9 1.9 0 0 0-1.392.702c-1.422 1.967-3.278 2.355-5.31.918a1.115 1.115 0 0 0-1.553.008c-1.96 1.417-3.89 1.007-5.323-.942a1.93 1.93 0 0 0-1.408-.694a4.72 4.72 0 0 1-5.15-3.371a2.97 2.97 0 0 0-1.12-1.404c-2.651-1.652-3.51-4.268-2.082-7.063c.404-.79.174-1.099-.371-1.576a4.98 4.98 0 0 1-.162-7.77a1.32 1.32 0 0 0 .373-1.753c-1.134-2.796-.305-5.051 2.242-6.69a3.16 3.16 0 0 0 1.147-1.532a4.59 4.59 0 0 1 4.98-3.201a1.446 1.446 0 0 0 1.664-.79a3.38 3.38 0 0 1 5.09-.991a1.227 1.227 0 0 0 1.765.012c1.877-1.348 3.824-.89 5.212.99a2.05 2.05 0 0 0 1.505.73a4.864 4.864 0 0 1 5.183 3.558a3.24 3.24 0 0 0 1.283 1.416a5.24 5.24 0 0 1 2.462 4.828"/><g fill="none" stroke="#000" stroke-width="2"><path stroke-miterlimit="10" d="M52.482 29.62c-1.251 1.808-.075 3.386 1.104 5.186c1.223 1.868.563 4.303-1.262 5.916a1.354 1.354 0 0 0-.367 1.95c1.242 2.624.357 5.163-2.12 6.738a2.97 2.97 0 0 0-1.117 1.377a4.92 4.92 0 0 1-5.273 3.447a1.9 1.9 0 0 0-1.392.702c-1.422 1.967-3.278 2.355-5.31.918a1.115 1.115 0 0 0-1.553.008c-1.96 1.417-3.89 1.007-5.323-.942a1.93 1.93 0 0 0-1.408-.694a4.72 4.72 0 0 1-5.15-3.371a2.97 2.97 0 0 0-1.12-1.404c-2.651-1.652-3.51-4.268-2.082-7.063c.404-.79.174-1.099-.371-1.576a4.98 4.98 0 0 1-.162-7.77a1.32 1.32 0 0 0 .373-1.753c-1.134-2.796-.305-5.051 2.242-6.69a3.16 3.16 0 0 0 1.147-1.532a4.59 4.59 0 0 1 4.98-3.201a1.446 1.446 0 0 0 1.664-.79a3.38 3.38 0 0 1 5.09-.991a1.227 1.227 0 0 0 1.765.012c1.877-1.348 3.824-.89 5.212.99a2.05 2.05 0 0 0 1.505.73a4.864 4.864 0 0 1 5.183 3.558a3.24 3.24 0 0 0 1.283 1.416a5.24 5.24 0 0 1 2.462 4.828ZM36 18.461v37.084"/><path stroke-linecap="round" stroke-linejoin="round" d="M30.675 30.061s3.923-3.944 5.325 1.352m5.325-1.352S37.402 26.117 36 31.413m8.122-4.336s2.659-4.887-2.817-4.717m.02 20.54S37.402 46.846 36 41.55m6.312-5.049s3.96-3.908 5.313 1.4M30.675 42.9s3.923 3.945 5.325-1.35"/><path stroke-linecap="round" stroke-linejoin="round" d="M50.02 24.79s-1.258-1.334-5.298-1.009m-.659 22.808s2.214 5.104-3.225 4.448"/><path stroke-linecap="round" stroke-linejoin="round" d="M49.98 49.317s-1.617 1.292-5.612.608M28.085 27.077s-2.66-4.887 2.817-4.717M29.2 36.501s-3.96-3.908-5.312 1.4"/><path stroke-linecap="round" stroke-linejoin="round" d="M22.137 24.634s1.308-1.178 5.348-.853m.405 22.808s-2.214 5.104 3.225 4.448"/><path stroke-linecap="round" stroke-linejoin="round" d="M21.973 49.317s1.617 1.292 5.612.608"/></g></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%2072%2072%22%3E%3Cpath%20fill%3D%22%23ffa7c0%22%20d%3D%22M52.482%2029.62c-1.251%201.808-.075%203.386%201.104%205.186c1.223%201.868.563%204.303-1.262%205.916a1.354%201.354%200%200%200-.367%201.95c1.242%202.624.357%205.163-2.12%206.738a2.97%202.97%200%200%200-1.117%201.377a4.92%204.92%200%200%201-5.273%203.447a1.9%201.9%200%200%200-1.392.702c-1.422%201.967-3.278%202.355-5.31.918a1.115%201.115%200%200%200-1.553.008c-1.96%201.417-3.89%201.007-5.323-.942a1.93%201.93%200%200%200-1.408-.694a4.72%204.72%200%200%201-5.15-3.371a2.97%202.97%200%200%200-1.12-1.404c-2.651-1.652-3.51-4.268-2.082-7.063c.404-.79.174-1.099-.371-1.576a4.98%204.98%200%200%201-.162-7.77a1.32%201.32%200%200%200%20.373-1.753c-1.134-2.796-.305-5.051%202.242-6.69a3.16%203.16%200%200%200%201.147-1.532a4.59%204.59%200%200%201%204.98-3.201a1.446%201.446%200%200%200%201.664-.79a3.38%203.38%200%200%201%205.09-.991a1.227%201.227%200%200%200%201.765.012c1.877-1.348%203.824-.89%205.212.99a2.05%202.05%200%200%200%201.505.73a4.864%204.864%200%200%201%205.183%203.558a3.24%203.24%200%200%200%201.283%201.416a5.24%205.24%200%200%201%202.462%204.828%22%2F%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-width%3D%222%22%3E%3Cpath%20stroke-miterlimit%3D%2210%22%20d%3D%22M52.482%2029.62c-1.251%201.808-.075%203.386%201.104%205.186c1.223%201.868.563%204.303-1.262%205.916a1.354%201.354%200%200%200-.367%201.95c1.242%202.624.357%205.163-2.12%206.738a2.97%202.97%200%200%200-1.117%201.377a4.92%204.92%200%200%201-5.273%203.447a1.9%201.9%200%200%200-1.392.702c-1.422%201.967-3.278%202.355-5.31.918a1.115%201.115%200%200%200-1.553.008c-1.96%201.417-3.89%201.007-5.323-.942a1.93%201.93%200%200%200-1.408-.694a4.72%204.72%200%200%201-5.15-3.371a2.97%202.97%200%200%200-1.12-1.404c-2.651-1.652-3.51-4.268-2.082-7.063c.404-.79.174-1.099-.371-1.576a4.98%204.98%200%200%201-.162-7.77a1.32%201.32%200%200%200%20.373-1.753c-1.134-2.796-.305-5.051%202.242-6.69a3.16%203.16%200%200%200%201.147-1.532a4.59%204.59%200%200%201%204.98-3.201a1.446%201.446%200%200%200%201.664-.79a3.38%203.38%200%200%201%205.09-.991a1.227%201.227%200%200%200%201.765.012c1.877-1.348%203.824-.89%205.212.99a2.05%202.05%200%200%200%201.505.73a4.864%204.864%200%200%201%205.183%203.558a3.24%203.24%200%200%200%201.283%201.416a5.24%205.24%200%200%201%202.462%204.828ZM36%2018.461v37.084%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M30.675%2030.061s3.923-3.944%205.325%201.352m5.325-1.352S37.402%2026.117%2036%2031.413m8.122-4.336s2.659-4.887-2.817-4.717m.02%2020.54S37.402%2046.846%2036%2041.55m6.312-5.049s3.96-3.908%205.313%201.4M30.675%2042.9s3.923%203.945%205.325-1.35%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M50.02%2024.79s-1.258-1.334-5.298-1.009m-.659%2022.808s2.214%205.104-3.225%204.448%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M49.98%2049.317s-1.617%201.292-5.612.608M28.085%2027.077s-2.66-4.887%202.817-4.717M29.2%2036.501s-3.96-3.908-5.312%201.4%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M22.137%2024.634s1.308-1.178%205.348-.853m.405%2022.808s-2.214%205.104%203.225%204.448%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M21.973%2049.317s1.617%201.292%205.612.608%22%2F%3E%3C%2Fg%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%2072%2072%22%3E%3Cpath%20fill%3D%22%23ffa7c0%22%20d%3D%22M52.482%2029.62c-1.251%201.808-.075%203.386%201.104%205.186c1.223%201.868.563%204.303-1.262%205.916a1.354%201.354%200%200%200-.367%201.95c1.242%202.624.357%205.163-2.12%206.738a2.97%202.97%200%200%200-1.117%201.377a4.92%204.92%200%200%201-5.273%203.447a1.9%201.9%200%200%200-1.392.702c-1.422%201.967-3.278%202.355-5.31.918a1.115%201.115%200%200%200-1.553.008c-1.96%201.417-3.89%201.007-5.323-.942a1.93%201.93%200%200%200-1.408-.694a4.72%204.72%200%200%201-5.15-3.371a2.97%202.97%200%200%200-1.12-1.404c-2.651-1.652-3.51-4.268-2.082-7.063c.404-.79.174-1.099-.371-1.576a4.98%204.98%200%200%201-.162-7.77a1.32%201.32%200%200%200%20.373-1.753c-1.134-2.796-.305-5.051%202.242-6.69a3.16%203.16%200%200%200%201.147-1.532a4.59%204.59%200%200%201%204.98-3.201a1.446%201.446%200%200%200%201.664-.79a3.38%203.38%200%200%201%205.09-.991a1.227%201.227%200%200%200%201.765.012c1.877-1.348%203.824-.89%205.212.99a2.05%202.05%200%200%200%201.505.73a4.864%204.864%200%200%201%205.183%203.558a3.24%203.24%200%200%200%201.283%201.416a5.24%205.24%200%200%201%202.462%204.828%22%2F%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-width%3D%222%22%3E%3Cpath%20stroke-miterlimit%3D%2210%22%20d%3D%22M52.482%2029.62c-1.251%201.808-.075%203.386%201.104%205.186c1.223%201.868.563%204.303-1.262%205.916a1.354%201.354%200%200%200-.367%201.95c1.242%202.624.357%205.163-2.12%206.738a2.97%202.97%200%200%200-1.117%201.377a4.92%204.92%200%200%201-5.273%203.447a1.9%201.9%200%200%200-1.392.702c-1.422%201.967-3.278%202.355-5.31.918a1.115%201.115%200%200%200-1.553.008c-1.96%201.417-3.89%201.007-5.323-.942a1.93%201.93%200%200%200-1.408-.694a4.72%204.72%200%200%201-5.15-3.371a2.97%202.97%200%200%200-1.12-1.404c-2.651-1.652-3.51-4.268-2.082-7.063c.404-.79.174-1.099-.371-1.576a4.98%204.98%200%200%201-.162-7.77a1.32%201.32%200%200%200%20.373-1.753c-1.134-2.796-.305-5.051%202.242-6.69a3.16%203.16%200%200%200%201.147-1.532a4.59%204.59%200%200%201%204.98-3.201a1.446%201.446%200%200%200%201.664-.79a3.38%203.38%200%200%201%205.09-.991a1.227%201.227%200%200%200%201.765.012c1.877-1.348%203.824-.89%205.212.99a2.05%202.05%200%200%200%201.505.73a4.864%204.864%200%200%201%205.183%203.558a3.24%203.24%200%200%200%201.283%201.416a5.24%205.24%200%200%201%202.462%204.828ZM36%2018.461v37.084%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M30.675%2030.061s3.923-3.944%205.325%201.352m5.325-1.352S37.402%2026.117%2036%2031.413m8.122-4.336s2.659-4.887-2.817-4.717m.02%2020.54S37.402%2046.846%2036%2041.55m6.312-5.049s3.96-3.908%205.313%201.4M30.675%2042.9s3.923%203.945%205.325-1.35%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M50.02%2024.79s-1.258-1.334-5.298-1.009m-.659%2022.808s2.214%205.104-3.225%204.448%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M49.98%2049.317s-1.617%201.292-5.612.608M28.085%2027.077s-2.66-4.887%202.817-4.717M29.2%2036.501s-3.96-3.908-5.312%201.4%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M22.137%2024.634s1.308-1.178%205.348-.853m.405%2022.808s-2.214%205.104%203.225%204.448%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M21.973%2049.317s1.617%201.292%205.612.608%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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