meal-lunch-outline-rounded from Material Symbols by Google · Outline Rounded · Maps · Apache-2.0 Free for personal and commercial use.

Name
meal-lunch-outline-rounded
Set
Material Symbols
Style
Outline Rounded
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.2M3 10q.425 0 .713.288T4 11v1q0 .425-.288.713T3 13t-.712-.288T2 12v-1q0-.425.288-.712T3 10m4.95-2.05q.3-.3.713-.3t.712.3l.7.7q.3.3.3.712t-.3.713t-.712.3t-.713-.3l-.7-.725q-.3-.3-.3-.7t.3-.7M3 8q-.425 0-.712-.287T2 7q0-.4.363-.562T3 6q1.25 0 2.125-.875T6 3q0-.425.288-.712T7 2q.4 0 .563.363T8 3q0 2.075-1.463 3.538T3 8m7.288-5.712Q10.575 2 11 2h1q.425 0 .713.288T13 3t-.288.713T12 4h-1q-.425 0-.712-.288T10 3t.288-.712M2 22q-.425 0-.712-.288T1 21t.288-.712T2 20h1q-.025-.075-.038-.137t-.037-.138L2.3 17.25q-.125-.475.175-.862t.8-.388h9.45q.5 0 .8.388t.175.862l-.625 2.475q-.025.075-.037.138T13 20h6.15l.675-8h-5.65l.075.925q.05.425-.262.75T13.25 14q-.4 0-.675-.262t-.325-.663l-.15-2q-.05-.425.25-.75t.725-.325h7.85q.425 0 .725.325t.25.75L21.175 20H22q.425 0 .713.288T23 21t-.288.713T22 22zm6-2"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsMealLunchOutlineRounded(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.2M3 10q.425 0 .713.288T4 11v1q0 .425-.288.713T3 13t-.712-.288T2 12v-1q0-.425.288-.712T3 10m4.95-2.05q.3-.3.713-.3t.712.3l.7.7q.3.3.3.712t-.3.713t-.712.3t-.713-.3l-.7-.725q-.3-.3-.3-.7t.3-.7M3 8q-.425 0-.712-.287T2 7q0-.4.363-.562T3 6q1.25 0 2.125-.875T6 3q0-.425.288-.712T7 2q.4 0 .563.363T8 3q0 2.075-1.463 3.538T3 8m7.288-5.712Q10.575 2 11 2h1q.425 0 .713.288T13 3t-.288.713T12 4h-1q-.425 0-.712-.288T10 3t.288-.712M2 22q-.425 0-.712-.288T1 21t.288-.712T2 20h1q-.025-.075-.038-.137t-.037-.138L2.3 17.25q-.125-.475.175-.862t.8-.388h9.45q.5 0 .8.388t.175.862l-.625 2.475q-.025.075-.037.138T13 20h6.15l.675-8h-5.65l.075.925q.05.425-.262.75T13.25 14q-.4 0-.675-.262t-.325-.663l-.15-2q-.05-.425.25-.75t.725-.325h7.85q.425 0 .725.325t.25.75L21.175 20H22q.425 0 .713.288T23 21t-.288.713T22 22zm6-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.2M3 10q.425 0 .713.288T4 11v1q0 .425-.288.713T3 13t-.712-.288T2 12v-1q0-.425.288-.712T3 10m4.95-2.05q.3-.3.713-.3t.712.3l.7.7q.3.3.3.712t-.3.713t-.712.3t-.713-.3l-.7-.725q-.3-.3-.3-.7t.3-.7M3 8q-.425 0-.712-.287T2 7q0-.4.363-.562T3 6q1.25 0 2.125-.875T6 3q0-.425.288-.712T7 2q.4 0 .563.363T8 3q0 2.075-1.463 3.538T3 8m7.288-5.712Q10.575 2 11 2h1q.425 0 .713.288T13 3t-.288.713T12 4h-1q-.425 0-.712-.288T10 3t.288-.712M2 22q-.425 0-.712-.288T1 21t.288-.712T2 20h1q-.025-.075-.038-.137t-.037-.138L2.3 17.25q-.125-.475.175-.862t.8-.388h9.45q.5 0 .8.388t.175.862l-.625 2.475q-.025.075-.037.138T13 20h6.15l.675-8h-5.65l.075.925q.05.425-.262.75T13.25 14q-.4 0-.675-.262t-.325-.663l-.15-2q-.05-.425.25-.75t.725-.325h7.85q.425 0 .725.325t.25.75L21.175 20H22q.425 0 .713.288T23 21t-.288.713T22 22zm6-2"/></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%22M5.85%2020h4.3q.35%200%20.625-.2t.35-.55L11.45%2018h-6.9l.325%201.25q.075.35.35.55t.625.2M3%2010q.425%200%20.713.288T4%2011v1q0%20.425-.288.713T3%2013t-.712-.288T2%2012v-1q0-.425.288-.712T3%2010m4.95-2.05q.3-.3.713-.3t.712.3l.7.7q.3.3.3.712t-.3.713t-.712.3t-.713-.3l-.7-.725q-.3-.3-.3-.7t.3-.7M3%208q-.425%200-.712-.287T2%207q0-.4.363-.562T3%206q1.25%200%202.125-.875T6%203q0-.425.288-.712T7%202q.4%200%20.563.363T8%203q0%202.075-1.463%203.538T3%208m7.288-5.712Q10.575%202%2011%202h1q.425%200%20.713.288T13%203t-.288.713T12%204h-1q-.425%200-.712-.288T10%203t.288-.712M2%2022q-.425%200-.712-.288T1%2021t.288-.712T2%2020h1q-.025-.075-.038-.137t-.037-.138L2.3%2017.25q-.125-.475.175-.862t.8-.388h9.45q.5%200%20.8.388t.175.862l-.625%202.475q-.025.075-.037.138T13%2020h6.15l.675-8h-5.65l.075.925q.05.425-.262.75T13.25%2014q-.4%200-.675-.262t-.325-.663l-.15-2q-.05-.425.25-.75t.725-.325h7.85q.425%200%20.725.325t.25.75L21.175%2020H22q.425%200%20.713.288T23%2021t-.288.713T22%2022zm6-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.2M3%2010q.425%200%20.713.288T4%2011v1q0%20.425-.288.713T3%2013t-.712-.288T2%2012v-1q0-.425.288-.712T3%2010m4.95-2.05q.3-.3.713-.3t.712.3l.7.7q.3.3.3.712t-.3.713t-.712.3t-.713-.3l-.7-.725q-.3-.3-.3-.7t.3-.7M3%208q-.425%200-.712-.287T2%207q0-.4.363-.562T3%206q1.25%200%202.125-.875T6%203q0-.425.288-.712T7%202q.4%200%20.563.363T8%203q0%202.075-1.463%203.538T3%208m7.288-5.712Q10.575%202%2011%202h1q.425%200%20.713.288T13%203t-.288.713T12%204h-1q-.425%200-.712-.288T10%203t.288-.712M2%2022q-.425%200-.712-.288T1%2021t.288-.712T2%2020h1q-.025-.075-.038-.137t-.037-.138L2.3%2017.25q-.125-.475.175-.862t.8-.388h9.45q.5%200%20.8.388t.175.862l-.625%202.475q-.025.075-.037.138T13%2020h6.15l.675-8h-5.65l.075.925q.05.425-.262.75T13.25%2014q-.4%200-.675-.262t-.325-.663l-.15-2q-.05-.425.25-.75t.725-.325h7.85q.425%200%20.725.325t.25.75L21.175%2020H22q.425%200%20.713.288T23%2021t-.288.713T22%2022zm6-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-rounded.svg?color=%231a73e8&size=48