Coomeet Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Coomeet 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/324013.svg" alt="Coomeet icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/324013.svg" alt="Coomeet icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/324013.svg" alt="Coomeet icon" :width="24" :height="24" />
CSS background
.icon-coomeet {
background-image: url('https://proicons.com/icon/324013.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="M18.4291,10.9108c5.3358-1.4622,8.055-1.3083,11.3642-1.3083s7.978,1.7957,7.978,6.8493-3.8223,6.4645-6.5671,6.4645-4.1558-.7952-4.1558-.7952c3.2066,1.0774,4.3353,2.1548,4.3353,4.1045s-1.8983,4.7458-9.1581,4.7458-12.416-2.7192-14.6991-4.5149c3.8992,1.2057,5.1306.7439,5.1306.7439-3.5401-1.3853-6.0028-4.1301-7.1572-5.8489,6.0797,2.0266,15.8535,2.6166,15.8535-3.0527,0-4.2327-3.1297-4.951-3.1297-4.951,1.3853-.5131,2.6166-.7952,2.6166-.7952-.8722-.9492-2.4114-1.6418-2.4114-1.6418Z"/><path class="b" d="M37.7713,10.526l4.7287.2394-2.9073,3.181s-.1539-1.9154-1.8214-3.4204Z"/><path class="b" d="M37.5062,23.1472c-.1026,4.5149-4.9938,12.8264-13.9552,12.3818-1.4366,0-1.9154,1.8812-1.9154,1.8812v.9919h1.9154"/><path class="b" d="M14.2818,31.835c3.0099,1.2313,6.7724,3.0099,7.3538,5.5752"/><circle class="b" cx="31.7942" cy="16.1354" r="1.3682"/></svg>
Copied!