Anime Boya Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Anime Boya 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/336355.svg" alt="Anime Boya icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/336355.svg" alt="Anime Boya icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/336355.svg" alt="Anime Boya icon" :width="24" :height="24" />
CSS background
.icon-anime-boya {
background-image: url('https://proicons.com/icon/336355.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>.d{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="c" class="d" d="m23.7304,34.1538h19.7696l-7.916-10.1788,7.916-10.1288h-19.7696v20.3075Zm-1.6668-19.9846c-3.0226,7.1721-3.1296,19.4976-10.1688,19.7026-5.7833.169-7.4351-6.1693-7.3941-9.8228-.023-6.7422,4.8764-9.9948,7.3941-10.1778,6.2572-.4539,6.9202,6.3192,7.3801,10.3187.8349,7.2581.5149,9.9188,4.4555,9.9608"/></svg>
Copied!