Maniac Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Maniac 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/328846.svg" alt="Maniac icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/328846.svg" alt="Maniac icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/328846.svg" alt="Maniac icon" :width="24" :height="24" />
CSS background
.icon-maniac {
background-image: url('https://proicons.com/icon/328846.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="M6.8947,36.6579,18.5263,16.1316V12.7105a2.2958,2.2958,0,0,1-2.0526-2.0526V7.2368A2.7449,2.7449,0,0,1,19.2105,4.5H28.79a2.7449,2.7449,0,0,1,2.7368,2.7368v3.4211a2.3482,2.3482,0,0,1-2.0526,2.0526v3.4211L41.1053,36.6579C42.4737,39.08,39.0526,43.5,36.3158,43.5H11.6842C8.9474,43.5,5.5263,39.08,6.8947,36.6579Z"/><path class="a" d="M19.2105,40.0789V22.29c0-2.2579,1.1446-4.7895,4.79-4.7895,2.3979,0,4.79,1.0231,4.79,4.79,0,2.91-4.7895,3.421-4.7895,3.421s4.79.5819,4.79,4.2076S26.2579,33.9211,24,33.9211A4.5844,4.5844,0,0,1,19.2105,30.5"/></svg>
Copied!