food-32-filled from Fluent UI System Icons by Microsoft Corporation · 32 Filled · MIT Free for personal and commercial use.

Name
food-32-filled
Set
Fluent UI System Icons
Style
32 Filled
Viewbox
32×32
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 32 32"><path fill="currentColor" d="M18 9.5A7.5 7.5 0 0 1 25.5 2h.5a1 1 0 0 1 1 1v12c0 .158.04.668.118 1.466c.074.77.175 1.743.283 2.78l.013.123c.27 2.598.586 5.646.586 6.631a4 4 0 1 1-8 0c0-.838.227-3.367.458-5.738c.159-1.635.324-3.24.431-4.262H20.5a2.5 2.5 0 0 1-2.5-2.5zm-3.026-6.727a1 1 0 0 0-1.035-.771c-.53.03-.949.467-.949 1.004v6a.995.995 0 0 1-1.99.03V3a1 1 0 1 0-2 0v6.065a.995.995 0 0 1-1.988-.06V3.007a1.007 1.007 0 0 0-1.986-.233C5.004 2.866 4 7.14 4 10a5.99 5.99 0 0 0 2.27 4.7c.496.394.73.823.73 1.182a1 1 0 0 1-.007.114c-.06.504-.307 2.594-.539 4.753C6.226 22.872 6 25.16 6 26a4 4 0 0 0 8 0c0-.839-.226-3.128-.454-5.251c-.232-2.159-.48-4.25-.54-4.753a1 1 0 0 1-.006-.114c0-.359.234-.788.73-1.182A5.99 5.99 0 0 0 16 10c0-2.862-1.007-7.144-1.026-7.227m-1.08-.768l.02-.001h-.008l-.008.001z"/></svg>

React

import type { SVGProps } from "react";

export function FluentFood32Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M18 9.5A7.5 7.5 0 0 1 25.5 2h.5a1 1 0 0 1 1 1v12c0 .158.04.668.118 1.466c.074.77.175 1.743.283 2.78l.013.123c.27 2.598.586 5.646.586 6.631a4 4 0 1 1-8 0c0-.838.227-3.367.458-5.738c.159-1.635.324-3.24.431-4.262H20.5a2.5 2.5 0 0 1-2.5-2.5zm-3.026-6.727a1 1 0 0 0-1.035-.771c-.53.03-.949.467-.949 1.004v6a.995.995 0 0 1-1.99.03V3a1 1 0 1 0-2 0v6.065a.995.995 0 0 1-1.988-.06V3.007a1.007 1.007 0 0 0-1.986-.233C5.004 2.866 4 7.14 4 10a5.99 5.99 0 0 0 2.27 4.7c.496.394.73.823.73 1.182a1 1 0 0 1-.007.114c-.06.504-.307 2.594-.539 4.753C6.226 22.872 6 25.16 6 26a4 4 0 0 0 8 0c0-.839-.226-3.128-.454-5.251c-.232-2.159-.48-4.25-.54-4.753a1 1 0 0 1-.006-.114c0-.359.234-.788.73-1.182A5.99 5.99 0 0 0 16 10c0-2.862-1.007-7.144-1.026-7.227m-1.08-.768l.02-.001h-.008l-.008.001z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M18 9.5A7.5 7.5 0 0 1 25.5 2h.5a1 1 0 0 1 1 1v12c0 .158.04.668.118 1.466c.074.77.175 1.743.283 2.78l.013.123c.27 2.598.586 5.646.586 6.631a4 4 0 1 1-8 0c0-.838.227-3.367.458-5.738c.159-1.635.324-3.24.431-4.262H20.5a2.5 2.5 0 0 1-2.5-2.5zm-3.026-6.727a1 1 0 0 0-1.035-.771c-.53.03-.949.467-.949 1.004v6a.995.995 0 0 1-1.99.03V3a1 1 0 1 0-2 0v6.065a.995.995 0 0 1-1.988-.06V3.007a1.007 1.007 0 0 0-1.986-.233C5.004 2.866 4 7.14 4 10a5.99 5.99 0 0 0 2.27 4.7c.496.394.73.823.73 1.182a1 1 0 0 1-.007.114c-.06.504-.307 2.594-.539 4.753C6.226 22.872 6 25.16 6 26a4 4 0 0 0 8 0c0-.839-.226-3.128-.454-5.251c-.232-2.159-.48-4.25-.54-4.753a1 1 0 0 1-.006-.114c0-.359.234-.788.73-1.182A5.99 5.99 0 0 0 16 10c0-2.862-1.007-7.144-1.026-7.227m-1.08-.768l.02-.001h-.008l-.008.001z"/></svg>
</template>

CSS

.icon-food-32-filled {
  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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M18%209.5A7.5%207.5%200%200%201%2025.5%202h.5a1%201%200%200%201%201%201v12c0%20.158.04.668.118%201.466c.074.77.175%201.743.283%202.78l.013.123c.27%202.598.586%205.646.586%206.631a4%204%200%201%201-8%200c0-.838.227-3.367.458-5.738c.159-1.635.324-3.24.431-4.262H20.5a2.5%202.5%200%200%201-2.5-2.5zm-3.026-6.727a1%201%200%200%200-1.035-.771c-.53.03-.949.467-.949%201.004v6a.995.995%200%200%201-1.99.03V3a1%201%200%201%200-2%200v6.065a.995.995%200%200%201-1.988-.06V3.007a1.007%201.007%200%200%200-1.986-.233C5.004%202.866%204%207.14%204%2010a5.99%205.99%200%200%200%202.27%204.7c.496.394.73.823.73%201.182a1%201%200%200%201-.007.114c-.06.504-.307%202.594-.539%204.753C6.226%2022.872%206%2025.16%206%2026a4%204%200%200%200%208%200c0-.839-.226-3.128-.454-5.251c-.232-2.159-.48-4.25-.54-4.753a1%201%200%200%201-.006-.114c0-.359.234-.788.73-1.182A5.99%205.99%200%200%200%2016%2010c0-2.862-1.007-7.144-1.026-7.227m-1.08-.768l.02-.001h-.008l-.008.001z%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M18%209.5A7.5%207.5%200%200%201%2025.5%202h.5a1%201%200%200%201%201%201v12c0%20.158.04.668.118%201.466c.074.77.175%201.743.283%202.78l.013.123c.27%202.598.586%205.646.586%206.631a4%204%200%201%201-8%200c0-.838.227-3.367.458-5.738c.159-1.635.324-3.24.431-4.262H20.5a2.5%202.5%200%200%201-2.5-2.5zm-3.026-6.727a1%201%200%200%200-1.035-.771c-.53.03-.949.467-.949%201.004v6a.995.995%200%200%201-1.99.03V3a1%201%200%201%200-2%200v6.065a.995.995%200%200%201-1.988-.06V3.007a1.007%201.007%200%200%200-1.986-.233C5.004%202.866%204%207.14%204%2010a5.99%205.99%200%200%200%202.27%204.7c.496.394.73.823.73%201.182a1%201%200%200%201-.007.114c-.06.504-.307%202.594-.539%204.753C6.226%2022.872%206%2025.16%206%2026a4%204%200%200%200%208%200c0-.839-.226-3.128-.454-5.251c-.232-2.159-.48-4.25-.54-4.753a1%201%200%200%201-.006-.114c0-.359.234-.788.73-1.182A5.99%205.99%200%200%200%2016%2010c0-2.862-1.007-7.144-1.026-7.227m-1.08-.768l.02-.001h-.008l-.008.001z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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