Chacoco Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Chacoco 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/323577.svg" alt="Chacoco icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/323577.svg" alt="Chacoco icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/323577.svg" alt="Chacoco icon" :width="24" :height="24" />
CSS background
.icon-chacoco {
background-image: url('https://proicons.com/icon/323577.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><line class="b" x1="12.0044" y1="23.0953" x2="12.0044" y2="29.0976"/><line class="b" x1="15.9809" y1="23.0953" x2="15.9809" y2="29.0976"/><line class="b" x1="12.0044" y1="26.0851" x2="15.9809" y2="26.0851"/><path class="b" d="M10.0273,27.0848v.0246c0,1.0981-.8902,1.9883-1.9883,1.9883h0c-1.0981,0-1.9883-.8902-1.9883-1.9883v-2.0258c0-1.0981.8902-1.9883,1.9883-1.9883h0c1.0981,0,1.9883.8902,1.9883,1.9883v.0246"/><path class="b" d="M27.0843,27.0848v.0246c0,1.0981-.8902,1.9883-1.9883,1.9883h0c-1.0981,0-1.9883-.8902-1.9883-1.9883v-2.0258c0-1.0981.8902-1.9883,1.9883-1.9883h0c1.0981,0,1.9883.8902,1.9883,1.9883v.0246"/><rect class="b" x="28.8759" y="23.0953" width="3.9765" height="6.0023" rx="1.9883" ry="1.9883"/><path class="b" d="M38.6834,27.0848v.0246c0,1.0981-.8902,1.9883-1.9883,1.9883h0c-1.0981,0-1.9883-.8902-1.9883-1.9883v-2.0258c0-1.0981.8902-1.9883,1.9883-1.9883h0c1.0981,0,1.9883.8902,1.9883,1.9883v.0246"/><rect class="b" x="40.5235" y="23.0953" width="3.9765" height="6.0023" rx="1.9883" ry="1.9883"/><line class="b" x1="21.1047" y1="27.1093" x2="18.4454" y2="27.1093"/><polyline class="b" points="17.7867 29.0976 19.775 23.0953 21.7633 29.0976"/><path class="b" d="M36.246,20.9975c-1.4137-7.6859-8.1354-13.5134-16.2301-13.5134C10.8945,7.4841,3.5,14.8785,3.5,24s7.3945,16.5159,16.5158,16.5159c6.6231,0,12.3195-3.9076,14.9519-9.535"/></svg>
Copied!