Animecix Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Animecix 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/336362.svg" alt="Animecix icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/336362.svg" alt="Animecix icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/336362.svg" alt="Animecix icon" :width="24" :height="24" />
CSS background
.icon-animecix {
background-image: url('https://proicons.com/icon/336362.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><circle class="c" cx="23.9997" cy="30.5197" r="3.2859"/><path class="c" d="M40.9796,36.3283c-.7636,0-1.5184-.3449-2.014-1.0021l-13.5216-17.8925c-.3458-.4562-.872-.7183-1.4435-.7183h-.001c-.5725,0-1.0986.2621-1.4445.7193l-13.5206,17.8915c-.8395,1.1124-2.4219,1.3341-3.5324.4917-1.1114-.8395-1.3322-2.4209-.4917-3.5324l13.5206-17.8925c1.3075-1.7302,3.3008-2.7224,5.4685-2.7224h.001c2.1687,0,4.161.9922,5.4685,2.7224l13.5206,17.8925c.8405,1.1114.6198,2.6929-.4917,3.5324-.4542.3439-.9893.5104-1.5184.5104Z"/></svg>
Copied!