brain icon

brain-broken from Solar by 480 Design · Broken · Medicine · CC-BY-4.0 Attribution required.

Name
brain-broken
Set
Solar
Style
Broken
Category
Medicine
Viewbox
24×24
License
CC BY 4.0

5 other variants in Solar

The same icon in other sets

More medicine icons from Solar

Use the brain icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="1.5"><path d="M5.25337 3.69468C4.75614 4.30028 4.44803 5.03822 4.46233 5.85821C1.1512 7.4608 1.82374 10.7124 2.5739 12.1378C0.122706 16.1828 3.49813 21.9614 7.99889 21.9998C11.5995 22.0306 11.7509 19.1375 11.7509 18.741V4.60212C11.7509 3.20919 10.1826 1.97257 8.74963 2.00097"/><path d="M18.5728 21.0256C17.6666 21.6275 16.6193 21.9903 15.5028 21.9998C11.9022 22.0306 11.7508 19.1375 11.7508 18.741V4.60212C11.7508 3.20919 13.3191 1.97257 14.7521 2.00097C16.7845 2.04124 19.0778 3.65304 19.0394 5.85821C22.3505 7.4608 21.678 10.7124 20.9278 12.1378C21.9692 13.8564 21.9589 15.8878 21.2574 17.659"/><path d="M9.34674 10.2001C7.98346 10.7056 6.53634 10.0277 6.1145 8.68604M8.45563 17.2587C7.09235 17.7642 5.64523 17.0863 5.22339 15.7446M14.1551 10.2001C15.5183 10.7056 16.9655 10.0277 17.3873 8.68604M15.0462 17.2587C16.4095 17.7642 17.8566 17.0863 18.2784 15.7446"/></g></svg>

React

import type { SVGProps } from "react";

export function SolarBrainBroken(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeWidth="1.5"><path d="M5.25337 3.69468C4.75614 4.30028 4.44803 5.03822 4.46233 5.85821C1.1512 7.4608 1.82374 10.7124 2.5739 12.1378C0.122706 16.1828 3.49813 21.9614 7.99889 21.9998C11.5995 22.0306 11.7509 19.1375 11.7509 18.741V4.60212C11.7509 3.20919 10.1826 1.97257 8.74963 2.00097"/><path d="M18.5728 21.0256C17.6666 21.6275 16.6193 21.9903 15.5028 21.9998C11.9022 22.0306 11.7508 19.1375 11.7508 18.741V4.60212C11.7508 3.20919 13.3191 1.97257 14.7521 2.00097C16.7845 2.04124 19.0778 3.65304 19.0394 5.85821C22.3505 7.4608 21.678 10.7124 20.9278 12.1378C21.9692 13.8564 21.9589 15.8878 21.2574 17.659"/><path d="M9.34674 10.2001C7.98346 10.7056 6.53634 10.0277 6.1145 8.68604M8.45563 17.2587C7.09235 17.7642 5.64523 17.0863 5.22339 15.7446M14.1551 10.2001C15.5183 10.7056 16.9655 10.0277 17.3873 8.68604M15.0462 17.2587C16.4095 17.7642 17.8566 17.0863 18.2784 15.7446"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="1.5"><path d="M5.25337 3.69468C4.75614 4.30028 4.44803 5.03822 4.46233 5.85821C1.1512 7.4608 1.82374 10.7124 2.5739 12.1378C0.122706 16.1828 3.49813 21.9614 7.99889 21.9998C11.5995 22.0306 11.7509 19.1375 11.7509 18.741V4.60212C11.7509 3.20919 10.1826 1.97257 8.74963 2.00097"/><path d="M18.5728 21.0256C17.6666 21.6275 16.6193 21.9903 15.5028 21.9998C11.9022 22.0306 11.7508 19.1375 11.7508 18.741V4.60212C11.7508 3.20919 13.3191 1.97257 14.7521 2.00097C16.7845 2.04124 19.0778 3.65304 19.0394 5.85821C22.3505 7.4608 21.678 10.7124 20.9278 12.1378C21.9692 13.8564 21.9589 15.8878 21.2574 17.659"/><path d="M9.34674 10.2001C7.98346 10.7056 6.53634 10.0277 6.1145 8.68604M8.45563 17.2587C7.09235 17.7642 5.64523 17.0863 5.22339 15.7446M14.1551 10.2001C15.5183 10.7056 16.9655 10.0277 17.3873 8.68604M15.0462 17.2587C16.4095 17.7642 17.8566 17.0863 18.2784 15.7446"/></g></svg>
</template>

CSS

.icon-brain-broken {
  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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M5.25337%203.69468C4.75614%204.30028%204.44803%205.03822%204.46233%205.85821C1.1512%207.4608%201.82374%2010.7124%202.5739%2012.1378C0.122706%2016.1828%203.49813%2021.9614%207.99889%2021.9998C11.5995%2022.0306%2011.7509%2019.1375%2011.7509%2018.741V4.60212C11.7509%203.20919%2010.1826%201.97257%208.74963%202.00097%22%2F%3E%3Cpath%20d%3D%22M18.5728%2021.0256C17.6666%2021.6275%2016.6193%2021.9903%2015.5028%2021.9998C11.9022%2022.0306%2011.7508%2019.1375%2011.7508%2018.741V4.60212C11.7508%203.20919%2013.3191%201.97257%2014.7521%202.00097C16.7845%202.04124%2019.0778%203.65304%2019.0394%205.85821C22.3505%207.4608%2021.678%2010.7124%2020.9278%2012.1378C21.9692%2013.8564%2021.9589%2015.8878%2021.2574%2017.659%22%2F%3E%3Cpath%20d%3D%22M9.34674%2010.2001C7.98346%2010.7056%206.53634%2010.0277%206.1145%208.68604M8.45563%2017.2587C7.09235%2017.7642%205.64523%2017.0863%205.22339%2015.7446M14.1551%2010.2001C15.5183%2010.7056%2016.9655%2010.0277%2017.3873%208.68604M15.0462%2017.2587C16.4095%2017.7642%2017.8566%2017.0863%2018.2784%2015.7446%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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M5.25337%203.69468C4.75614%204.30028%204.44803%205.03822%204.46233%205.85821C1.1512%207.4608%201.82374%2010.7124%202.5739%2012.1378C0.122706%2016.1828%203.49813%2021.9614%207.99889%2021.9998C11.5995%2022.0306%2011.7509%2019.1375%2011.7509%2018.741V4.60212C11.7509%203.20919%2010.1826%201.97257%208.74963%202.00097%22%2F%3E%3Cpath%20d%3D%22M18.5728%2021.0256C17.6666%2021.6275%2016.6193%2021.9903%2015.5028%2021.9998C11.9022%2022.0306%2011.7508%2019.1375%2011.7508%2018.741V4.60212C11.7508%203.20919%2013.3191%201.97257%2014.7521%202.00097C16.7845%202.04124%2019.0778%203.65304%2019.0394%205.85821C22.3505%207.4608%2021.678%2010.7124%2020.9278%2012.1378C21.9692%2013.8564%2021.9589%2015.8878%2021.2574%2017.659%22%2F%3E%3Cpath%20d%3D%22M9.34674%2010.2001C7.98346%2010.7056%206.53634%2010.0277%206.1145%208.68604M8.45563%2017.2587C7.09235%2017.7642%205.64523%2017.0863%205.22339%2015.7446M14.1551%2010.2001C15.5183%2010.7056%2016.9655%2010.0277%2017.3873%208.68604M15.0462%2017.2587C16.4095%2017.7642%2017.8566%2017.0863%2018.2784%2015.7446%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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