Food You Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Food You 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/340694.svg" alt="Food You icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/340694.svg" alt="Food You icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/340694.svg" alt="Food You icon" :width="24" :height="24" />
CSS background
.icon-food-you {
background-image: url('https://proicons.com/icon/340694.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>.d{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="d" d="m41.972 36.406c-1.977 3.4981-9.2733 6.094-17.972 6.094-8.6985 0-15.995-2.596-17.972-6.0941-.53737-.95085-.52818-2.8012-.52818-3.9057v-17c0-1.1046-.00919-2.9549.52819-3.9058 1.977-3.4981 9.2733-6.094 17.972-6.094 8.6985 0 15.995 2.596 17.972 6.0941.53737.95085.52818 2.8012.52818 3.9057v17c0 1.1046.0092 2.9549-.52819 3.9058z"/><ellipse class="d" cx="24" cy="13.5" rx="14.5" ry="4.5"/><ellipse class="d" cx="24" cy="13.5" rx="8.5" ry="2"/><circle class="d" cx="18.25" cy="26" r="1.75"/><circle class="d" cx="29.75" cy="26" r="1.75"/><path class="d" d="m24 31.5a8 3 0 00-3.7539.35156 4 4 0 003.7539 2.6484 4 4 0 003.7539-2.6484 8 3 0 00-3.7539-.35156z"/></svg>
Copied!