meal-lunch from Material Symbols by Google · Regular · Maps · Apache-2.0 Free for personal and commercial use.

Name
meal-lunch
Set
Material Symbols
Style
Regular
Category
Maps
Viewbox
24×24
License
Apache 2.0

5 other variants in Material Symbols

The same icon in other sets

More maps icons from Material Symbols

Use the meal lunch icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2 13v-3h2v3zm7.375-2.225L7.25 8.65l1.4-1.4l2.125 2.125zM2 8V2h6v1q0 2.075-1.463 3.538T3 8zm8-4V2h3v2zM1 22v-2h2q-.025-.075-.038-.137t-.037-.138L2 16h12l-.925 3.725q-.025.075-.038.138T13 20h2.075l1.5-6h-4.25L12 10h10l-.825 10H23v2z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsMealLunch(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="M2 13v-3h2v3zm7.375-2.225L7.25 8.65l1.4-1.4l2.125 2.125zM2 8V2h6v1q0 2.075-1.463 3.538T3 8zm8-4V2h3v2zM1 22v-2h2q-.025-.075-.038-.137t-.037-.138L2 16h12l-.925 3.725q-.025.075-.038.138T13 20h2.075l1.5-6h-4.25L12 10h10l-.825 10H23v2z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2 13v-3h2v3zm7.375-2.225L7.25 8.65l1.4-1.4l2.125 2.125zM2 8V2h6v1q0 2.075-1.463 3.538T3 8zm8-4V2h3v2zM1 22v-2h2q-.025-.075-.038-.137t-.037-.138L2 16h12l-.925 3.725q-.025.075-.038.138T13 20h2.075l1.5-6h-4.25L12 10h10l-.825 10H23v2z"/></svg>
</template>

CSS

.icon-meal-lunch {
  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%22M2%2013v-3h2v3zm7.375-2.225L7.25%208.65l1.4-1.4l2.125%202.125zM2%208V2h6v1q0%202.075-1.463%203.538T3%208zm8-4V2h3v2zM1%2022v-2h2q-.025-.075-.038-.137t-.037-.138L2%2016h12l-.925%203.725q-.025.075-.038.138T13%2020h2.075l1.5-6h-4.25L12%2010h10l-.825%2010H23v2z%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%22M2%2013v-3h2v3zm7.375-2.225L7.25%208.65l1.4-1.4l2.125%202.125zM2%208V2h6v1q0%202.075-1.463%203.538T3%208zm8-4V2h3v2zM1%2022v-2h2q-.025-.075-.038-.137t-.037-.138L2%2016h12l-.925%203.725q-.025.075-.038.138T13%2020h2.075l1.5-6h-4.25L12%2010h10l-.825%2010H23v2z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/meal-lunch.svg?color=%231a73e8&size=48