Zenhub Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Zenhub 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/350133.svg" alt="Zenhub icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/350133.svg" alt="Zenhub icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/350133.svg" alt="Zenhub icon" :width="24" :height="24" />
CSS background
.icon-zenhub {
background-image: url('https://proicons.com/icon/350133.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M9.1399,5.5005v8.8887h13.963l-2.6532,5.3425-5.518.1703c-.4653-1.8716-1.0734-2.7994-3.2365-2.7332-2.1631.0662-5.8685.9511-5.8096,2.8726l5.1076-.1549c.8493.7969.8729,3.3353.1265,4.1269l-5.1076.1574c.0588,1.9204,3.8091,2.4484,5.9722,2.3822,2.163-.0662,2.7162-.8986,3.0661-2.7951l3.4507-.1058-9.361,18.848h29.071v-8.8887h-13.963l5.1128-10.293,5.0586-.1549c.7545,1.3184,2.1771,2.117,3.6985,2.0751,2.2769-.0702,4.0642-1.9691,3.9953-4.2404-.0701-2.2714-1.9713-4.0567-4.2482-3.9875-1.5211.0512-2.8918.9349-3.5642,2.297l-2.9939.0929,6.9039-13.901-29.071.0007Z"/><circle class="b" cx="37.9916" cy="21.1255" r="1.7179"/></svg>
Copied!