food icon
food-16-regular from Fluent UI System Icons by Microsoft Corporation · 16 Regular · MIT Free for personal and commercial use.
- Name
- food-16-regular
- Set
- Fluent UI System Icons
- Style
- 16 Regular
- Viewbox
- 16×16
- License
- MIT
11 other variants in Fluent UI System Icons
The same icon in other sets
Related icons in Fluent UI System Icons
Use the food icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M1.338 1.961C1.495 1.362 2.041 1 2.615 1c.354 0 .676.133.921.35a1.5 1.5 0 0 1 1.928 0A1.38 1.38 0 0 1 6.385 1c.574 0 1.12.362 1.277.961C7.812 2.533 8 3.455 8 4.5a3.5 3.5 0 0 1-1.595 2.936c-.271.177-.405.405-.405.6v.396q0 .034.004.066c.034.248.157 1.169.272 2.124c.113.937.224 1.959.224 2.378a2 2 0 1 1-4 0c0-.42.111-1.44.224-2.378c.115-.955.238-1.876.272-2.124L3 8.432v-.396c0-.195-.134-.423-.405-.6A3.5 3.5 0 0 1 1 4.5c0-1.045.188-1.967.338-2.539M6 5a.5.5 0 0 1-1 0V2.5a.5.5 0 0 0-1 0V5a.5.5 0 0 1-1 0V2.385A.385.385 0 0 0 2.615 2c-.166 0-.28.099-.31.215A9.2 9.2 0 0 0 2 4.5a2.5 2.5 0 0 0 1.14 2.098c.439.285.86.786.86 1.438v.396q0 .1-.013.2c-.034.246-.156 1.161-.27 2.11c-.116.965-.217 1.914-.217 2.258a1 1 0 1 0 2 0c0-.344-.1-1.293-.217-2.259c-.114-.948-.236-1.863-.27-2.11A2 2 0 0 1 5 8.433v-.396c0-.652.421-1.153.86-1.438A2.5 2.5 0 0 0 7 4.5c0-.932-.168-1.764-.305-2.285C6.665 2.1 6.55 2 6.385 2A.385.385 0 0 0 6 2.385zm3 .5A4.5 4.5 0 0 1 13.5 1a.5.5 0 0 1 .5.5v5.973l.019.177a261 261 0 0 1 .229 2.24c.123 1.256.252 2.664.252 3.11a2 2 0 1 1-4 0c0-.446.129-1.854.252-3.11c.063-.637.126-1.247.173-1.699l.02-.191H10a1 1 0 0 1-1-1zm2.997 2.053l-.021.202a386 386 0 0 0-.228 2.233c-.127 1.287-.248 2.63-.248 3.012a1 1 0 1 0 2 0c0-.383-.121-1.725-.248-3.012a315 315 0 0 0-.228-2.233l-.021-.201L13 7.5V2.035A3.5 3.5 0 0 0 10 5.5V7h1.5a.5.5 0 0 1 .497.553"/></svg>
React
import type { SVGProps } from "react";
export function FluentFood16Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M1.338 1.961C1.495 1.362 2.041 1 2.615 1c.354 0 .676.133.921.35a1.5 1.5 0 0 1 1.928 0A1.38 1.38 0 0 1 6.385 1c.574 0 1.12.362 1.277.961C7.812 2.533 8 3.455 8 4.5a3.5 3.5 0 0 1-1.595 2.936c-.271.177-.405.405-.405.6v.396q0 .034.004.066c.034.248.157 1.169.272 2.124c.113.937.224 1.959.224 2.378a2 2 0 1 1-4 0c0-.42.111-1.44.224-2.378c.115-.955.238-1.876.272-2.124L3 8.432v-.396c0-.195-.134-.423-.405-.6A3.5 3.5 0 0 1 1 4.5c0-1.045.188-1.967.338-2.539M6 5a.5.5 0 0 1-1 0V2.5a.5.5 0 0 0-1 0V5a.5.5 0 0 1-1 0V2.385A.385.385 0 0 0 2.615 2c-.166 0-.28.099-.31.215A9.2 9.2 0 0 0 2 4.5a2.5 2.5 0 0 0 1.14 2.098c.439.285.86.786.86 1.438v.396q0 .1-.013.2c-.034.246-.156 1.161-.27 2.11c-.116.965-.217 1.914-.217 2.258a1 1 0 1 0 2 0c0-.344-.1-1.293-.217-2.259c-.114-.948-.236-1.863-.27-2.11A2 2 0 0 1 5 8.433v-.396c0-.652.421-1.153.86-1.438A2.5 2.5 0 0 0 7 4.5c0-.932-.168-1.764-.305-2.285C6.665 2.1 6.55 2 6.385 2A.385.385 0 0 0 6 2.385zm3 .5A4.5 4.5 0 0 1 13.5 1a.5.5 0 0 1 .5.5v5.973l.019.177a261 261 0 0 1 .229 2.24c.123 1.256.252 2.664.252 3.11a2 2 0 1 1-4 0c0-.446.129-1.854.252-3.11c.063-.637.126-1.247.173-1.699l.02-.191H10a1 1 0 0 1-1-1zm2.997 2.053l-.021.202a386 386 0 0 0-.228 2.233c-.127 1.287-.248 2.63-.248 3.012a1 1 0 1 0 2 0c0-.383-.121-1.725-.248-3.012a315 315 0 0 0-.228-2.233l-.021-.201L13 7.5V2.035A3.5 3.5 0 0 0 10 5.5V7h1.5a.5.5 0 0 1 .497.553"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M1.338 1.961C1.495 1.362 2.041 1 2.615 1c.354 0 .676.133.921.35a1.5 1.5 0 0 1 1.928 0A1.38 1.38 0 0 1 6.385 1c.574 0 1.12.362 1.277.961C7.812 2.533 8 3.455 8 4.5a3.5 3.5 0 0 1-1.595 2.936c-.271.177-.405.405-.405.6v.396q0 .034.004.066c.034.248.157 1.169.272 2.124c.113.937.224 1.959.224 2.378a2 2 0 1 1-4 0c0-.42.111-1.44.224-2.378c.115-.955.238-1.876.272-2.124L3 8.432v-.396c0-.195-.134-.423-.405-.6A3.5 3.5 0 0 1 1 4.5c0-1.045.188-1.967.338-2.539M6 5a.5.5 0 0 1-1 0V2.5a.5.5 0 0 0-1 0V5a.5.5 0 0 1-1 0V2.385A.385.385 0 0 0 2.615 2c-.166 0-.28.099-.31.215A9.2 9.2 0 0 0 2 4.5a2.5 2.5 0 0 0 1.14 2.098c.439.285.86.786.86 1.438v.396q0 .1-.013.2c-.034.246-.156 1.161-.27 2.11c-.116.965-.217 1.914-.217 2.258a1 1 0 1 0 2 0c0-.344-.1-1.293-.217-2.259c-.114-.948-.236-1.863-.27-2.11A2 2 0 0 1 5 8.433v-.396c0-.652.421-1.153.86-1.438A2.5 2.5 0 0 0 7 4.5c0-.932-.168-1.764-.305-2.285C6.665 2.1 6.55 2 6.385 2A.385.385 0 0 0 6 2.385zm3 .5A4.5 4.5 0 0 1 13.5 1a.5.5 0 0 1 .5.5v5.973l.019.177a261 261 0 0 1 .229 2.24c.123 1.256.252 2.664.252 3.11a2 2 0 1 1-4 0c0-.446.129-1.854.252-3.11c.063-.637.126-1.247.173-1.699l.02-.191H10a1 1 0 0 1-1-1zm2.997 2.053l-.021.202a386 386 0 0 0-.228 2.233c-.127 1.287-.248 2.63-.248 3.012a1 1 0 1 0 2 0c0-.383-.121-1.725-.248-3.012a315 315 0 0 0-.228-2.233l-.021-.201L13 7.5V2.035A3.5 3.5 0 0 0 10 5.5V7h1.5a.5.5 0 0 1 .497.553"/></svg> </template>
CSS
.icon-food-16-regular {
width: 24px;
height: 24px;
background-color: currentColor;
-webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M1.338%201.961C1.495%201.362%202.041%201%202.615%201c.354%200%20.676.133.921.35a1.5%201.5%200%200%201%201.928%200A1.38%201.38%200%200%201%206.385%201c.574%200%201.12.362%201.277.961C7.812%202.533%208%203.455%208%204.5a3.5%203.5%200%200%201-1.595%202.936c-.271.177-.405.405-.405.6v.396q0%20.034.004.066c.034.248.157%201.169.272%202.124c.113.937.224%201.959.224%202.378a2%202%200%201%201-4%200c0-.42.111-1.44.224-2.378c.115-.955.238-1.876.272-2.124L3%208.432v-.396c0-.195-.134-.423-.405-.6A3.5%203.5%200%200%201%201%204.5c0-1.045.188-1.967.338-2.539M6%205a.5.5%200%200%201-1%200V2.5a.5.5%200%200%200-1%200V5a.5.5%200%200%201-1%200V2.385A.385.385%200%200%200%202.615%202c-.166%200-.28.099-.31.215A9.2%209.2%200%200%200%202%204.5a2.5%202.5%200%200%200%201.14%202.098c.439.285.86.786.86%201.438v.396q0%20.1-.013.2c-.034.246-.156%201.161-.27%202.11c-.116.965-.217%201.914-.217%202.258a1%201%200%201%200%202%200c0-.344-.1-1.293-.217-2.259c-.114-.948-.236-1.863-.27-2.11A2%202%200%200%201%205%208.433v-.396c0-.652.421-1.153.86-1.438A2.5%202.5%200%200%200%207%204.5c0-.932-.168-1.764-.305-2.285C6.665%202.1%206.55%202%206.385%202A.385.385%200%200%200%206%202.385zm3%20.5A4.5%204.5%200%200%201%2013.5%201a.5.5%200%200%201%20.5.5v5.973l.019.177a261%20261%200%200%201%20.229%202.24c.123%201.256.252%202.664.252%203.11a2%202%200%201%201-4%200c0-.446.129-1.854.252-3.11c.063-.637.126-1.247.173-1.699l.02-.191H10a1%201%200%200%201-1-1zm2.997%202.053l-.021.202a386%20386%200%200%200-.228%202.233c-.127%201.287-.248%202.63-.248%203.012a1%201%200%201%200%202%200c0-.383-.121-1.725-.248-3.012a315%20315%200%200%200-.228-2.233l-.021-.201L13%207.5V2.035A3.5%203.5%200%200%200%2010%205.5V7h1.5a.5.5%200%200%201%20.497.553%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M1.338%201.961C1.495%201.362%202.041%201%202.615%201c.354%200%20.676.133.921.35a1.5%201.5%200%200%201%201.928%200A1.38%201.38%200%200%201%206.385%201c.574%200%201.12.362%201.277.961C7.812%202.533%208%203.455%208%204.5a3.5%203.5%200%200%201-1.595%202.936c-.271.177-.405.405-.405.6v.396q0%20.034.004.066c.034.248.157%201.169.272%202.124c.113.937.224%201.959.224%202.378a2%202%200%201%201-4%200c0-.42.111-1.44.224-2.378c.115-.955.238-1.876.272-2.124L3%208.432v-.396c0-.195-.134-.423-.405-.6A3.5%203.5%200%200%201%201%204.5c0-1.045.188-1.967.338-2.539M6%205a.5.5%200%200%201-1%200V2.5a.5.5%200%200%200-1%200V5a.5.5%200%200%201-1%200V2.385A.385.385%200%200%200%202.615%202c-.166%200-.28.099-.31.215A9.2%209.2%200%200%200%202%204.5a2.5%202.5%200%200%200%201.14%202.098c.439.285.86.786.86%201.438v.396q0%20.1-.013.2c-.034.246-.156%201.161-.27%202.11c-.116.965-.217%201.914-.217%202.258a1%201%200%201%200%202%200c0-.344-.1-1.293-.217-2.259c-.114-.948-.236-1.863-.27-2.11A2%202%200%200%201%205%208.433v-.396c0-.652.421-1.153.86-1.438A2.5%202.5%200%200%200%207%204.5c0-.932-.168-1.764-.305-2.285C6.665%202.1%206.55%202%206.385%202A.385.385%200%200%200%206%202.385zm3%20.5A4.5%204.5%200%200%201%2013.5%201a.5.5%200%200%201%20.5.5v5.973l.019.177a261%20261%200%200%201%20.229%202.24c.123%201.256.252%202.664.252%203.11a2%202%200%201%201-4%200c0-.446.129-1.854.252-3.11c.063-.637.126-1.247.173-1.699l.02-.191H10a1%201%200%200%201-1-1zm2.997%202.053l-.021.202a386%20386%200%200%200-.228%202.233c-.127%201.287-.248%202.63-.248%203.012a1%201%200%201%200%202%200c0-.383-.121-1.725-.248-3.012a315%20315%200%200%200-.228-2.233l-.021-.201L13%207.5V2.035A3.5%203.5%200%200%200%2010%205.5V7h1.5a.5.5%200%200%201%20.497.553%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/food-16-regular.svg?color=%231a73e8&size=48