Animeko Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Animeko 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/321806.svg" alt="Animeko icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/321806.svg" alt="Animeko icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/321806.svg" alt="Animeko icon" :width="24" :height="24" />
CSS background
.icon-animeko {
background-image: url('https://proicons.com/icon/321806.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><circle class="c" cx="24" cy="24" r="21.5"/><path class="c" d="M21.6292,14.1192c-1.4343,6.0959-1.0757,12.3112.3586,18.2278"/><path class="c" d="M14.8759,16.928c4.6018.6574,10.1.1195,15.3592-.5976"/><path class="c" d="M27.7848,20.2748c-1.0957,6.6038-10.1398,15.0404-12.9089,11.1757-1.977-2.7592,2.2995-9.9427,10.3988-10.0402,4.9604-.0598,7.1118,2.7491,7.1118,6.0959s-2.6296,4.9006-6.3349,5.9763"/></svg>
Copied!