Animiru Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Animiru 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/336375.svg" alt="Animiru icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/336375.svg" alt="Animiru icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/336375.svg" alt="Animiru icon" :width="24" :height="24" />
CSS background
.icon-animiru {
background-image: url('https://proicons.com/icon/336375.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="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.j{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="j" d="m38.4131,31.0437l-4.2648-15.6849.6937-2.597,2.9802.0257,5.6778,21.3418c-1.6395-.0203-2.1437-.9095-2.6462-1.7999-.8917-.168-1.7522-.4398-2.4407-1.2857Z"/><path id="c" class="j" d="m34.1483,15.3588l-2.1838,8.0867-2.7747-10.6837-4.3419.0514-1.5929,6.1968,2.2352,7.9967,1.4644-6.1968,2.8261,10.5937,4.3162.0771,2.1838-8.2796"/><path id="d" class="j" d="m31.9645,23.4456l2.1324,8.0353"/><path id="e" class="j" d="m24.8479,12.8132l2.1067,7.9967"/><path id="f" class="j" d="m9.296,17.42c3.4016-1.3534,6.8488-.8516,6.1585,1.0909,2.6199.1312,2.8709,1.6484,2.3617,3.6104-1.1219-.9584-2.0227-.8983-2.9067-.7612-2.209,2.5253-4.5947,4.7309-8.0478,5.0053l-2.3617,8.8727h4.36l2.0347-7.6364,5.9042.0364,2.0165,7.5455,4.3418-.0182-5.995-22.4-6.6853.0182-1.1808,4.6364Z"/><path id="g" class="j" d="m12.784,12.7774l1.0427,3.9391"/><path id="h" class="j" d="m11.7557,24.4156l-.861,3.1862"/><path id="i" class="j" d="m13.8286,18.4294c-.9598.7939-.8086-.1135-1.5942-.3003"/></svg>
Copied!