Anikku Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Anikku 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/336347.svg" alt="Anikku icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/336347.svg" alt="Anikku icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/336347.svg" alt="Anikku icon" :width="24" :height="24" />
CSS background
.icon-anikku {
background-image: url('https://proicons.com/icon/336347.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="M13.5638,22.6308c5.8443-1.5028,17.6664-2.4379,21.7073-.8683-.7681,1.2023-3.0724,1.7366-3.0724,1.7366"/><path class="c" d="M20.8441,32.9835c1.0019,2.5715,2.7385,3.6735,2.7385,3.6735,2.2041-6.2784-.3006-22.0079-.3006-22.0079"/><path class="c" d="M12.7289,27.7069c1.436-3.1726,4.6692-5.8498,4.6692-5.8498"/><path class="c" d="M14.5657,14.2484c1.8034,1.1021,2.3711,2.2709,2.3711,2.2709"/><path class="c" d="M27.924,13.9144c3.2728,1.4026,4.3284,2.5314-4.2478,3.5867"/><path class="c" d="M23.8163,11.343c1.5028,1.7366.0562,6.758.2566,9.7637-2.586-2.9008-3.5878-5.3988-3.5878-5.3988l2.9069-.3239"/><circle class="c" cx="24" cy="24" r="21.5"/></svg>
Copied!