Lunch Dining icon

Lunch Dining is a Google Material Symbol from the Travel category. It's one of the 500 most used Material Symbols. 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

lunch_dining_outlined_fill0_wght400.svg

Lunch Dining 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=lunch_dining" />

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

Lunch Dining icon in React

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

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

Lunch Dining icon in Vue

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

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

Lunch Dining icon in Angular

With Angular Material and the font from the HTML tab:

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

Lunch Dining 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.lunch_dining, fill: 0, weight: 400)

Lunch Dining icon in Android

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

<!-- res/drawable/lunch_dining.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="M3.5 21q-.619 0-1.059-.441Q2 20.119 2 19.5v-3.2h20v3.2q0 .619-.44 1.059Q21.119 21 20.5 21H3.5Zm0-3.2v1.7h17v-1.7H3.5Zm6.988-3.9Q10 14.45 8.65 14.45t-1.787-.55Q6.425 13.35 5.4 13.35t-1.534 .55Q3.357 14.45 2 14.45v-1.5q.825 0 1.438-.55t1.962-.55q1.35 0 1.788 .55t1.462 .55q1.025 0 1.513-.55t1.837-.55q1.35 0 1.838 .55t1.512 .55q1.025 0 1.463-.55t1.787-.55q1.35 0 1.963 .55t1.437 .55v1.5q-1.35 0-1.862-.55T18.6 13.35q-1.025 0-1.462 .55T15.35 14.45q-1.35 0-1.837-.55T12 13.35q-1.025 0-1.512 .55ZM2 10.05v-1q0-2.725 2.625-4.387T12 3q4.75 0 7.375 1.663T22 9.05v1H2Zm10-5.55q-3.7 0-6.062 1.163T3.55 8.55h16.9q-.075-1.725-2.412-2.887T12 4.5Zm0 13.3Zm0-9.25Z" />
</vector>

Lunch Dining icon in SVG

npm install @material-symbols/svg-400

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

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

Lunch Dining 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

NameLunch Dining
Ligaturelunch_dining
Code pointU+EA61
CategoryTravel
StylesOutlined, Rounded, Sharp — each unfilled or filled
Weights100, 200, 300, 400, 500, 600, 700
Files@material-symbols/svg-400/outlined/lunch_dining.svg, lunch_dining-fill.svg
FlutterSymbols.lunch_dining
LicenseApache License 2.0 (© Google LLC)

Keywords

travelservicebarfoodrestaurantmealkitchendrinkeateatingforkdinnercafe

Related icons