Animetv Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Animetv 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/321809.svg" alt="Animetv icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/321809.svg" alt="Animetv icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/321809.svg" alt="Animetv icon" :width="24" :height="24" />
CSS background
.icon-animetv {
background-image: url('https://proicons.com/icon/321809.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="M34.293,39.3722c-3.0453,2.039-6.6277,3.1276-10.293,3.1276-10.217,0-18.5-8.2827-18.5-18.5S13.7827,5.4998,24,5.4998s18.5,8.2827,18.5,18.5h0" style="fill:none; stroke:#000; stroke-linecap:round; stroke-linejoin:round;"/><path d="M30.167,30.1672h-6.1667c-3.4058,0-6.1667-2.7609-6.1667-6.1667s2.7609-6.1667,6.1667-6.1667,6.1667,2.7609,6.1667,6.1667v6.1667c0,6.8115,5.5218,12.333,12.333,12.333v-18.5" style="fill:none; stroke:#000; stroke-linecap:round; stroke-linejoin:round;"/><path d="M5.5,24.0002c0-6.8113,5.5217-12.333,12.333-12.333h0c6.8113,0,12.333,5.5217,12.333,12.333h0" style="fill:none; stroke:#000; stroke-linecap:round; stroke-linejoin:round;"/><path d="M24,42.5002c-6.8113,0-12.333-5.5217-12.333-12.333h0c0-6.8113,5.5217-12.333,12.333-12.333h0" style="fill:none; stroke:#000; stroke-linecap:round; stroke-linejoin:round;"/></svg>
Copied!