Foodie Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Foodie 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/340697.svg" alt="Foodie icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/340697.svg" alt="Foodie icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/340697.svg" alt="Foodie icon" :width="24" :height="24" />
CSS background
.icon-foodie {
background-image: url('https://proicons.com/icon/340697.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><circle class="c" cx="24" cy="23.0687" r="21.5"/><path class="c" d="M37,29.46c-2.36,4.8-7.29,8.11-13,8.11-7.41,0-13.52-5.56-14.39-12.74-.07-.57-.11-1.16-.11-1.76s.05-1.18.12-1.76"/><path class="c" d="M11,16.68c2.36-4.8,7.29-8.11,13-8.11,7.41,0,13.52,5.56,14.39,12.74.07.57.11,1.16.11,1.76"/><line class="c" x1="13.02" y1="21.31" x2="9.62" y2="21.31"/><line class="c" x1="13.02" y1="24.83" x2="9.61" y2="24.83"/><path class="c" d="M38.5,23.07c0,.97-.79,1.76-1.76,1.76s-1.76-.79-1.76-1.76.79-1.76,1.76-1.76h1.65"/></svg>
Copied!