meal lunch icon
meal-lunch-outline from Material Symbols by Google · Outline · Maps · Apache-2.0 Free for personal and commercial use.
- Name
- meal-lunch-outline
- Set
- Material Symbols
- Style
- Outline
- 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="M5.85 20h4.3q.35 0 .625-.2t.35-.55L11.45 18h-6.9l.325 1.25q.075.35.35.55t.625.2M4 13H2v-3h2zm5.375-2.225L7.25 8.65l1.4-1.4l2.125 2.125zM3 8H2V6h1q1.25 0 2.125-.875T6 3V2h2v1q0 2.075-1.463 3.538T3 8m10-4h-3V2h3zM1 22v-2h2q-.025-.075-.038-.137t-.037-.138L2 16h12l-.925 3.725q-.025.075-.038.138T13 20h6.15l.675-8h-5.65l.175 2h-2.025L12 10h10l-.825 10H23v2zm7-2"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsMealLunchOutline(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="M5.85 20h4.3q.35 0 .625-.2t.35-.55L11.45 18h-6.9l.325 1.25q.075.35.35.55t.625.2M4 13H2v-3h2zm5.375-2.225L7.25 8.65l1.4-1.4l2.125 2.125zM3 8H2V6h1q1.25 0 2.125-.875T6 3V2h2v1q0 2.075-1.463 3.538T3 8m10-4h-3V2h3zM1 22v-2h2q-.025-.075-.038-.137t-.037-.138L2 16h12l-.925 3.725q-.025.075-.038.138T13 20h6.15l.675-8h-5.65l.175 2h-2.025L12 10h10l-.825 10H23v2zm7-2"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5.85 20h4.3q.35 0 .625-.2t.35-.55L11.45 18h-6.9l.325 1.25q.075.35.35.55t.625.2M4 13H2v-3h2zm5.375-2.225L7.25 8.65l1.4-1.4l2.125 2.125zM3 8H2V6h1q1.25 0 2.125-.875T6 3V2h2v1q0 2.075-1.463 3.538T3 8m10-4h-3V2h3zM1 22v-2h2q-.025-.075-.038-.137t-.037-.138L2 16h12l-.925 3.725q-.025.075-.038.138T13 20h6.15l.675-8h-5.65l.175 2h-2.025L12 10h10l-.825 10H23v2zm7-2"/></svg> </template>
CSS
.icon-meal-lunch-outline {
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%22M5.85%2020h4.3q.35%200%20.625-.2t.35-.55L11.45%2018h-6.9l.325%201.25q.075.35.35.55t.625.2M4%2013H2v-3h2zm5.375-2.225L7.25%208.65l1.4-1.4l2.125%202.125zM3%208H2V6h1q1.25%200%202.125-.875T6%203V2h2v1q0%202.075-1.463%203.538T3%208m10-4h-3V2h3zM1%2022v-2h2q-.025-.075-.038-.137t-.037-.138L2%2016h12l-.925%203.725q-.025.075-.038.138T13%2020h6.15l.675-8h-5.65l.175%202h-2.025L12%2010h10l-.825%2010H23v2zm7-2%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%22M5.85%2020h4.3q.35%200%20.625-.2t.35-.55L11.45%2018h-6.9l.325%201.25q.075.35.35.55t.625.2M4%2013H2v-3h2zm5.375-2.225L7.25%208.65l1.4-1.4l2.125%202.125zM3%208H2V6h1q1.25%200%202.125-.875T6%203V2h2v1q0%202.075-1.463%203.538T3%208m10-4h-3V2h3zM1%2022v-2h2q-.025-.075-.038-.137t-.037-.138L2%2016h12l-.925%203.725q-.025.075-.038.138T13%2020h6.15l.675-8h-5.65l.175%202h-2.025L12%2010h10l-.825%2010H23v2zm7-2%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-outline.svg?color=%231a73e8&size=48