Cocoweb Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Cocoweb 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/323862.svg" alt="Cocoweb icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/323862.svg" alt="Cocoweb icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/323862.svg" alt="Cocoweb icon" :width="24" :height="24" />
CSS background
.icon-cocoweb {
background-image: url('https://proicons.com/icon/323862.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="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.c{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="M24,9.5c11.042,0,17.918,5.076,19.5,5.5v18c-1.5824.424-8.4578,5.5-19.5,5.5s-17.918-5.076-19.5-5.5V15c1.5824-.424,8.4578-5.5,19.5-5.5Z"/><polyline class="c" points="21.482 26.1248 19.6743 33.3557 17.8666 26.1248 16.0589 33.3557 14.2512 26.1248"/><line class="c" x1="23.4125" y1="29.7402" x2="25.7697" y2="29.7402"/><polyline class="c" points="27.0279 33.3557 23.4125 33.3557 23.4125 26.1248 27.0279 26.1248"/><path class="c" d="M31.9411,29.7402c.9984,0,1.8077.8093,1.8077,1.8077s-.8093,1.8077-1.8077,1.8077h-2.9827v-7.2308h2.9827c.9984,0,1.8077.8093,1.8077,1.8077s-.8093,1.8077-1.8077,1.8077h0Z"/><line class="c" x1="31.9411" y1="29.7402" x2="28.9584" y2="29.7402"/><path class="c" d="M35.8528,23.1209c.4434.5773.9994.7923,1.7729.7923h1.0705c.9962,0,1.8038-.8076,1.8038-1.8038v-.0078c0-.9962-.8076-1.8038-1.8038-1.8038h-1.1808c-.9973,0-1.8058-.8085-1.8058-1.8058h0c0-.9994.8102-1.8097,1.8096-1.8097h1.0647c.7735,0,1.3295.215,1.7729.7923"/><path class="c" d="M12.2904,21.4883v.0296c0,1.3228-1.0724,2.3952-2.3952,2.3952h0c-1.3228,0-2.3952-1.0724-2.3952-2.3952v-2.4404c0-1.3228,1.0724-2.3952,2.3952-2.3952h0c1.3228,0,2.3952,1.0724,2.3952,2.3952v.0296"/><rect class="c" x="14.169" y="16.6823" width="4.7904" height="7.2308" rx="2.3952" ry="2.3952"/><path class="c" d="M25.6285,21.4883v.0296c0,1.3228-1.0724,2.3952-2.3952,2.3952h0c-1.3228,0-2.3952-1.0724-2.3952-2.3952v-2.4404c0-1.3228,1.0724-2.3952,2.3952-2.3952h0c1.3228,0,2.3952,1.0724,2.3952,2.3952v.0296"/><rect class="c" x="27.5071" y="16.6823" width="4.7904" height="7.2308" rx="2.3952" ry="2.3952"/><line class="c" x1="34.4856" y1="16.6823" x2="33.9281" y2="18.3528"/></svg>
Copied!