Hombli Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Hombli 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/327083.svg" alt="Hombli icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/327083.svg" alt="Hombli icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/327083.svg" alt="Hombli icon" :width="24" :height="24" />
CSS background
.icon-hombli {
background-image: url('https://proicons.com/icon/327083.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>.c{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}.d{fill:#000;stroke-width:0px;}</style></defs><circle class="d" cx="38.6182" cy="20.8918" r=".75"/><line class="c" x1="38.6182" y1="23.0521" x2="38.6182" y2="27.7254"/><path class="c" d="M35.7591,20.6714v6.1723c0,.487.3948.8818.8818.8818h.2645"/><path class="c" d="M30.4863,24.8156c0-.974.7895-1.7635,1.7635-1.7635h0c.974,0,1.7635.7895,1.7635,1.7635v1.1463c0,.974-.7895,1.7635-1.7635,1.7635h0c-.974,0-1.7635-.7895-1.7635-1.7635"/><line class="c" x1="30.4863" y1="27.7254" x2="30.4863" y2="20.6714"/><path class="c" d="M15.0431,24.8156c0-.974.7895-1.7635,1.7635-1.7635s1.7635.7896,1.7635,1.7635v1.1463c0,.974-.7895,1.7635-1.7635,1.7635s-1.7635-.7896-1.7635-1.7635v-1.1463Z"/><line class="c" x1="9.3818" y1="20.6714" x2="9.3818" y2="27.7254"/><path class="c" d="M9.3818,24.8156c0-.974.7895-1.7635,1.7635-1.7635h0c.974,0,1.7635.7895,1.7635,1.7635v2.9098"/><line class="c" x1="9.3818" y1="27.7254" x2="10.2635" y2="27.7254"/><line class="c" x1="8.5" y1="20.6714" x2="9.3818" y2="20.6714"/><line class="c" x1="12.9088" y1="27.7254" x2="13.7905" y2="27.7254"/><path class="c" d="M20.7354,24.8156c0-.974.7895-1.7635,1.7635-1.7635h0c.974,0,1.7635.7895,1.7635,1.7635v2.9098"/><line class="c" x1="20.7354" y1="23.0521" x2="20.7354" y2="27.7254"/><path class="c" d="M24.2624,24.8156c0-.974.7895-1.7635,1.7635-1.7635h0c.974,0,1.7635.7895,1.7635,1.7635v2.9098"/><line class="c" x1="20.7354" y1="27.7254" x2="21.6171" y2="27.7254"/><line class="c" x1="24.2864" y1="27.7254" x2="25.1682" y2="27.7254"/><line class="c" x1="19.8536" y1="23.0521" x2="20.7354" y2="23.0521"/><line class="c" x1="27.8375" y1="27.7254" x2="28.7192" y2="27.7254"/><line class="c" x1="29.6045" y1="20.6714" x2="30.4863" y2="20.6714"/><line class="c" x1="34.8774" y1="20.6714" x2="35.7591" y2="20.6714"/><line class="c" x1="37.7471" y1="23.0521" x2="38.6289" y2="23.0521"/><line class="c" x1="38.6182" y1="27.7254" x2="39.5" y2="27.7254"/><path id="b" class="c" d="M9.5,5.5h29c2.216,0,4,1.784,4,4v29c0,2.216-1.784,4-4,4H9.5c-2.216,0-4-1.784-4-4V9.5c0-2.216,1.784-4,4-4Z"/></svg>
Copied!