Heyobi Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Heyobi 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/327006.svg" alt="Heyobi icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/327006.svg" alt="Heyobi icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/327006.svg" alt="Heyobi icon" :width="24" :height="24" />
CSS background
.icon-heyobi {
background-image: url('https://proicons.com/icon/327006.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>.f{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="f" d="M38.3166,13.4132v-4.5032H5.5v30.18l4.0356-3.1708h28.6764v-4.651"/><path id="c" class="f" d="M15.6659,26.2923s2.5494-.9103,3.0358-3.8073M16.9991,18.7313s2.243.8583,1.7077,3.7554M8.6725,22.5115c.4864-2.897,3.0406-3.7802,3.0406-3.7802h5.2861M8.6782,22.5098c-.5353,2.897,1.7016,3.7825,1.7016,3.7825h5.2861"/><path id="d" class="f" d="M21.5989,24.413l-1.779.9322-.1697.9624h9.7033M30.6989,18.7159c.6261-.002,1.1156.5739,1.3328,1.1159.2172.542.1288.967-.2815,1.5077-.4102.5407-1.1045,1.195-1.7294,1.1904h-.0027c.6265-.0045,1.0992.6132,1.3188,1.154.2196.5407.1645.9293-.2438,1.4713-.4083.542-1.1074,1.1544-1.7328,1.1524M30.6922,18.7159h-9.7033l-.1697.9624,1.4503.9322-.6705,3.8024"/><path id="e" class="f" d="M32.8848,26.3076l.1847-1.0477,2.2478-1.1779M39.5137,24.082l1.8325,1.1779-.1847,1.0477h-8.2765M42.5,18.7159h-8.2765l-.1847,1.0477,1.8325,1.1779-.5538,3.1405M42.5,18.7159l-.1847,1.0477-2.2478,1.1779-.5538,3.1405"/><line class="f" x1="13.4256" y1="24.0118" x2="13.9533" y2="21.0118"/><line class="f" x1="28.3325" y1="20.9544" x2="26.3105" y2="20.9544"/><line class="f" x1="27.8084" y1="24" x2="25.7717" y2="24"/></svg>
Copied!