Animation Crazy Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Animation Crazy 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/321795.svg" alt="Animation Crazy icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/321795.svg" alt="Animation Crazy icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/321795.svg" alt="Animation Crazy icon" :width="24" :height="24" />
CSS background
.icon-animation-crazy {
background-image: url('https://proicons.com/icon/321795.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="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.b{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="m41.5562,39.2967l-22.0225,3.1111c-.6151.0869-1.1796-.3537-1.2447-.9714l-2.3524-22.3107c-.0679-.6438.4335-1.2062,1.0809-1.2123l24.2378-.2291c.607-.0057,1.1033.4825,1.1076,1.0895l.1371,19.4287c.0039.5496-.3995,1.0173-.9438,1.0942Z"/><line class="b" x1="26.0996" y1="25.2581" x2="26.0996" y2="27.8367"/><line class="b" x1="34.5939" y1="25.1064" x2="34.5939" y2="27.2806"/><path class="b" d="m34.3434,32.3456c-1.4371.828-1.9268,1.1986-2.7739,1.9885-1.1897-.4568-2.2842-1.2277-3.7974-1.4562"/><path class="b" d="m11.8189,41.5989l-3.4897-1.5993c-.3476-.1593-.59-.4848-.643-.8635l-2.1753-15.5427c-.0561-.4006.1081-.8004.4296-1.046l3.1504-2.4066c.7819-.5973,1.9159-.1052,2.0136.8739l1.9665,19.6897c.0681.6816-.6294,1.1799-1.2521.8945Z"/><path class="b" d="m23.8077,13.4865c.2144-.4556.9647-1.715,2.7601-3.6177,3.1085-3.3229,4.2608-4.2876,4.2608-4.2876,0,0,1.4203.7503,3.2693,3.1085,1.8758,2.3582,1.9294,3.832,1.9294,3.832,0,0,.6699-.0804-4.7967,1.6882-3.0549.9915-4.368,1.1523-4.9307,1.1523"/><path class="b" d="m26.9698,17.8276v-.0536c0-.8843-.2412-1.715-.6699-2.4118-.5627-.9111-1.4471-1.6078-2.4922-1.8758-.3484-.1072-.6967-.1608-1.0719-.1608-.4288,0-.8575.0536-1.2327.2144-1.1523.3484-2.0634,1.1791-2.5726,2.2778-.268.5895-.4288,1.2595-.4288,1.9562v.134"/><path class="b" d="m18.9305,15.8178c-.5627-.1072-1.5007-.3484-3.1353-.8843-2.3046-.7503-3.4301-1.5275-3.4301-1.5275,0,0-.4556-1.3935,1.0451-3.2961s2.6529-2.519,2.6529-2.519c0,0,.9111.7771,3.4301,3.4837,1.2595,1.3131,1.7954,2.0902,2.0098,2.4654h.0268"/></svg>
Copied!