lunch dining icon
lunch-dining-rounded from Material Symbols Light by Google · Rounded · Travel · Apache-2.0 Free for personal and commercial use.
- Name
- lunch-dining-rounded
- Set
- Material Symbols Light
- Style
- Rounded
- Category
- Travel
- Viewbox
- 24×24
- License
- Apache 2.0
5 other variants in Material Symbols Light
The same icon in other sets
More travel icons from Material Symbols Light
airline-seat-flatairline-seat-flat-angledairline-seat-individual-suiteairline-seat-legroom-extraairline-seat-legroom-normalairline-seat-legroom-reducedairline-seat-recline-extraairline-seat-recline-normalairplane-ticketapartmentattractionsbakery-diningbath-bedrockbeach-accessbeer-mealbentobreakfast-diningbrunch-diningbungalowcabincar-rentalcar-repaircarpentercarry-on-bag
Use the lunch dining icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4.616 20q-.672 0-1.144-.472T3 18.385v-1.962q0-.348.23-.578t.578-.23h16.384q.349 0 .578.23t.23.578v1.962q0 .67-.472 1.143q-.472.472-1.143.472zm6.026-6.884q-.476.5-1.646.5t-1.64-.5t-1.352-.5q-.758 0-1.195.404t-1.265.547q-.208.049-.376-.095Q3 13.329 3 13.116q0-.214.153-.363q.153-.15.36-.234q.598-.148 1.07-.526q.47-.378 1.42-.378q1.17 0 1.641.5t1.352.5t1.358-.5t1.646-.5t1.646.5t1.358.5t1.333-.5t1.62-.5q.94 0 1.435.375q.497.375 1.095.523q.207.085.36.237t.153.365t-.165.357q-.166.144-.374.095q-.802-.142-1.224-.547t-1.18-.405q-.88 0-1.382.5t-1.671.5t-1.646-.5t-1.358-.5t-1.358.5m4.601-8.883q1.605.231 2.883.78q1.278.55 2.076 1.485q.798.936.798 2.35q0 .309-.23.539t-.54.23H3.77q-.31 0-.54-.23T3 8.846q0-1.413.798-2.349q.798-.935 2.076-1.484q1.278-.55 2.883-.781T12 4t3.243.232"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightLunchDiningRounded(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="M4.616 20q-.672 0-1.144-.472T3 18.385v-1.962q0-.348.23-.578t.578-.23h16.384q.349 0 .578.23t.23.578v1.962q0 .67-.472 1.143q-.472.472-1.143.472zm6.026-6.884q-.476.5-1.646.5t-1.64-.5t-1.352-.5q-.758 0-1.195.404t-1.265.547q-.208.049-.376-.095Q3 13.329 3 13.116q0-.214.153-.363q.153-.15.36-.234q.598-.148 1.07-.526q.47-.378 1.42-.378q1.17 0 1.641.5t1.352.5t1.358-.5t1.646-.5t1.646.5t1.358.5t1.333-.5t1.62-.5q.94 0 1.435.375q.497.375 1.095.523q.207.085.36.237t.153.365t-.165.357q-.166.144-.374.095q-.802-.142-1.224-.547t-1.18-.405q-.88 0-1.382.5t-1.671.5t-1.646-.5t-1.358-.5t-1.358.5m4.601-8.883q1.605.231 2.883.78q1.278.55 2.076 1.485q.798.936.798 2.35q0 .309-.23.539t-.54.23H3.77q-.31 0-.54-.23T3 8.846q0-1.413.798-2.349q.798-.935 2.076-1.484q1.278-.55 2.883-.781T12 4t3.243.232"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4.616 20q-.672 0-1.144-.472T3 18.385v-1.962q0-.348.23-.578t.578-.23h16.384q.349 0 .578.23t.23.578v1.962q0 .67-.472 1.143q-.472.472-1.143.472zm6.026-6.884q-.476.5-1.646.5t-1.64-.5t-1.352-.5q-.758 0-1.195.404t-1.265.547q-.208.049-.376-.095Q3 13.329 3 13.116q0-.214.153-.363q.153-.15.36-.234q.598-.148 1.07-.526q.47-.378 1.42-.378q1.17 0 1.641.5t1.352.5t1.358-.5t1.646-.5t1.646.5t1.358.5t1.333-.5t1.62-.5q.94 0 1.435.375q.497.375 1.095.523q.207.085.36.237t.153.365t-.165.357q-.166.144-.374.095q-.802-.142-1.224-.547t-1.18-.405q-.88 0-1.382.5t-1.671.5t-1.646-.5t-1.358-.5t-1.358.5m4.601-8.883q1.605.231 2.883.78q1.278.55 2.076 1.485q.798.936.798 2.35q0 .309-.23.539t-.54.23H3.77q-.31 0-.54-.23T3 8.846q0-1.413.798-2.349q.798-.935 2.076-1.484q1.278-.55 2.883-.781T12 4t3.243.232"/></svg> </template>
CSS
.icon-lunch-dining-rounded {
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%22M4.616%2020q-.672%200-1.144-.472T3%2018.385v-1.962q0-.348.23-.578t.578-.23h16.384q.349%200%20.578.23t.23.578v1.962q0%20.67-.472%201.143q-.472.472-1.143.472zm6.026-6.884q-.476.5-1.646.5t-1.64-.5t-1.352-.5q-.758%200-1.195.404t-1.265.547q-.208.049-.376-.095Q3%2013.329%203%2013.116q0-.214.153-.363q.153-.15.36-.234q.598-.148%201.07-.526q.47-.378%201.42-.378q1.17%200%201.641.5t1.352.5t1.358-.5t1.646-.5t1.646.5t1.358.5t1.333-.5t1.62-.5q.94%200%201.435.375q.497.375%201.095.523q.207.085.36.237t.153.365t-.165.357q-.166.144-.374.095q-.802-.142-1.224-.547t-1.18-.405q-.88%200-1.382.5t-1.671.5t-1.646-.5t-1.358-.5t-1.358.5m4.601-8.883q1.605.231%202.883.78q1.278.55%202.076%201.485q.798.936.798%202.35q0%20.309-.23.539t-.54.23H3.77q-.31%200-.54-.23T3%208.846q0-1.413.798-2.349q.798-.935%202.076-1.484q1.278-.55%202.883-.781T12%204t3.243.232%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%22M4.616%2020q-.672%200-1.144-.472T3%2018.385v-1.962q0-.348.23-.578t.578-.23h16.384q.349%200%20.578.23t.23.578v1.962q0%20.67-.472%201.143q-.472.472-1.143.472zm6.026-6.884q-.476.5-1.646.5t-1.64-.5t-1.352-.5q-.758%200-1.195.404t-1.265.547q-.208.049-.376-.095Q3%2013.329%203%2013.116q0-.214.153-.363q.153-.15.36-.234q.598-.148%201.07-.526q.47-.378%201.42-.378q1.17%200%201.641.5t1.352.5t1.358-.5t1.646-.5t1.646.5t1.358.5t1.333-.5t1.62-.5q.94%200%201.435.375q.497.375%201.095.523q.207.085.36.237t.153.365t-.165.357q-.166.144-.374.095q-.802-.142-1.224-.547t-1.18-.405q-.88%200-1.382.5t-1.671.5t-1.646-.5t-1.358-.5t-1.358.5m4.601-8.883q1.605.231%202.883.78q1.278.55%202.076%201.485q.798.936.798%202.35q0%20.309-.23.539t-.54.23H3.77q-.31%200-.54-.23T3%208.846q0-1.413.798-2.349q.798-.935%202.076-1.484q1.278-.55%202.883-.781T12%204t3.243.232%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/lunch-dining-rounded.svg?color=%231a73e8&size=48