Animezone Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Animezone 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/321815.svg" alt="Animezone icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/321815.svg" alt="Animezone icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/321815.svg" alt="Animezone icon" :width="24" :height="24" />
CSS background
.icon-animezone {
background-image: url('https://proicons.com/icon/321815.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><polygon class="a" points="24 7.11 4.5 40.89 43.5 40.89 24 7.11"/><polyline class="a" points="28.55 24.59 24 16.71 12.47 36.68 21.8 36.68"/><polyline class="a" points="34.2 24.79 27.34 36.68 35.53 36.68 31.43 29.58"/><polyline class="a" points="34.09 24.59 19.45 24.59 20.41 28.8 26.35 28.8 19.37 40.89"/></svg>
Copied!