Outdoor Grill icon

Outdoor Grill is a Google Material Symbol from the Household 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

outdoor_grill_outlined_fill0_wght400.svg

Outdoor Grill 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=outdoor_grill" />

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

Outdoor Grill icon in React

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

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

Outdoor Grill icon in Vue

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

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

Outdoor Grill icon in Angular

With Angular Material and the font from the HTML tab:

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

Outdoor Grill 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.outdoor_grill, fill: 0, weight: 400)

Outdoor Grill icon in Android

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

<!-- res/drawable/outdoor_grill.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="M16.275 16.525q1.15 0 1.95 .8t.8 1.95q0 1.15-.8 1.95t-1.95 .8q-.9 0-1.625-.537T13.675 20.075H6.35l-1.025 1.575q-.175 .275-.462 .35T4.325 21.9q-.275-.2-.362-.487T4.05 20.85l4.55-6.9q-1.875-.725-3.037-2.262T4.2 8.125h13.65q-.2 2.025-1.4 3.55t-3 2.25l1.45 2.25q-.35 .175-.675 .4t-.525 .5l-1.775-2.75q-.15 .05-.4 .05h-.975q-.25 0-.425-.05L7.35 18.575h6.325q.25-.9 .963-1.475t1.637-.575Zm.888 3.638Q17.525 19.8 17.525 19.275t-.362-.887Q16.8 18.025 16.275 18.025t-.887 .363Q15.025 18.75 15.025 19.275t.363 .888Q15.75 20.525 16.275 20.525t.888-.362ZM11 12.875q1.625 0 2.963-.875t1.987-2.375H6.1q.6 1.5 1.938 2.375T11 12.875Zm-1.875-5.7q.125-.7-.037-1.225T8.35 4.65q-.55-.725-.7-1.287t-.025-1.363h.75q-.075 .825 .075 1.313t.675 1.187q.5 .7 .675 1.288t.075 1.387h-.75Zm1.925 0q.075-.9-.075-1.387T10.3 4.65q-.55-.7-.712-1.275t-.038-1.375h.75q-.125 .65 .025 1.175t.725 1.325q.5 .675 .663 1.275t.087 1.4h-.75Zm1.9 0q.1-.875-.05-1.375t-.675-1.15q-.575-.725-.737-1.3t-.038-1.35h.75q-.125 .65 .038 1.175t.737 1.325q.5 .65 .663 1.25t.062 1.425h-.75Zm-1.95 5.7Z" />
</vector>

Outdoor Grill icon in SVG

npm install @material-symbols/svg-400

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

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

Outdoor Grill 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

NameOutdoor Grill
Ligatureoutdoor_grill
Code pointU+EA47
CategoryHousehold
StylesOutlined, Rounded, Sharp — each unfilled or filled
Weights100, 200, 300, 400, 500, 600, 700
Files@material-symbols/svg-400/outlined/outdoor_grill.svg, outdoor_grill-fill.svg
FlutterSymbols.outdoor_grill
LicenseApache License 2.0 (© Google LLC)

Keywords

householdhomeentertainmenthousefoodequipmentleisureheatappliancerectangulardiningcookingeating

Related icons