Brainjogging Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Brainjogging 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/337490.svg" alt="Brainjogging icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/337490.svg" alt="Brainjogging icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/337490.svg" alt="Brainjogging icon" :width="24" :height="24" />
CSS background
.icon-brainjogging {
background-image: url('https://proicons.com/icon/337490.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>.c{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="m24.6467,37.6164c-2.398,5.7821-10.1554,7.3154-13.9524.2638-6.2915-.6186-9.7859-7.4241-4.6599-12.9624-4.5177-4.4222-2.9794-11.9317,4.4853-13.0395,1.1141-6.2229,8.2073-9.0349,13.323-3.487,4.3385-4.5982,11.875-2.9567,13.1196,4.4864,6.2684.5415,9.8232,7.0339,4.9306,12.9264,4.5612,4.1776,3.1324,11.7788-4.2459,13.0018-4.395,5.6123-11.5618,3.9206-13.6364-2.7947"/></svg>
Copied!