Comaps Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Comaps 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/323935.svg" alt="Comaps icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/323935.svg" alt="Comaps icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/323935.svg" alt="Comaps icon" :width="24" :height="24" />
CSS background
.icon-comaps {
background-image: url('https://proicons.com/icon/323935.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="M35.4744,42.1854c-3.3204,2.0994-7.2555,3.3146-11.4744,3.3146-11.8741,0-21.5-9.6259-21.5-21.5S12.1259,2.5,24,2.5c3.8299,0,7.4258,1.0014,10.5404,2.7566M39.539,9.141c3.6927,3.8606,5.961,9.0949,5.961,14.859,0,5.3688-1.9679,10.2781-5.2217,14.0457"/><path class="c" d="M14.4723,24.5725l16.6665-10.7047c.5794-.4577,1.6643.3592,1.4456.908l-5.5919,19.1337c-.1575.4718-1.5119.4468-1.7869-.0007l-2.8513-6.8305-7.2514-1.0276c-.5719-.1076-.8264-1.0848-.6306-1.4781Z"/></svg>
Copied!