Hngry Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Hngry 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/327070.svg" alt="Hngry icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/327070.svg" alt="Hngry icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/327070.svg" alt="Hngry icon" :width="24" :height="24" />
CSS background
.icon-hngry {
background-image: url('https://proicons.com/icon/327070.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M24,27.277l-4.7285-3.608a1.1573,1.1573,0,0,0-1.4194.012l-3.6876,2.9137a1.1572,1.1572,0,0,1-1.5884-.146L10.9669,24.61a.5786.5786,0,0,0-1.0077.4667l2.61,17.4378a1.1572,1.1572,0,0,0,1.1445.9859H24"/><path class="a" d="M24,27.277l4.7285-3.608a1.1573,1.1573,0,0,1,1.4194.012l3.6876,2.9137a1.1572,1.1572,0,0,0,1.5884-.146L37.0331,24.61a.5786.5786,0,0,1,1.0077.4667l-2.61,17.4378a1.1572,1.1572,0,0,1-1.1445.9859H24"/><path class="a" d="M12.3924,26.2388V9.4318A4.9317,4.9317,0,0,1,17.3242,4.5h0A4.9318,4.9318,0,0,1,22.256,9.4318V25.9463"/><line class="a" x1="17.3242" y1="12.287" x2="22.256" y2="9.7562"/><line class="a" x1="17.3242" y1="17.8353" x2="22.256" y2="15.3045"/><path class="a" d="M35.8,26.02c.7976-3.22-.8625-4.7125,0-9.45l-1.279-3.1148L32.444,14.8178,31.6,12.2221l-2.79.9734c-.5191,3.4393-4.7215,4.769-4.81,9.2146a7.7864,7.7864,0,0,0,.9548,4.1384"/><path class="a" d="M28.81,13.1955c.5192-2.5957,2.6606-6.4892,6.619-4.2829s.37,7.6573.37,7.6573"/><path class="a" d="M36.1509,6.5765a2.5622,2.5622,0,0,0-1.394,2.0117"/></svg>
Copied!