food-20-regular from Fluent UI System Icons by Microsoft Corporation · 20 Regular · MIT Free for personal and commercial use.

Name
food-20-regular
Set
Fluent UI System Icons
Style
20 Regular
Viewbox
20×20
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 20 20"><path fill="currentColor" d="M4.67 2c-.624 0-1.175.438-1.29 1.068C3.232 3.886 3 5.342 3 6.5c0 1.231.636 2.313 1.595 2.936c.271.177.405.405.405.6v.41q0 .027-.003.054c-.027.26-.151 1.429-.268 2.631C4.614 14.316 4.5 15.581 4.5 16a2 2 0 1 0 4 0c0-.42-.114-1.684-.229-2.869a302 302 0 0 0-.268-2.63L8 10.446v-.41c0-.196.134-.424.405-.6A3.5 3.5 0 0 0 10 6.5c0-1.158-.232-2.614-.38-3.432A1.305 1.305 0 0 0 8.33 2c-.34 0-.65.127-.884.336A1.5 1.5 0 0 0 6.5 2c-.359 0-.688.126-.946.336A1.32 1.32 0 0 0 4.671 2M6 3.5a.5.5 0 0 1 1 0v3a.5.5 0 0 0 1 0V3.33A.33.33 0 0 1 8.33 3c.157 0 .28.108.306.247C8.783 4.06 9 5.439 9 6.5a2.5 2.5 0 0 1-1.14 2.098c-.439.285-.86.786-.86 1.438v.41q0 .08.008.16c.028.258.151 1.424.268 2.622c.118 1.215.224 2.415.224 2.772a1 1 0 1 1-2 0c0-.357.106-1.557.224-2.772c.117-1.198.24-2.364.268-2.622q.008-.08.008-.16v-.41c0-.652-.421-1.153-.86-1.438A2.5 2.5 0 0 1 4 6.5c0-1.06.217-2.44.364-3.253A.305.305 0 0 1 4.671 3A.33.33 0 0 1 5 3.33V6.5a.5.5 0 0 0 1 0zm5 3A4.5 4.5 0 0 1 15.5 2a.5.5 0 0 1 .5.5v6.978l.02.224a626 626 0 0 1 .228 2.696c.124 1.507.252 3.161.252 3.602a2 2 0 1 1-4 0c0-.44.128-2.095.252-3.602c.062-.761.125-1.497.172-2.042l.03-.356H12.5A1.5 1.5 0 0 1 11 8.5zm2.998 3.044l-.021.245l-.057.653c-.047.544-.11 1.278-.172 2.038c-.126 1.537-.248 3.132-.248 3.52a1 1 0 1 0 2 0c0-.388-.122-1.983-.248-3.52a565 565 0 0 0-.229-2.691l-.021-.244v-.001L15 9.5V3.035A3.5 3.5 0 0 0 12 6.5v2a.5.5 0 0 0 .5.5h1a.5.5 0 0 1 .498.544"/></svg>

React

import type { SVGProps } from "react";

export function FluentFood20Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M4.67 2c-.624 0-1.175.438-1.29 1.068C3.232 3.886 3 5.342 3 6.5c0 1.231.636 2.313 1.595 2.936c.271.177.405.405.405.6v.41q0 .027-.003.054c-.027.26-.151 1.429-.268 2.631C4.614 14.316 4.5 15.581 4.5 16a2 2 0 1 0 4 0c0-.42-.114-1.684-.229-2.869a302 302 0 0 0-.268-2.63L8 10.446v-.41c0-.196.134-.424.405-.6A3.5 3.5 0 0 0 10 6.5c0-1.158-.232-2.614-.38-3.432A1.305 1.305 0 0 0 8.33 2c-.34 0-.65.127-.884.336A1.5 1.5 0 0 0 6.5 2c-.359 0-.688.126-.946.336A1.32 1.32 0 0 0 4.671 2M6 3.5a.5.5 0 0 1 1 0v3a.5.5 0 0 0 1 0V3.33A.33.33 0 0 1 8.33 3c.157 0 .28.108.306.247C8.783 4.06 9 5.439 9 6.5a2.5 2.5 0 0 1-1.14 2.098c-.439.285-.86.786-.86 1.438v.41q0 .08.008.16c.028.258.151 1.424.268 2.622c.118 1.215.224 2.415.224 2.772a1 1 0 1 1-2 0c0-.357.106-1.557.224-2.772c.117-1.198.24-2.364.268-2.622q.008-.08.008-.16v-.41c0-.652-.421-1.153-.86-1.438A2.5 2.5 0 0 1 4 6.5c0-1.06.217-2.44.364-3.253A.305.305 0 0 1 4.671 3A.33.33 0 0 1 5 3.33V6.5a.5.5 0 0 0 1 0zm5 3A4.5 4.5 0 0 1 15.5 2a.5.5 0 0 1 .5.5v6.978l.02.224a626 626 0 0 1 .228 2.696c.124 1.507.252 3.161.252 3.602a2 2 0 1 1-4 0c0-.44.128-2.095.252-3.602c.062-.761.125-1.497.172-2.042l.03-.356H12.5A1.5 1.5 0 0 1 11 8.5zm2.998 3.044l-.021.245l-.057.653c-.047.544-.11 1.278-.172 2.038c-.126 1.537-.248 3.132-.248 3.52a1 1 0 1 0 2 0c0-.388-.122-1.983-.248-3.52a565 565 0 0 0-.229-2.691l-.021-.244v-.001L15 9.5V3.035A3.5 3.5 0 0 0 12 6.5v2a.5.5 0 0 0 .5.5h1a.5.5 0 0 1 .498.544"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M4.67 2c-.624 0-1.175.438-1.29 1.068C3.232 3.886 3 5.342 3 6.5c0 1.231.636 2.313 1.595 2.936c.271.177.405.405.405.6v.41q0 .027-.003.054c-.027.26-.151 1.429-.268 2.631C4.614 14.316 4.5 15.581 4.5 16a2 2 0 1 0 4 0c0-.42-.114-1.684-.229-2.869a302 302 0 0 0-.268-2.63L8 10.446v-.41c0-.196.134-.424.405-.6A3.5 3.5 0 0 0 10 6.5c0-1.158-.232-2.614-.38-3.432A1.305 1.305 0 0 0 8.33 2c-.34 0-.65.127-.884.336A1.5 1.5 0 0 0 6.5 2c-.359 0-.688.126-.946.336A1.32 1.32 0 0 0 4.671 2M6 3.5a.5.5 0 0 1 1 0v3a.5.5 0 0 0 1 0V3.33A.33.33 0 0 1 8.33 3c.157 0 .28.108.306.247C8.783 4.06 9 5.439 9 6.5a2.5 2.5 0 0 1-1.14 2.098c-.439.285-.86.786-.86 1.438v.41q0 .08.008.16c.028.258.151 1.424.268 2.622c.118 1.215.224 2.415.224 2.772a1 1 0 1 1-2 0c0-.357.106-1.557.224-2.772c.117-1.198.24-2.364.268-2.622q.008-.08.008-.16v-.41c0-.652-.421-1.153-.86-1.438A2.5 2.5 0 0 1 4 6.5c0-1.06.217-2.44.364-3.253A.305.305 0 0 1 4.671 3A.33.33 0 0 1 5 3.33V6.5a.5.5 0 0 0 1 0zm5 3A4.5 4.5 0 0 1 15.5 2a.5.5 0 0 1 .5.5v6.978l.02.224a626 626 0 0 1 .228 2.696c.124 1.507.252 3.161.252 3.602a2 2 0 1 1-4 0c0-.44.128-2.095.252-3.602c.062-.761.125-1.497.172-2.042l.03-.356H12.5A1.5 1.5 0 0 1 11 8.5zm2.998 3.044l-.021.245l-.057.653c-.047.544-.11 1.278-.172 2.038c-.126 1.537-.248 3.132-.248 3.52a1 1 0 1 0 2 0c0-.388-.122-1.983-.248-3.52a565 565 0 0 0-.229-2.691l-.021-.244v-.001L15 9.5V3.035A3.5 3.5 0 0 0 12 6.5v2a.5.5 0 0 0 .5.5h1a.5.5 0 0 1 .498.544"/></svg>
</template>

CSS

.icon-food-20-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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4.67%202c-.624%200-1.175.438-1.29%201.068C3.232%203.886%203%205.342%203%206.5c0%201.231.636%202.313%201.595%202.936c.271.177.405.405.405.6v.41q0%20.027-.003.054c-.027.26-.151%201.429-.268%202.631C4.614%2014.316%204.5%2015.581%204.5%2016a2%202%200%201%200%204%200c0-.42-.114-1.684-.229-2.869a302%20302%200%200%200-.268-2.63L8%2010.446v-.41c0-.196.134-.424.405-.6A3.5%203.5%200%200%200%2010%206.5c0-1.158-.232-2.614-.38-3.432A1.305%201.305%200%200%200%208.33%202c-.34%200-.65.127-.884.336A1.5%201.5%200%200%200%206.5%202c-.359%200-.688.126-.946.336A1.32%201.32%200%200%200%204.671%202M6%203.5a.5.5%200%200%201%201%200v3a.5.5%200%200%200%201%200V3.33A.33.33%200%200%201%208.33%203c.157%200%20.28.108.306.247C8.783%204.06%209%205.439%209%206.5a2.5%202.5%200%200%201-1.14%202.098c-.439.285-.86.786-.86%201.438v.41q0%20.08.008.16c.028.258.151%201.424.268%202.622c.118%201.215.224%202.415.224%202.772a1%201%200%201%201-2%200c0-.357.106-1.557.224-2.772c.117-1.198.24-2.364.268-2.622q.008-.08.008-.16v-.41c0-.652-.421-1.153-.86-1.438A2.5%202.5%200%200%201%204%206.5c0-1.06.217-2.44.364-3.253A.305.305%200%200%201%204.671%203A.33.33%200%200%201%205%203.33V6.5a.5.5%200%200%200%201%200zm5%203A4.5%204.5%200%200%201%2015.5%202a.5.5%200%200%201%20.5.5v6.978l.02.224a626%20626%200%200%201%20.228%202.696c.124%201.507.252%203.161.252%203.602a2%202%200%201%201-4%200c0-.44.128-2.095.252-3.602c.062-.761.125-1.497.172-2.042l.03-.356H12.5A1.5%201.5%200%200%201%2011%208.5zm2.998%203.044l-.021.245l-.057.653c-.047.544-.11%201.278-.172%202.038c-.126%201.537-.248%203.132-.248%203.52a1%201%200%201%200%202%200c0-.388-.122-1.983-.248-3.52a565%20565%200%200%200-.229-2.691l-.021-.244v-.001L15%209.5V3.035A3.5%203.5%200%200%200%2012%206.5v2a.5.5%200%200%200%20.5.5h1a.5.5%200%200%201%20.498.544%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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4.67%202c-.624%200-1.175.438-1.29%201.068C3.232%203.886%203%205.342%203%206.5c0%201.231.636%202.313%201.595%202.936c.271.177.405.405.405.6v.41q0%20.027-.003.054c-.027.26-.151%201.429-.268%202.631C4.614%2014.316%204.5%2015.581%204.5%2016a2%202%200%201%200%204%200c0-.42-.114-1.684-.229-2.869a302%20302%200%200%200-.268-2.63L8%2010.446v-.41c0-.196.134-.424.405-.6A3.5%203.5%200%200%200%2010%206.5c0-1.158-.232-2.614-.38-3.432A1.305%201.305%200%200%200%208.33%202c-.34%200-.65.127-.884.336A1.5%201.5%200%200%200%206.5%202c-.359%200-.688.126-.946.336A1.32%201.32%200%200%200%204.671%202M6%203.5a.5.5%200%200%201%201%200v3a.5.5%200%200%200%201%200V3.33A.33.33%200%200%201%208.33%203c.157%200%20.28.108.306.247C8.783%204.06%209%205.439%209%206.5a2.5%202.5%200%200%201-1.14%202.098c-.439.285-.86.786-.86%201.438v.41q0%20.08.008.16c.028.258.151%201.424.268%202.622c.118%201.215.224%202.415.224%202.772a1%201%200%201%201-2%200c0-.357.106-1.557.224-2.772c.117-1.198.24-2.364.268-2.622q.008-.08.008-.16v-.41c0-.652-.421-1.153-.86-1.438A2.5%202.5%200%200%201%204%206.5c0-1.06.217-2.44.364-3.253A.305.305%200%200%201%204.671%203A.33.33%200%200%201%205%203.33V6.5a.5.5%200%200%200%201%200zm5%203A4.5%204.5%200%200%201%2015.5%202a.5.5%200%200%201%20.5.5v6.978l.02.224a626%20626%200%200%201%20.228%202.696c.124%201.507.252%203.161.252%203.602a2%202%200%201%201-4%200c0-.44.128-2.095.252-3.602c.062-.761.125-1.497.172-2.042l.03-.356H12.5A1.5%201.5%200%200%201%2011%208.5zm2.998%203.044l-.021.245l-.057.653c-.047.544-.11%201.278-.172%202.038c-.126%201.537-.248%203.132-.248%203.52a1%201%200%201%200%202%200c0-.388-.122-1.983-.248-3.52a565%20565%200%200%200-.229-2.691l-.021-.244v-.001L15%209.5V3.035A3.5%203.5%200%200%200%2012%206.5v2a.5.5%200%200%200%20.5.5h1a.5.5%200%200%201%20.498.544%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/food-20-regular.svg?color=%231a73e8&size=48