Meal Dinner icon

Meal Dinner is a Google Material Symbol from the Maps category. It comes in outlined, rounded and sharp styles, filled or unfilled, at seven weights from 100 to 700. Download it as SVG or PNG, or copy code for HTML, React, Vue, Angular, Flutter and Android — it's free to use under the Apache License 2.0.

Outlined

SVG

Outlined, filled

SVG

Every style, fill and weight

Material Symbols are variable: each icon comes in three styles, with or without fill, at seven weights. Pick a combination to preview it, download it, or copy the code for your platform.

Outlined, unfilled, weight 400

meal_dinner_outlined_fill0_wght400.svg

Meal Dinner icon in HTML

Load the Material Symbols font from Google Fonts (this link loads just this icon), then use the icon's name as text.

<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,[email protected],100..700,0..1,-50..200&icon_names=meal_dinner" />

<span class="material-symbols-outlined">meal_dinner</span>

Meal Dinner icon in React

// With the font from the HTML tab:
export function MealDinnerIcon() {
  return (
    <span className="material-symbols-outlined">
      meal_dinner
    </span>
  );
}

// Or as an SVG component (Vite + vite-plugin-svgr) instead:
//   npm install @material-symbols/svg-400
//   import MealDinnerIcon from "@material-symbols/svg-400/outlined/meal_dinner.svg?react";

Meal Dinner icon in Vue

<!-- With the font from the HTML tab -->
<template>
  <span class="material-symbols-outlined">meal_dinner</span>
</template>

<!-- Or as an SVG component (Vite + vite-svg-loader):
     npm install @material-symbols/svg-400
     import MealDinnerIcon from "@material-symbols/svg-400/outlined/meal_dinner.svg?component"; -->

Meal Dinner icon in Angular

With Angular Material and the font from the HTML tab:

<mat-icon fontSet="material-symbols-outlined">meal_dinner</mat-icon>

Meal Dinner icon in Flutter

Uses the community material_symbols_icons package.

flutter pub add material_symbols_icons

import 'package:material_symbols_icons/symbols.dart';

Icon(Symbols.meal_dinner, fill: 0, weight: 400)

Meal Dinner icon in Android

A vector drawable of the selected style, fill and weight:

<!-- res/drawable/meal_dinner.xml -->
<vector xmlns:android="http://schemas.android.com/apk/res/android"
    android:width="24dp"
    android:height="24dp"
    android:viewportWidth="24"
    android:viewportHeight="24"
    android:tint="?attr/colorControlNormal">
        <path android:fillColor="@android:color/white" android:pathData="M7.875 13.775q-2.45 0-4.162-1.71Q2 10.355 2 7.913t1.65-4.153Q5.3 2.05 7.725 2h-.025q-.425 .625-.65 1.335T6.825 4.8q0 2.025 1.422 3.463Q9.669 9.7 11.7 9.7q.481 0 .94-.087T13.55 9.35q-.5 1.95-2.075 3.188T7.875 13.775Zm-.025-1.5q.8 0 1.563-.287T10.775 11.15q-2.375-.35-3.912-2.15T5.325 4.8v-.25q0-.125 .025-.25-.875 .625-1.375 1.575t-.5 2.025q0 1.825 1.277 3.1 1.277 1.275 3.098 1.275Zm10.025-1.025h2.6v-3.625H17.875v3.625Zm1.298 4.125Q19.725 15.375 20.1 14.988t.375-.94V12.75H17.875v1.298q0 .552 .373 .94t.925 .387ZM5.7 20.5h4.425q.447 0 .799-.275Q11.275 19.95 11.375 19.525l.4-1.625H4.025l.4 1.6q.125 .425 .477 .713Q5.253 20.5 5.7 20.5Zm2.2 0ZM1 22v-1.5h2.225q-.075-.15-.137-.3t-.113-.325L2.1 16.4h11.6l-.85 3.475q-.05 .175-.112 .325t-.138 .3h5.825v-3.725q-.875-.35-1.462-1.062T16.375 14.058V6.125h5.6v7.933q0 .942-.587 1.655Q20.8 16.425 19.925 16.775v3.725h3.075v1.5H1Zm6.125-13.725Zm12.05 4.475Z" />
</vector>

Meal Dinner icon in SVG

npm install @material-symbols/svg-400

import icon from "@material-symbols/svg-400/outlined/meal_dinner.svg";

<!-- or load it from a CDN -->
<img src="https://cdn.jsdelivr.net/npm/@material-symbols/[email protected]/outlined/meal_dinner.svg" width="24" height="24" alt="Meal Dinner">

Meal Dinner icon in Power Apps

Paste into an Image control's Image property. The Copy button copies the full formula with this icon's SVG.

"data:image/svg+xml;utf8, " & EncodeUrl("<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'>…</svg>")

Details

NameMeal Dinner
Ligaturemeal_dinner
Code pointU+F23D
CategoryMaps
StylesOutlined, Rounded, Sharp — each unfilled or filled
Weights100, 200, 300, 400, 500, 600, 700
Files@material-symbols/svg-400/outlined/meal_dinner.svg, meal_dinner-fill.svg
FlutterSymbols.meal_dinner
LicenseApache License 2.0 (© Google LLC)

Keywords

mapssettingfoodrestaurantdiningsunkitcheneatforklunchcafemoonbreakfast

Related icons