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

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

5 other variants in Material Symbols Light

The same icon in other sets

More maps icons from Material Symbols Light

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.962 12.5v-1.942h1V12.5zm6.548-2.283L8.116 8.842l.707-.708l1.375 1.375zM2.962 7.788V3H7.75v.5q0 1.787-1.251 3.038t-3.037 1.25zM10.558 4V3H12.5v1zM2 21v-1h2.25q-.16-.171-.268-.378t-.153-.436l-.752-2.955h10.25l-.752 2.956q-.044.229-.153.435q-.108.207-.268.378h2.671l1.577-6.154h-3.635l-.286-3.288H21L20.213 20H22v1z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightMealLunch(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.962 12.5v-1.942h1V12.5zm6.548-2.283L8.116 8.842l.707-.708l1.375 1.375zM2.962 7.788V3H7.75v.5q0 1.787-1.251 3.038t-3.037 1.25zM10.558 4V3H12.5v1zM2 21v-1h2.25q-.16-.171-.268-.378t-.153-.436l-.752-2.955h10.25l-.752 2.956q-.044.229-.153.435q-.108.207-.268.378h2.671l1.577-6.154h-3.635l-.286-3.288H21L20.213 20H22v1z"/></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.962 12.5v-1.942h1V12.5zm6.548-2.283L8.116 8.842l.707-.708l1.375 1.375zM2.962 7.788V3H7.75v.5q0 1.787-1.251 3.038t-3.037 1.25zM10.558 4V3H12.5v1zM2 21v-1h2.25q-.16-.171-.268-.378t-.153-.436l-.752-2.955h10.25l-.752 2.956q-.044.229-.153.435q-.108.207-.268.378h2.671l1.577-6.154h-3.635l-.286-3.288H21L20.213 20H22v1z"/></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.962%2012.5v-1.942h1V12.5zm6.548-2.283L8.116%208.842l.707-.708l1.375%201.375zM2.962%207.788V3H7.75v.5q0%201.787-1.251%203.038t-3.037%201.25zM10.558%204V3H12.5v1zM2%2021v-1h2.25q-.16-.171-.268-.378t-.153-.436l-.752-2.955h10.25l-.752%202.956q-.044.229-.153.435q-.108.207-.268.378h2.671l1.577-6.154h-3.635l-.286-3.288H21L20.213%2020H22v1z%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.962%2012.5v-1.942h1V12.5zm6.548-2.283L8.116%208.842l.707-.708l1.375%201.375zM2.962%207.788V3H7.75v.5q0%201.787-1.251%203.038t-3.037%201.25zM10.558%204V3H12.5v1zM2%2021v-1h2.25q-.16-.171-.268-.378t-.153-.436l-.752-2.955h10.25l-.752%202.956q-.044.229-.153.435q-.108.207-.268.378h2.671l1.577-6.154h-3.635l-.286-3.288H21L20.213%2020H22v1z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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