meal lunch icon
meal-lunch-outline-rounded from Material Symbols Light by Google · Outline Rounded · Maps · Apache-2.0 Free for personal and commercial use.
- Name
- meal-lunch-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 lunch icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.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.296m-2.696-9.442q.213 0 .356.144t.144.356V12q0 .213-.144.356q-.144.144-.357.144t-.356-.144T2.962 12v-.942q0-.213.143-.356t.357-.144m5.007-2.07q.166-.165.357-.165t.357.166l.68.68q.147.141.147.335t-.146.36t-.348.155t-.366-.156l-.68-.667q-.166-.148-.166-.345t.165-.363m-5.008-.7q-.212 0-.356-.141t-.144-.35q0-.197.182-.282q.181-.084.318-.227q1.385 0 2.337-.952T6.75 3.5q0-.213.142-.356q.14-.144.35-.144q.196 0 .28.181t.228.319q0 1.78-1.254 3.034Q5.24 7.789 3.46 7.789m7.24-4.646Q10.846 3 11.058 3H12q.213 0 .356.144t.144.357t-.144.356T12 4h-.942q-.213 0-.356-.144t-.144-.357t.144-.356M2.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.378h7.054l.713-8.442H13.58l.132 1.752q.031.213-.12.375q-.15.161-.355.161q-.194 0-.334-.137q-.14-.138-.171-.326l-.17-1.942q-.05-.368.193-.625q.242-.258.608-.258h6.757q.365 0 .598.258q.233.257.202.605L20.213 20H21.5q.213 0 .356.144t.144.357t-.144.356T21.5 21zm5.712-1"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightMealLunchOutlineRounded(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="M6.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.296m-2.696-9.442q.213 0 .356.144t.144.356V12q0 .213-.144.356q-.144.144-.357.144t-.356-.144T2.962 12v-.942q0-.213.143-.356t.357-.144m5.007-2.07q.166-.165.357-.165t.357.166l.68.68q.147.141.147.335t-.146.36t-.348.155t-.366-.156l-.68-.667q-.166-.148-.166-.345t.165-.363m-5.008-.7q-.212 0-.356-.141t-.144-.35q0-.197.182-.282q.181-.084.318-.227q1.385 0 2.337-.952T6.75 3.5q0-.213.142-.356q.14-.144.35-.144q.196 0 .28.181t.228.319q0 1.78-1.254 3.034Q5.24 7.789 3.46 7.789m7.24-4.646Q10.846 3 11.058 3H12q.213 0 .356.144t.144.357t-.144.356T12 4h-.942q-.213 0-.356-.144t-.144-.357t.144-.356M2.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.378h7.054l.713-8.442H13.58l.132 1.752q.031.213-.12.375q-.15.161-.355.161q-.194 0-.334-.137q-.14-.138-.171-.326l-.17-1.942q-.05-.368.193-.625q.242-.258.608-.258h6.757q.365 0 .598.258q.233.257.202.605L20.213 20H21.5q.213 0 .356.144t.144.357t-.144.356T21.5 21zm5.712-1"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.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.296m-2.696-9.442q.213 0 .356.144t.144.356V12q0 .213-.144.356q-.144.144-.357.144t-.356-.144T2.962 12v-.942q0-.213.143-.356t.357-.144m5.007-2.07q.166-.165.357-.165t.357.166l.68.68q.147.141.147.335t-.146.36t-.348.155t-.366-.156l-.68-.667q-.166-.148-.166-.345t.165-.363m-5.008-.7q-.212 0-.356-.141t-.144-.35q0-.197.182-.282q.181-.084.318-.227q1.385 0 2.337-.952T6.75 3.5q0-.213.142-.356q.14-.144.35-.144q.196 0 .28.181t.228.319q0 1.78-1.254 3.034Q5.24 7.789 3.46 7.789m7.24-4.646Q10.846 3 11.058 3H12q.213 0 .356.144t.144.357t-.144.356T12 4h-.942q-.213 0-.356-.144t-.144-.357t.144-.356M2.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.378h7.054l.713-8.442H13.58l.132 1.752q.031.213-.12.375q-.15.161-.355.161q-.194 0-.334-.137q-.14-.138-.171-.326l-.17-1.942q-.05-.368.193-.625q.242-.258.608-.258h6.757q.365 0 .598.258q.233.257.202.605L20.213 20H21.5q.213 0 .356.144t.144.357t-.144.356T21.5 21zm5.712-1"/></svg> </template>
CSS
.icon-meal-lunch-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%22M6.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.296m-2.696-9.442q.213%200%20.356.144t.144.356V12q0%20.213-.144.356q-.144.144-.357.144t-.356-.144T2.962%2012v-.942q0-.213.143-.356t.357-.144m5.007-2.07q.166-.165.357-.165t.357.166l.68.68q.147.141.147.335t-.146.36t-.348.155t-.366-.156l-.68-.667q-.166-.148-.166-.345t.165-.363m-5.008-.7q-.212%200-.356-.141t-.144-.35q0-.197.182-.282q.181-.084.318-.227q1.385%200%202.337-.952T6.75%203.5q0-.213.142-.356q.14-.144.35-.144q.196%200%20.28.181t.228.319q0%201.78-1.254%203.034Q5.24%207.789%203.46%207.789m7.24-4.646Q10.846%203%2011.058%203H12q.213%200%20.356.144t.144.357t-.144.356T12%204h-.942q-.213%200-.356-.144t-.144-.357t.144-.356M2.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.378h7.054l.713-8.442H13.58l.132%201.752q.031.213-.12.375q-.15.161-.355.161q-.194%200-.334-.137q-.14-.138-.171-.326l-.17-1.942q-.05-.368.193-.625q.242-.258.608-.258h6.757q.365%200%20.598.258q.233.257.202.605L20.213%2020H21.5q.213%200%20.356.144t.144.357t-.144.356T21.5%2021zm5.712-1%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%22M6.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.296m-2.696-9.442q.213%200%20.356.144t.144.356V12q0%20.213-.144.356q-.144.144-.357.144t-.356-.144T2.962%2012v-.942q0-.213.143-.356t.357-.144m5.007-2.07q.166-.165.357-.165t.357.166l.68.68q.147.141.147.335t-.146.36t-.348.155t-.366-.156l-.68-.667q-.166-.148-.166-.345t.165-.363m-5.008-.7q-.212%200-.356-.141t-.144-.35q0-.197.182-.282q.181-.084.318-.227q1.385%200%202.337-.952T6.75%203.5q0-.213.142-.356q.14-.144.35-.144q.196%200%20.28.181t.228.319q0%201.78-1.254%203.034Q5.24%207.789%203.46%207.789m7.24-4.646Q10.846%203%2011.058%203H12q.213%200%20.356.144t.144.357t-.144.356T12%204h-.942q-.213%200-.356-.144t-.144-.357t.144-.356M2.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.378h7.054l.713-8.442H13.58l.132%201.752q.031.213-.12.375q-.15.161-.355.161q-.194%200-.334-.137q-.14-.138-.171-.326l-.17-1.942q-.05-.368.193-.625q.242-.258.608-.258h6.757q.365%200%20.598.258q.233.257.202.605L20.213%2020H21.5q.213%200%20.356.144t.144.357t-.144.356T21.5%2021zm5.712-1%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-outline-rounded.svg?color=%231a73e8&size=48