Zencom Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Zencom 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/350129.svg" alt="Zencom icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/350129.svg" alt="Zencom icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/350129.svg" alt="Zencom icon" :width="24" :height="24" />
CSS background
.icon-zencom {
background-image: url('https://proicons.com/icon/350129.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M44.6006,17.8524A21.4985,21.4985,0,1,1,26.7659,2.68"/><path class="a" d="M44.5931,17.8213C41.42,5.6242,24.9473,17.5706,37.62,23.55"/><path class="a" d="M37.6223,23.556A13.4053,13.4053,0,0,1,25.2765,37.012c-7.1682.733-13.7246-3.9041-15.0627-10.6532A13.1623,13.1623,0,0,1,20.1606,11.206"/><path class="a" d="M19.71,11.31s.8129.0167.952-1.6306c.3531-4.485,2-3.447,6.3464-3.5128,2.6554-.3732,2.3338-3.2366-.2168-3.4787"/><ellipse class="a" cx="33.205" cy="6.4457" rx="2.2657" ry="2.2427"/></svg>
Copied!