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

Name
meal-dinner-rounded
Set
Material Symbols
Style
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 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.05 14q-2.5 0-4.275-1.75T2 8q0-2.35 1.563-4.025T7.374 2.05q.325-.05.5.25t-.025.6q-.275.5-.4 1.013T7.325 5q0 1.875 1.312 3.188T11.826 9.5q.3 0 .6-.038T13 9.35q.35-.1.588.125t.137.525q-.65 1.775-2.187 2.888T8.05 14M18 11h2V8h-2zM2 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 20h5v-3.175q-.9-.325-1.45-1.1T16 14V7q0-.425.288-.712T17 6h4q.425 0 .713.288T22 7v7q0 .95-.55 1.725t-1.45 1.1V20h2q.425 0 .713.288T23 21t-.288.713T22 22z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsMealDinnerRounded(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.05 14q-2.5 0-4.275-1.75T2 8q0-2.35 1.563-4.025T7.374 2.05q.325-.05.5.25t-.025.6q-.275.5-.4 1.013T7.325 5q0 1.875 1.312 3.188T11.826 9.5q.3 0 .6-.038T13 9.35q.35-.1.588.125t.137.525q-.65 1.775-2.187 2.888T8.05 14M18 11h2V8h-2zM2 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 20h5v-3.175q-.9-.325-1.45-1.1T16 14V7q0-.425.288-.712T17 6h4q.425 0 .713.288T22 7v7q0 .95-.55 1.725t-1.45 1.1V20h2q.425 0 .713.288T23 21t-.288.713T22 22z"/></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.05 14q-2.5 0-4.275-1.75T2 8q0-2.35 1.563-4.025T7.374 2.05q.325-.05.5.25t-.025.6q-.275.5-.4 1.013T7.325 5q0 1.875 1.312 3.188T11.826 9.5q.3 0 .6-.038T13 9.35q.35-.1.588.125t.137.525q-.65 1.775-2.187 2.888T8.05 14M18 11h2V8h-2zM2 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 20h5v-3.175q-.9-.325-1.45-1.1T16 14V7q0-.425.288-.712T17 6h4q.425 0 .713.288T22 7v7q0 .95-.55 1.725t-1.45 1.1V20h2q.425 0 .713.288T23 21t-.288.713T22 22z"/></svg>
</template>

CSS

.icon-meal-dinner-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.05%2014q-2.5%200-4.275-1.75T2%208q0-2.35%201.563-4.025T7.374%202.05q.325-.05.5.25t-.025.6q-.275.5-.4%201.013T7.325%205q0%201.875%201.312%203.188T11.826%209.5q.3%200%20.6-.038T13%209.35q.35-.1.588.125t.137.525q-.65%201.775-2.187%202.888T8.05%2014M18%2011h2V8h-2zM2%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%2020h5v-3.175q-.9-.325-1.45-1.1T16%2014V7q0-.425.288-.712T17%206h4q.425%200%20.713.288T22%207v7q0%20.95-.55%201.725t-1.45%201.1V20h2q.425%200%20.713.288T23%2021t-.288.713T22%2022z%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.05%2014q-2.5%200-4.275-1.75T2%208q0-2.35%201.563-4.025T7.374%202.05q.325-.05.5.25t-.025.6q-.275.5-.4%201.013T7.325%205q0%201.875%201.312%203.188T11.826%209.5q.3%200%20.6-.038T13%209.35q.35-.1.588.125t.137.525q-.65%201.775-2.187%202.888T8.05%2014M18%2011h2V8h-2zM2%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%2020h5v-3.175q-.9-.325-1.45-1.1T16%2014V7q0-.425.288-.712T17%206h4q.425%200%20.713.288T22%207v7q0%20.95-.55%201.725t-1.45%201.1V20h2q.425%200%20.713.288T23%2021t-.288.713T22%2022z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/meal-dinner-rounded.svg?color=%231a73e8&size=48