Animix Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Animix 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/336376.svg" alt="Animix icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/336376.svg" alt="Animix icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/336376.svg" alt="Animix icon" :width="24" :height="24" />
CSS background
.icon-animix {
background-image: url('https://proicons.com/icon/336376.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"><path d="M16.1349,16.364l-4.8006-1.2001h0c-2.9469-.7368-5.933,1.0548-6.6698,4.0017v.0003c-.7369,2.9469,1.0548,5.933,4.0016,6.6698.0001,0,.0002,0,.0003,0l5.6916,1.4229" style="fill:none; stroke:#fff; stroke-linecap:round; stroke-linejoin:round;"/><path d="M33.8219,32.125l2.8438.7109c2.9469.7368,5.933-1.0548,6.6698-4.0017,0-.0001,0-.0002,0-.0003.7368-2.9469-1.0548-5.933-4.0017-6.6698-.0001,0-.0002,0-.0003,0l-5.5119-1.378" style="fill:none; stroke:#fff; stroke-linecap:round; stroke-linejoin:round;"/><path d="M31.8369,26.453c0,4.1683-3.4886,7.5472-7.7923,7.5472h-2.7348c-2.851,0-5.1623-2.2385-5.1623-5s2.3112-5,5.1623-5h10.542" style="fill:none; stroke:#fff; stroke-linecap:round; stroke-linejoin:round;"/><path d="M18.0959,15.981c1.8923-1.8215,3.2181-1.9811,6.8705-1.9811,4.1462,0,6.8705,1.7528,6.8705,6.4909v13.509" style="fill:none; stroke:#fff; stroke-linecap:round; stroke-linejoin:round;"/></svg>
Copied!