Cocolis Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Cocolis 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/323859.svg" alt="Cocolis icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/323859.svg" alt="Cocolis icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/323859.svg" alt="Cocolis icon" :width="24" :height="24" />
CSS background
.icon-cocolis {
background-image: url('https://proicons.com/icon/323859.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="M30.4165,15.9177c4.6162,0,8.3569,3.7407,8.3569,8.3477,0,4.6154-3.7415,8.3569-8.3569,8.3569h0c-4.6081,0-8.3487-3.7396-8.3487-8.3569.0028-4.6095,3.7392-8.3454,8.3487-8.3477Z"/><path class="b" d="M23.8005,29.9342c-3.1647,3.4067-8.4919,3.603-11.8986.4383-3.4067-3.1647-3.603-8.4919-.4383-11.8986,1.5921-1.7139,3.8256-2.6881,6.1649-2.6891"/><path class="b" d="M6.2551,13.6797L23.8005,3.5l17.9443,10.1797v20.6325l-17.749,10.1879-17.7408-10.1879V13.6797Z"/></svg>
Copied!