Animepulse Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Animepulse 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/336367.svg" alt="Animepulse icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/336367.svg" alt="Animepulse icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/336367.svg" alt="Animepulse icon" :width="24" :height="24" />
CSS background
.icon-animepulse {
background-image: url('https://proicons.com/icon/336367.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="M23.805,40.3962c-.6661,0-1.3409-.1725-1.9558-.5374-1.8233-1.0835-2.4244-3.4379-1.3422-5.2612l7.9642-13.4153c1.0847-1.822,3.4379-2.4244,5.2612-1.3422,1.8233,1.0835,2.4244,3.4379,1.3422,5.2612l-7.9642,13.4153c-.7186,1.2084-1.9945,1.8795-3.3054,1.8795Z"/><path class="c" d="M16.1495,28.698c-.6661,0-1.3409-.1725-1.9558-.5386-1.8233-1.0822-2.4244-3.4379-1.3409-5.2599l7.9655-13.4153c1.0822-1.822,3.4404-2.4256,5.2599-1.3409,1.8233,1.0822,2.4244,3.4379,1.3409,5.2599l-7.9655,13.4153c-.7173,1.2084-1.9932,1.8795-3.3042,1.8795Z"/><circle class="c" cx="9.335" cy="36.5563" r="3.835"/><circle class="c" cx="38.665" cy="36.5563" r="3.835"/></svg>
Copied!