Chikichiki Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Chikichiki 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/338203.svg" alt="Chikichiki icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/338203.svg" alt="Chikichiki icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/338203.svg" alt="Chikichiki icon" :width="24" :height="24" />
CSS background
.icon-chikichiki {
background-image: url('https://proicons.com/icon/338203.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>.b{fill:none;stroke:#fff;stroke-linecap:round;stroke-miterlimit:1;}</style></defs><path class="b" d="M10.159,35.2364s7.3338-3.6068,15.8103-1.2023m-7.935-6.6125s5.9512,6.5524-.541,13.525m-5.2299-10.88s4.9293-3.6669,10.1587-3.0057M5.5,16.1098s7.3338-3.6068,15.8103-1.2023m-7.935-6.6125s5.9512,6.5524-.541,13.525M7.6044,10.94s4.9293-3.6669,10.1587-3.0057m11.031,28.4033s7.6645,.8716,13.7058-1.7132m-14.4868-3.6068s5.0795-2.5248,14.2464-1.6532m-8.1153-3.3663s.3006,8.1754,4.268,15.0889m-14.3974-23.8347s7.6645,.8716,13.7058-1.7132m-14.4868-3.6068s5.0795-2.5248,14.2464-1.6532m-8.1153-3.3663s.3006,8.1754,4.268,15.0889"/></svg>
Copied!