Chacoco Alt Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Chacoco Alt 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/323578.svg" alt="Chacoco Alt icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/323578.svg" alt="Chacoco Alt icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/323578.svg" alt="Chacoco Alt icon" :width="24" :height="24" />
CSS background
.icon-chacoco-alt {
background-image: url('https://proicons.com/icon/323578.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><path class="b" d="M20.2074,23.6915c1.242-2.5099-.7927-4.7964-4.5446-5.1069-3.752-.3105-7.8004,1.4725-9.0424,3.9824-1.242,2.5099.7927,4.7964,4.5446,5.1069,3.752.3105,7.8004-1.4725,9.0424-3.9824Z"/><path class="b" d="M28.4047,32.6455c1.0193-2.6605-3.9469-7.722-3.9469-7.722,0,0-8.9038,5.2163-9.923,7.8768s1.2593,4.7826,5.0894,4.7398c3.8301-.0428,7.7613-2.2342,8.7805-4.8947Z"/><path class="b" d="M33.6813,14.9c-.9968,2.3875-9.1925,6.8194-9.1925,6.8194,0,0-4.398-4.6645-3.4012-7.052s4.624-4.2708,8.1017-4.2066c3.4777.0642,5.4888,2.0517,4.4921,4.4392Z"/><path class="b" d="M33.6091,28.7741c-3.2445-.3201-7.4803-5.293-7.4803-5.293,0,0,8.1259-4.3953,11.3704-4.0752,3.2445.3201,5.0039,2.6768,3.9296,5.2637s-4.5753,4.4246-7.8198,4.1045Z"/><circle class="b" cx="24.0008" cy="24" r="21.5"/></svg>
Copied!