Better Anime Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Better Anime 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/322551.svg" alt="Better Anime icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/322551.svg" alt="Better Anime icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/322551.svg" alt="Better Anime icon" :width="24" :height="24" />
CSS background
.icon-better-anime {
background-image: url('https://proicons.com/icon/322551.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><g><path class="c" d="m4.5,9.5379h11.6816c3.8785,0,7.2158,2.9806,7.3982,6.8549.1948,4.1364-3.1012,7.5512-7.1948,7.5512h0c4.0936,0,7.3896,3.4148,7.1948,7.5512-.1824,3.8742-3.5197,6.8548-7.3982,6.8548h-5.9406c-3.1706,0-5.741-2.5703-5.741-5.741v-8.6651"/><line class="c" x1="16.385" y1="23.944" x2="4.5" y2="23.944"/></g><path class="c" d="m17.8534,38.35c2.8973.4292,6.9214-.3219,12.1794-3.1656"/><path class="c" d="m43.5,37.5989s-3.3265-19.8519-11.5356-28.061c-2.9747,3.642-6.6553,11.2455-9.5116,17.7272"/></svg>
Copied!