Brain It On Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Brain It On 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/322925.svg" alt="Brain It On icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/322925.svg" alt="Brain It On icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/322925.svg" alt="Brain It On icon" :width="24" :height="24" />
CSS background
.icon-brain-it-on {
background-image: url('https://proicons.com/icon/322925.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>.f{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><g><g><polyline class="f" points="20.8616 8.1239 10.3056 30.2255 26.878 39.8761 40.8906 19.7874"/><circle class="f" cx="14.6506" cy="29.0786" r="3.1776"/><circle class="f" cx="20.1424" cy="32.2766" r="3.1776"/><circle class="f" cx="25.6342" cy="35.4747" r="3.1776"/><circle class="f" cx="24.0614" cy="27.0849" r="3.1776"/><circle class="f" cx="29.5532" cy="30.283" r="3.1776"/><circle class="f" cx="33.2664" cy="25.1324" r="3.1776"/></g><line class="f" x1="19.5019" y1="38.6528" x2="8.2694" y2="38.6528"/></g><g id="c"><g id="d"><circle id="e" class="f" cx="24" cy="24" r="21.5"/></g></g></svg>
Copied!