Chiki Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Chiki 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/323643.svg" alt="Chiki icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/323643.svg" alt="Chiki icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/323643.svg" alt="Chiki icon" :width="24" :height="24" />
CSS background
.icon-chiki {
background-image: url('https://proicons.com/icon/323643.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M6.62,34.8682s-3.0409-4.8119-1.8379-9.2229S13.3139,18.94,19.0392,22.493c5.67,3.5533,5.8033,10.0026-.3442,10.0806-6.6387.0819-9.791.1426-12.03,2.2946Z"/><path class="a" d="M10.7767,20.957c.2944-1.1445,3.2707-11.8194,11.8938-11.8194,9.1115,0,14.369,6.4494,16.4854,7.8751A12.4294,12.4294,0,0,0,43.5,19.0846a7.2557,7.2557,0,0,1-5.7253,3.9988"/><path class="a" d="M36.594,19.2739s1.8935,4.979,1.2586,9.0558c-.63,4.0657,2.5731,7.1066,2.5731,7.1066s-3.9543.5157-4.8677-.5157"/><path class="a" d="M36.594,37.2073a10.2675,10.2675,0,0,0-7.73.5158c-3.5087,1.927-12.921,2.0495-17.0423-4.79"/><ellipse class="a" cx="18.7236" cy="19.9993" rx="1.8727" ry="0.7625" transform="translate(-4.0519 35.2249) rotate(-80.65)"/><ellipse class="a" cx="27.0509" cy="20.6025" rx="2.1467" ry="0.8741" transform="translate(0.1491 41.3994) rotate(-75)"/></svg>
Copied!