Kawaii Animes Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Kawaii Animes 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/327850.svg" alt="Kawaii Animes icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/327850.svg" alt="Kawaii Animes icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/327850.svg" alt="Kawaii Animes icon" :width="24" :height="24" />
CSS background
.icon-kawaii-animes {
background-image: url('https://proicons.com/icon/327850.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><path class="c" d="M12.8164,24.0527l4.6856-4.5102c1.0255-.9863,1.0567-2.6177.0694-3.6423-.9863-1.0245-2.6187-1.0547-3.6423-.0694l-4.2763,4.1162v-2.6358c0-1.4231-1.1534-2.5764-2.5764-2.5764s-2.5764,1.1534-2.5764,2.5764v13.3784c0,1.4231,1.1534,2.5764,2.5764,2.5764s2.5764-1.1534,2.5764-2.5764v-2.5037l4.223,4.3072c.5042.5153,1.1715.7729,1.8397.7729.6512,0,1.3023-.2456,1.8035-.7367,1.0165-.9964,1.0326-2.6278.0362-3.6433l-4.7389-4.8335Z"/><path class="c" d="M41.731,14.8647c-1.3496-.4469-2.8079.2878-3.2548,1.6385l-1.9756,5.9772-1.9756-5.9772c-.3492-1.0557-1.3355-1.7683-2.4466-1.7683s-2.0974.7125-2.4466,1.7683l-1.9756,5.9772-1.9756-5.9772c-.4469-1.3506-1.9052-2.0853-3.2548-1.6385-1.3516.4469-2.0843,1.9042-1.6385,3.2548l4.4222,13.3784c.3492,1.0557,1.3355,1.7683,2.4466,1.7683s2.0974-.7125,2.4466-1.7683l1.9756-5.9772,1.9756,5.9772c.3492,1.0557,1.3355,1.7683,2.4466,1.7683s2.0974-.7125,2.4466-1.7683l4.4222-13.3784c.4458-1.3506-.2868-2.8079-1.6385-3.2548Z"/></svg>
Copied!