meal dinner icon
meal-dinner-outline-rounded from Material Symbols Light by Google · Outline Rounded · Maps · Apache-2.0 Free for personal and commercial use.
- Name
- meal-dinner-outline-rounded
- Set
- Material Symbols Light
- Style
- Outline Rounded
- 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 dinner icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.242 13.423q-2.192 0-3.717-1.531T3 8.173q0-1.811 1.11-3.198q1.111-1.386 2.804-1.829q.248-.069.423.144q.175.214.052.475q-.155.387-.225.783t-.07.798q0 1.963 1.38 3.338t3.351 1.374q.14 0 .28-.018t.28-.036q.292-.042.453.173q.16.215.04.439q-.668 1.274-1.908 2.04q-1.24.767-2.728.767m-.006-1q.908 0 1.717-.374t1.405-1.051q-2.233-.16-3.743-1.772t-1.52-3.857q0-.211.028-.413q.029-.202.067-.414q-1.015.556-1.612 1.527t-.597 2.123q0 1.766 1.242 2.998t3.013 1.233m9.014-.961h2.789V7.73H17.25zm1.404 3.788q.588 0 .986-.4q.398-.402.398-.994v-1.394H17.25v1.404q0 .588.404.986q.403.398 1 .398M6.158 20h4.088q.485 0 .865-.296q.381-.296.495-.762l.44-1.711H4.358l.44 1.711q.114.466.494.762q.381.296.866.296M2.5 21q-.213 0-.356-.144T2 20.499t.144-.356T2.5 20h1.75q-.16-.171-.268-.378t-.153-.436l-.497-1.958q-.1-.376.143-.687q.242-.31.646-.31h8.162q.404 0 .646.31q.242.311.143.687l-.497 1.959q-.044.229-.153.435q-.108.207-.268.378h6v-3.81q-.823-.17-1.364-.83q-.54-.66-.54-1.494V7.539q0-.344.23-.576t.569-.232h3.19q.34 0 .57.232t.23.576v6.327q0 .834-.531 1.494t-1.354.83V20H21.5q.213 0 .356.144t.144.357t-.144.356T21.5 21zm16.154-8.538"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightMealDinnerOutlineRounded(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="M8.242 13.423q-2.192 0-3.717-1.531T3 8.173q0-1.811 1.11-3.198q1.111-1.386 2.804-1.829q.248-.069.423.144q.175.214.052.475q-.155.387-.225.783t-.07.798q0 1.963 1.38 3.338t3.351 1.374q.14 0 .28-.018t.28-.036q.292-.042.453.173q.16.215.04.439q-.668 1.274-1.908 2.04q-1.24.767-2.728.767m-.006-1q.908 0 1.717-.374t1.405-1.051q-2.233-.16-3.743-1.772t-1.52-3.857q0-.211.028-.413q.029-.202.067-.414q-1.015.556-1.612 1.527t-.597 2.123q0 1.766 1.242 2.998t3.013 1.233m9.014-.961h2.789V7.73H17.25zm1.404 3.788q.588 0 .986-.4q.398-.402.398-.994v-1.394H17.25v1.404q0 .588.404.986q.403.398 1 .398M6.158 20h4.088q.485 0 .865-.296q.381-.296.495-.762l.44-1.711H4.358l.44 1.711q.114.466.494.762q.381.296.866.296M2.5 21q-.213 0-.356-.144T2 20.499t.144-.356T2.5 20h1.75q-.16-.171-.268-.378t-.153-.436l-.497-1.958q-.1-.376.143-.687q.242-.31.646-.31h8.162q.404 0 .646.31q.242.311.143.687l-.497 1.959q-.044.229-.153.435q-.108.207-.268.378h6v-3.81q-.823-.17-1.364-.83q-.54-.66-.54-1.494V7.539q0-.344.23-.576t.569-.232h3.19q.34 0 .57.232t.23.576v6.327q0 .834-.531 1.494t-1.354.83V20H21.5q.213 0 .356.144t.144.357t-.144.356T21.5 21zm16.154-8.538"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.242 13.423q-2.192 0-3.717-1.531T3 8.173q0-1.811 1.11-3.198q1.111-1.386 2.804-1.829q.248-.069.423.144q.175.214.052.475q-.155.387-.225.783t-.07.798q0 1.963 1.38 3.338t3.351 1.374q.14 0 .28-.018t.28-.036q.292-.042.453.173q.16.215.04.439q-.668 1.274-1.908 2.04q-1.24.767-2.728.767m-.006-1q.908 0 1.717-.374t1.405-1.051q-2.233-.16-3.743-1.772t-1.52-3.857q0-.211.028-.413q.029-.202.067-.414q-1.015.556-1.612 1.527t-.597 2.123q0 1.766 1.242 2.998t3.013 1.233m9.014-.961h2.789V7.73H17.25zm1.404 3.788q.588 0 .986-.4q.398-.402.398-.994v-1.394H17.25v1.404q0 .588.404.986q.403.398 1 .398M6.158 20h4.088q.485 0 .865-.296q.381-.296.495-.762l.44-1.711H4.358l.44 1.711q.114.466.494.762q.381.296.866.296M2.5 21q-.213 0-.356-.144T2 20.499t.144-.356T2.5 20h1.75q-.16-.171-.268-.378t-.153-.436l-.497-1.958q-.1-.376.143-.687q.242-.31.646-.31h8.162q.404 0 .646.31q.242.311.143.687l-.497 1.959q-.044.229-.153.435q-.108.207-.268.378h6v-3.81q-.823-.17-1.364-.83q-.54-.66-.54-1.494V7.539q0-.344.23-.576t.569-.232h3.19q.34 0 .57.232t.23.576v6.327q0 .834-.531 1.494t-1.354.83V20H21.5q.213 0 .356.144t.144.357t-.144.356T21.5 21zm16.154-8.538"/></svg> </template>
CSS
.icon-meal-dinner-outline-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%22M8.242%2013.423q-2.192%200-3.717-1.531T3%208.173q0-1.811%201.11-3.198q1.111-1.386%202.804-1.829q.248-.069.423.144q.175.214.052.475q-.155.387-.225.783t-.07.798q0%201.963%201.38%203.338t3.351%201.374q.14%200%20.28-.018t.28-.036q.292-.042.453.173q.16.215.04.439q-.668%201.274-1.908%202.04q-1.24.767-2.728.767m-.006-1q.908%200%201.717-.374t1.405-1.051q-2.233-.16-3.743-1.772t-1.52-3.857q0-.211.028-.413q.029-.202.067-.414q-1.015.556-1.612%201.527t-.597%202.123q0%201.766%201.242%202.998t3.013%201.233m9.014-.961h2.789V7.73H17.25zm1.404%203.788q.588%200%20.986-.4q.398-.402.398-.994v-1.394H17.25v1.404q0%20.588.404.986q.403.398%201%20.398M6.158%2020h4.088q.485%200%20.865-.296q.381-.296.495-.762l.44-1.711H4.358l.44%201.711q.114.466.494.762q.381.296.866.296M2.5%2021q-.213%200-.356-.144T2%2020.499t.144-.356T2.5%2020h1.75q-.16-.171-.268-.378t-.153-.436l-.497-1.958q-.1-.376.143-.687q.242-.31.646-.31h8.162q.404%200%20.646.31q.242.311.143.687l-.497%201.959q-.044.229-.153.435q-.108.207-.268.378h6v-3.81q-.823-.17-1.364-.83q-.54-.66-.54-1.494V7.539q0-.344.23-.576t.569-.232h3.19q.34%200%20.57.232t.23.576v6.327q0%20.834-.531%201.494t-1.354.83V20H21.5q.213%200%20.356.144t.144.357t-.144.356T21.5%2021zm16.154-8.538%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%22M8.242%2013.423q-2.192%200-3.717-1.531T3%208.173q0-1.811%201.11-3.198q1.111-1.386%202.804-1.829q.248-.069.423.144q.175.214.052.475q-.155.387-.225.783t-.07.798q0%201.963%201.38%203.338t3.351%201.374q.14%200%20.28-.018t.28-.036q.292-.042.453.173q.16.215.04.439q-.668%201.274-1.908%202.04q-1.24.767-2.728.767m-.006-1q.908%200%201.717-.374t1.405-1.051q-2.233-.16-3.743-1.772t-1.52-3.857q0-.211.028-.413q.029-.202.067-.414q-1.015.556-1.612%201.527t-.597%202.123q0%201.766%201.242%202.998t3.013%201.233m9.014-.961h2.789V7.73H17.25zm1.404%203.788q.588%200%20.986-.4q.398-.402.398-.994v-1.394H17.25v1.404q0%20.588.404.986q.403.398%201%20.398M6.158%2020h4.088q.485%200%20.865-.296q.381-.296.495-.762l.44-1.711H4.358l.44%201.711q.114.466.494.762q.381.296.866.296M2.5%2021q-.213%200-.356-.144T2%2020.499t.144-.356T2.5%2020h1.75q-.16-.171-.268-.378t-.153-.436l-.497-1.958q-.1-.376.143-.687q.242-.31.646-.31h8.162q.404%200%20.646.31q.242.311.143.687l-.497%201.959q-.044.229-.153.435q-.108.207-.268.378h6v-3.81q-.823-.17-1.364-.83q-.54-.66-.54-1.494V7.539q0-.344.23-.576t.569-.232h3.19q.34%200%20.57.232t.23.576v6.327q0%20.834-.531%201.494t-1.354.83V20H21.5q.213%200%20.356.144t.144.357t-.144.356T21.5%2021zm16.154-8.538%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-dinner-outline-rounded.svg?color=%231a73e8&size=48