dinner-fill from MingCute Icon by MingCute Design · Fill · Apache-2.0 Free for personal and commercial use.

Name
dinner-fill
Set
MingCute Icon
Style
Fill
Viewbox
24×24
License
Apache 2.0

1 other variant in MingCute Icon

Use the dinner icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18.293 2.293a1 1 0 1 1 1.414 1.414L15.414 8h4.525a1 1 0 0 1 .992.876Q21 9.429 21 10a9 9 0 0 1-5.406 8.253l.376 1.505A1 1 0 0 1 15 21H9a1 1 0 0 1-.97-1.242l.376-1.505A9 9 0 0 1 3.07 8.876A1 1 0 0 1 4.062 8h3.524l5.707-5.707a1 1 0 1 1 1.414 1.414L10.414 8h2.172z"/></svg>

React

import type { SVGProps } from "react";

export function MingcuteDinnerFill(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18.293 2.293a1 1 0 1 1 1.414 1.414L15.414 8h4.525a1 1 0 0 1 .992.876Q21 9.429 21 10a9 9 0 0 1-5.406 8.253l.376 1.505A1 1 0 0 1 15 21H9a1 1 0 0 1-.97-1.242l.376-1.505A9 9 0 0 1 3.07 8.876A1 1 0 0 1 4.062 8h3.524l5.707-5.707a1 1 0 1 1 1.414 1.414L10.414 8h2.172z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18.293 2.293a1 1 0 1 1 1.414 1.414L15.414 8h4.525a1 1 0 0 1 .992.876Q21 9.429 21 10a9 9 0 0 1-5.406 8.253l.376 1.505A1 1 0 0 1 15 21H9a1 1 0 0 1-.97-1.242l.376-1.505A9 9 0 0 1 3.07 8.876A1 1 0 0 1 4.062 8h3.524l5.707-5.707a1 1 0 1 1 1.414 1.414L10.414 8h2.172z"/></svg>
</template>

CSS

.icon-dinner-fill {
  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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M18.293%202.293a1%201%200%201%201%201.414%201.414L15.414%208h4.525a1%201%200%200%201%20.992.876Q21%209.429%2021%2010a9%209%200%200%201-5.406%208.253l.376%201.505A1%201%200%200%201%2015%2021H9a1%201%200%200%201-.97-1.242l.376-1.505A9%209%200%200%201%203.07%208.876A1%201%200%200%201%204.062%208h3.524l5.707-5.707a1%201%200%201%201%201.414%201.414L10.414%208h2.172z%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M18.293%202.293a1%201%200%201%201%201.414%201.414L15.414%208h4.525a1%201%200%200%201%20.992.876Q21%209.429%2021%2010a9%209%200%200%201-5.406%208.253l.376%201.505A1%201%200%200%201%2015%2021H9a1%201%200%200%201-.97-1.242l.376-1.505A9%209%200%200%201%203.07%208.876A1%201%200%200%201%204.062%208h3.524l5.707-5.707a1%201%200%201%201%201.414%201.414L10.414%208h2.172z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mingcute/dinner-fill.svg?color=%231a73e8&size=48