Animeworld Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Animeworld 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/321812.svg" alt="Animeworld icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/321812.svg" alt="Animeworld icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/321812.svg" alt="Animeworld icon" :width="24" :height="24" />
CSS background
.icon-animeworld {
background-image: url('https://proicons.com/icon/321812.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,.b,.c{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}.c{stroke-width:1px;}</style></defs><polyline class="a" points="30.933 21.029 29.102 28.351 27.272 21.029 25.441 28.351 23.61 21.029"/><polyline class="a" points="22.395 28.351 20.015 21.029 17.544 28.351"/><line class="a" x1="18.3676" y1="25.8801" x2="21.571" y2="25.8801"/><rect class="b" x="12.3576" y="15.6385" width="23.761" height="18.1036" rx="2.1011"/><path class="b" d="M24.2945,33.7421v4.8324"/><path class="b" d="M19.1375,38.5746H29.74"/><path class="c" d="M14.3575,44.3687a19.235,19.235,0,1,1,19.2349,0"/><path class="c" d="M13.7422,44.0221a21.498,21.498,0,1,1,19.85.3464"/></svg>
Copied!