My Brain Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The My 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/329730.svg" alt="My Brain icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/329730.svg" alt="My Brain icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/329730.svg" alt="My Brain icon" :width="24" :height="24" />
CSS background
.icon-my-brain {
background-image: url('https://proicons.com/icon/329730.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M25.6818,19.7955l2.803-11.2122L34.0909,5.78l5.6061,5.6061-5.6061,5.606Z"/><path class="a" d="M34.0909,5.78,25.6818,19.7955"/><path class="a" d="M39.697,11.3864,42.5,22.5985v8.4091l-2.803,8.4091L34.0909,42.22l-8.4091-5.6061V19.7955l5.6061,8.4091,2.803-11.2122L42.5,22.5985,31.2879,28.2046l-5.6061,8.409"/><path class="a" d="M25.6818,36.6136h8.4091L42.5,31.0076"/><path class="a" d="M36.8939,25.4015l-2.803,11.2121-2.803-8.409"/><path class="a" d="M22.3182,19.7955,19.5152,8.5833,13.9091,5.78,8.303,11.3864l5.6061,5.606Z"/><path class="a" d="M13.9091,5.78l8.4091,14.0152"/><path class="a" d="M8.303,11.3864,5.5,22.5985v8.4091l2.803,8.4091,5.6061,2.803,8.4091-5.6061V19.7955l-5.6061,8.4091-2.803-11.2122L5.5,22.5985l11.2121,5.6061,5.6061,8.409"/><path class="a" d="M22.3182,36.6136H13.9091L5.5,31.0076"/><path class="a" d="M11.1061,25.4015l2.803,11.2121,2.803-8.409"/></svg>
Copied!