Zello Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Zello 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/335565.svg" alt="Zello icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/335565.svg" alt="Zello icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/335565.svg" alt="Zello icon" :width="24" :height="24" />
CSS background
.icon-zello {
background-image: url('https://proicons.com/icon/335565.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="m14.3095,14.3095v19.381h10.5714v8.8095H8.1429c-1.5059-.2919-2.346-1.2113-2.6429-2.6429v-14.0952c0-1.7619.881-3.5238,1.7619-4.4048l7.0476-7.0476Z"/><path class="b" d="m5.5,14.3095h28.1905l-7.0476-7.0476c-.881-.881-2.6429-1.7619-4.4048-1.7619h-14.0952c-1.6405.3016-2.3291,1.3293-2.6429,2.6429v6.1667Z"/><path class="b" d="m24.881,42.5l8.8095-8.8095h8.8095v6.1667c-.3014,1.3916-1.0939,2.3505-2.6429,2.6429h-14.9762Z"/><path class="b" d="m33.6905,5.5v28.1905l7.0476-7.0476c.881-.881,1.7619-2.6429,1.7619-4.4048v-14.0952c-.2958-1.5956-1.2921-2.3356-2.6429-2.6429h-6.1667Z"/></svg>
Copied!