Emoji Brain Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Emoji Brain icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/325142.svg" alt="Emoji Brain icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/325142.svg" alt="Emoji Brain icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/325142.svg" alt="Emoji Brain icon" :width="24" :height="24" />
CSS background
.icon-emoji-brain {
background-image: url('https://proicons.com/icon/325142.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?><svg id="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.k{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="c" class="k" d="m16.5722,23.0763c2.4481,0,3.4035-2.0912,3.4035-4.4213"/><path id="d" class="k" d="m23.3251,26.2578c0-1.6099.86-3.7641,3.6368-3.7641"/><path id="e" class="k" d="m26.9617,30.6044s.1177,7.5281-5.7023,7.5281h-11.7629c-5.1649,0-5.4933-7.5281,0-7.5281-5.1649,0-5.4933-7.5281,0-7.5281-5.8516-5.198,1.3435-9.7238,4.6574-6.2286-3.4386-4.7499,3.8513-7.3937,6.3591-3.5848-.2954-3.8089,3.4731-4.4959,6.9684-1.6408l-.3107.2517c1.7017-1.7028,7.2924-.7767,7.2924,3.81l-1.5901,1.1639c4.9186-4.9217,10.1805,3.0023,6.0904,5.9h.9553c3.4035,0,3.7916,7.8567-.9553,7.8567h-19.9432"/><path id="f" class="k" d="m27.1707,11.8737c-1.7316,1.7327-.2022,2.2787-3.06,5.1383"/><path id="g" class="k" d="m9.4965,23.0763h7.0756"/><path id="h" class="k" d="m9.4965,30.6044h2.6869"/><path id="i" class="k" d="m23.3251,30.6044v-4.3466"/><path id="j" class="k" d="m39.9187,22.7477h-6.1501"/></svg>
Copied!