Hungerbox Cafe Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Hungerbox Cafe 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/341781.svg" alt="Hungerbox Cafe icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/341781.svg" alt="Hungerbox Cafe icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/341781.svg" alt="Hungerbox Cafe icon" :width="24" :height="24" />
CSS background
.icon-hungerbox-cafe {
background-image: url('https://proicons.com/icon/341781.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="m40.0704,26.4296c0,8.8756-7.195,16.0704-16.0704,16.0704S7.9296,35.305,7.9296,26.4296h32.1408Z"/><circle class="b" cx="14.4108" cy="18.3653" r="3.726"/><path class="b" d="m23.8175,5.5768l-2.7287.7311c-1.1939.3199-1.9025,1.5471-1.5826,2.7411l.6687,2.4957c.3199,1.1939,1.5471,1.9025,2.7411,1.5826l2.7287-.7311c1.1939-.3199,1.9025-1.5471,1.5826-2.7411l-.6687-2.4957c-.3199-1.1939-1.5471-1.9025-2.7411-1.5826Z"/><path class="b" d="m37.7809,19.6653l-8.8379,2.3682,2.3682-8.8379,6.4698,6.4698Z"/></svg>
Copied!