Hoichoi Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Hoichoi 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/341634.svg" alt="Hoichoi icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/341634.svg" alt="Hoichoi icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/341634.svg" alt="Hoichoi icon" :width="24" :height="24" />
CSS background
.icon-hoichoi {
background-image: url('https://proicons.com/icon/341634.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="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.c{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="m6.5115,23.3733c12.8072,1.0599,24.5545-.4416,34.9769-4.9462"/><path class="c" d="m21.7035,37.2404l-2.3848.3533c-.4416.0883-.7949-.265-.8833-.7949-1.6782-7.5077-3.0914-16.3402-4.328-26.0561-.0883-.53.1767-1.0599.6183-1.0599l2.3848-.3533c.4416-.0883.8833.3533.9716.9716,1.1482,9.1859,2.5614,17.8418,4.1513,25.8794.1767.4416-.0883.9716-.53,1.0599Z"/><path class="c" d="m29.0346,31.9408h2.3848c.3533,0,.7066-.3533.7949-.8833.53-7.6843.7066-16.7819.4416-26.586,0-.53-.3533-.9716-.7066-.9716h-2.3848c-.4416,0-.7949.4416-.7949.9716.1767,9.3625.0883,18.1951-.4416,26.4094,0,.53.265,1.0599.7066,1.0599Z"/><path class="c" d="m23.3817,44.1298l-1.5899.3533c-.4416.0883-.7949-.1767-.8833-.6183-.3533-.7949-.53-1.6782-.53-2.4731-.0883-.4416.1767-.7949.6183-.8833l1.5899-.3533c.4416-.0883.7949.1767.8833.6183.0883.7949.3533,1.6782.53,2.4731,0,.3533-.265.7949-.6183.8833Z"/><path class="c" d="m28.7696,39.6252l1.6782.3533c.4416.0883.8833-.1767.9716-.53.3533-.7949.53-1.5899.53-2.3848.0883-.4416-.1767-.7949-.6183-.8833l-1.6782-.3533c-.4416-.0883-.8833.1767-.9716.53-.0883.7066-.265,1.5015-.53,2.3848-.0883.3533.1767.7066.6183.8833Z"/></svg>
Copied!