Animexstream Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Animexstream 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/336373.svg" alt="Animexstream icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/336373.svg" alt="Animexstream icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/336373.svg" alt="Animexstream icon" :width="24" :height="24" />
CSS background
.icon-animexstream {
background-image: url('https://proicons.com/icon/336373.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M14.3034,32.1,20.65,24.3627,12.49,13.7245l6.2707-.0806,5.0618,6.528L35.2307,5.6653"/><path class="a" d="M12.4147,42.4153,23.9738,27.9087l5.364,6.6085,6.1951-.0806L27.1469,23.96,33.72,15.9811"/><path class="a" d="M35.2307,5.6653,17.0988,5.5041"/><path class="a" d="M12.4147,42.4153l19.19.0806"/><path class="a" d="M17.0988,5.5041a20.3355,20.3355,0,0,0-6.7133,2.9943C5.0913,12.4555,4.74,18.47,6.3368,23.35c1.6466,5.0325,5.5818,8.884,7.9666,8.7493"/><path class="a" d="M31.6043,42.4959c7.03-2.0891,9.6014-6.1719,10.5154-10.1292a14.3007,14.3007,0,0,0-8.4-16.3856"/></svg>
Copied!