Beer Meal icon

Beer Meal is a Google Material Symbol from the Travel 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

beer_meal_outlined_fill0_wght400.svg

Beer Meal 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,GRAD@20..48,100..700,0..1,-50..200&icon_names=beer_meal" />

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

Beer Meal icon in React

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

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

Beer Meal icon in Vue

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

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

Beer Meal icon in Angular

With Angular Material and the font from the HTML tab:

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

Beer Meal 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.beer_meal, fill: 0, weight: 400)

Beer Meal icon in Android

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

<!-- res/drawable/beer_meal.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="M13.6 14.05ZM10.2 21v-1.5h7.3v-10.875h-2.425q-.75 0-1.362 .463T12.6 10.125q-.625 .675-1.35 1.175t-1.575 .675v4.525h-1.5v-4.5q-1.325-.275-2.2-1.262t-.875-2.368q0-1.235 .775-2.24 .775-1.005 1.95-1.405 .575-1.2 1.694-1.975 1.119-.775 2.481-.775 .875 0 1.625 .312t1.4 .888q.276-.07 .538-.123Q15.825 3 16.093 3q1.607 0 2.72 1.119Q19.925 5.238 19.925 6.85q0 .55-.237 1T19 8.625h2.5q.625 0 1.063 .435Q23 9.495 23 10.125v6.875q0 .619-.44 1.059Q22.119 18.5 21.5 18.5H19v2.5H10.2Zm-1.273-10.275q.66 0 1.192-.362Q10.65 10 11.1 9.525l1.45-1.475q.496-.498 1.156-.711T15.075 7.125h3.35v-.275q0-.969-.683-1.66T16.099 4.5Q15.75 4.5 15.425 4.55t-.65 .175l-.15 .075-.65-.575q-.425-.35-.925-.537t-1.039-.188q-.908 0-1.659 .488Q9.6 4.475 9.225 5.275l-.335 .681L8.175 6.175q-.7 .26-1.137 .854Q6.6 7.622 6.6 8.375q0 .97 .675 1.66T8.927 10.725ZM19 17h2.5v-6.875H19v6.875ZM3.5 20.5h6.7v-2.5H3.5v2.5Zm0 1.5q-.6 0-1.05-.45t-.45-1.05v-4h9.7v4q0 .6-.45 1.05t-1.05 .45H3.5Zm0-1.5h6.7-6.7Z" />
</vector>

Beer Meal icon in SVG

npm install @material-symbols/svg-400

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

<!-- or load it from a CDN -->
<img src="https://cdn.jsdelivr.net/npm/@material-symbols/svg-400@0.47.5/outlined/beer_meal.svg" width="24" height="24" alt="Beer Meal">

Beer Meal 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

NameBeer Meal
Ligaturebeer_meal
Code pointU+F285
CategoryTravel
StylesOutlined, Rounded, Sharp — each unfilled or filled
Weights100, 200, 300, 400, 500, 600, 700
Files@material-symbols/svg-400/outlined/beer_meal.svg, beer_meal-fill.svg
FlutterSymbols.beer_meal
LicenseApache License 2.0 (© Google LLC)

Keywords

travelbarfoodrestaurantglassdiningdrinkeatingforkcafebeveragecutleryknife

Related icons