Animein Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Animein 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/336364.svg" alt="Animein icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/336364.svg" alt="Animein icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/336364.svg" alt="Animein icon" :width="24" :height="24" />
CSS background
.icon-animein {
background-image: url('https://proicons.com/icon/336364.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="M18.9877,44.8989c-.3-1.54-1.32-7.19-.86-10.54l-2.96.12c2.54-2.01,3.37-5.5,3.31-8.98-1.12,1.47-2.19,2.01-2.19,2.01.71-3.73,1.19-8.93,1.19-8.93,0,0-1.19.35-1.19-2.13s1.07-4.25,1.07-4.25l2.13,2.77-.37-2.57c-.14-1.02.22-2.04.98-2.74l2.03-1.89c.51-.47,1.3-.43,1.75.09,1.41,1.63,4.18,5.25,5.3,9.66,4.18,1.53,5.73,5.91,6.39,9.45,0,0,3.25,3.2,6.14,4.79-1.53,1.24-4.02,1.6-4.02,1.6,1.67.48,3.96,1.34,4.78,1.65l-.0077.0011c1.93-3.22,3.04-6.98,3.04-11.01,0-11.87-9.63-21.5-21.5-21.5S2.5,12.13,2.5,24c0,10.15,7.04,18.66,16.49,20.9l-.0023-.0011Z"/></svg>
Copied!