outdoor-grill-sharp from Material Symbols Light by Google · Sharp · Household · Apache-2.0 Free for personal and commercial use.

Name
outdoor-grill-sharp
Set
Material Symbols Light
Style
Sharp
Category
Household
Viewbox
24×24
License
Apache 2.0

5 other variants in Material Symbols Light

The same icon in other sets

More household icons from Material Symbols Light

Use the outdoor grill icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15.962 16.77q.923 0 1.577.653q.653.654.653 1.577t-.654 1.577t-1.577.654q-.777 0-1.395-.483t-.75-1.248H6.58l-1.217 1.939l-.88-.537l4.655-7.194q-1.627-.575-2.681-1.817T5.116 9h11.769q-.289 1.65-1.333 2.891t-2.671 1.817l1.671 2.65q-.275.153-.44.278t-.371.345l-1.885-3.031q-.162.05-.396.05h-.9q-.216 0-.377-.05L7.227 18.5h6.589q.132-.766.75-1.248q.618-.483 1.395-.483m.877 3.107q.354-.355.354-.876t-.354-.876t-.876-.355t-.876.355t-.355.876t.355.876q.355.355.876.355q.52 0 .876-.355M8.65 7.231q.106-.687-.038-1.187t-.61-1.073q-.5-.65-.653-1.209q-.153-.558-.028-1.3h.5q-.105.686.038 1.183t.61 1.07q.506.65.656 1.209t.025 1.307zm2.48 0q.107-.687-.034-1.187q-.14-.5-.607-1.073q-.506-.644-.66-1.203q-.152-.559-.027-1.307h.5q-.106.687.038 1.184q.143.497.61 1.07q.5.644.653 1.203t.028 1.313zm2.52 0q.106-.687-.034-1.187t-.608-1.073q-.506-.644-.659-1.203t-.028-1.307h.5q-.105.687.038 1.184t.61 1.07q.5.644.653 1.203t.028 1.313z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightOutdoorGrillSharp(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="M15.962 16.77q.923 0 1.577.653q.653.654.653 1.577t-.654 1.577t-1.577.654q-.777 0-1.395-.483t-.75-1.248H6.58l-1.217 1.939l-.88-.537l4.655-7.194q-1.627-.575-2.681-1.817T5.116 9h11.769q-.289 1.65-1.333 2.891t-2.671 1.817l1.671 2.65q-.275.153-.44.278t-.371.345l-1.885-3.031q-.162.05-.396.05h-.9q-.216 0-.377-.05L7.227 18.5h6.589q.132-.766.75-1.248q.618-.483 1.395-.483m.877 3.107q.354-.355.354-.876t-.354-.876t-.876-.355t-.876.355t-.355.876t.355.876q.355.355.876.355q.52 0 .876-.355M8.65 7.231q.106-.687-.038-1.187t-.61-1.073q-.5-.65-.653-1.209q-.153-.558-.028-1.3h.5q-.105.686.038 1.183t.61 1.07q.506.65.656 1.209t.025 1.307zm2.48 0q.107-.687-.034-1.187q-.14-.5-.607-1.073q-.506-.644-.66-1.203q-.152-.559-.027-1.307h.5q-.106.687.038 1.184q.143.497.61 1.07q.5.644.653 1.203t.028 1.313zm2.52 0q.106-.687-.034-1.187t-.608-1.073q-.506-.644-.659-1.203t-.028-1.307h.5q-.105.687.038 1.184t.61 1.07q.5.644.653 1.203t.028 1.313z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15.962 16.77q.923 0 1.577.653q.653.654.653 1.577t-.654 1.577t-1.577.654q-.777 0-1.395-.483t-.75-1.248H6.58l-1.217 1.939l-.88-.537l4.655-7.194q-1.627-.575-2.681-1.817T5.116 9h11.769q-.289 1.65-1.333 2.891t-2.671 1.817l1.671 2.65q-.275.153-.44.278t-.371.345l-1.885-3.031q-.162.05-.396.05h-.9q-.216 0-.377-.05L7.227 18.5h6.589q.132-.766.75-1.248q.618-.483 1.395-.483m.877 3.107q.354-.355.354-.876t-.354-.876t-.876-.355t-.876.355t-.355.876t.355.876q.355.355.876.355q.52 0 .876-.355M8.65 7.231q.106-.687-.038-1.187t-.61-1.073q-.5-.65-.653-1.209q-.153-.558-.028-1.3h.5q-.105.686.038 1.183t.61 1.07q.506.65.656 1.209t.025 1.307zm2.48 0q.107-.687-.034-1.187q-.14-.5-.607-1.073q-.506-.644-.66-1.203q-.152-.559-.027-1.307h.5q-.106.687.038 1.184q.143.497.61 1.07q.5.644.653 1.203t.028 1.313zm2.52 0q.106-.687-.034-1.187t-.608-1.073q-.506-.644-.659-1.203t-.028-1.307h.5q-.105.687.038 1.184t.61 1.07q.5.644.653 1.203t.028 1.313z"/></svg>
</template>

CSS

.icon-outdoor-grill-sharp {
  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%22M15.962%2016.77q.923%200%201.577.653q.653.654.653%201.577t-.654%201.577t-1.577.654q-.777%200-1.395-.483t-.75-1.248H6.58l-1.217%201.939l-.88-.537l4.655-7.194q-1.627-.575-2.681-1.817T5.116%209h11.769q-.289%201.65-1.333%202.891t-2.671%201.817l1.671%202.65q-.275.153-.44.278t-.371.345l-1.885-3.031q-.162.05-.396.05h-.9q-.216%200-.377-.05L7.227%2018.5h6.589q.132-.766.75-1.248q.618-.483%201.395-.483m.877%203.107q.354-.355.354-.876t-.354-.876t-.876-.355t-.876.355t-.355.876t.355.876q.355.355.876.355q.52%200%20.876-.355M8.65%207.231q.106-.687-.038-1.187t-.61-1.073q-.5-.65-.653-1.209q-.153-.558-.028-1.3h.5q-.105.686.038%201.183t.61%201.07q.506.65.656%201.209t.025%201.307zm2.48%200q.107-.687-.034-1.187q-.14-.5-.607-1.073q-.506-.644-.66-1.203q-.152-.559-.027-1.307h.5q-.106.687.038%201.184q.143.497.61%201.07q.5.644.653%201.203t.028%201.313zm2.52%200q.106-.687-.034-1.187t-.608-1.073q-.506-.644-.659-1.203t-.028-1.307h.5q-.105.687.038%201.184t.61%201.07q.5.644.653%201.203t.028%201.313z%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%22M15.962%2016.77q.923%200%201.577.653q.653.654.653%201.577t-.654%201.577t-1.577.654q-.777%200-1.395-.483t-.75-1.248H6.58l-1.217%201.939l-.88-.537l4.655-7.194q-1.627-.575-2.681-1.817T5.116%209h11.769q-.289%201.65-1.333%202.891t-2.671%201.817l1.671%202.65q-.275.153-.44.278t-.371.345l-1.885-3.031q-.162.05-.396.05h-.9q-.216%200-.377-.05L7.227%2018.5h6.589q.132-.766.75-1.248q.618-.483%201.395-.483m.877%203.107q.354-.355.354-.876t-.354-.876t-.876-.355t-.876.355t-.355.876t.355.876q.355.355.876.355q.52%200%20.876-.355M8.65%207.231q.106-.687-.038-1.187t-.61-1.073q-.5-.65-.653-1.209q-.153-.558-.028-1.3h.5q-.105.686.038%201.183t.61%201.07q.506.65.656%201.209t.025%201.307zm2.48%200q.107-.687-.034-1.187q-.14-.5-.607-1.073q-.506-.644-.66-1.203q-.152-.559-.027-1.307h.5q-.106.687.038%201.184q.143.497.61%201.07q.5.644.653%201.203t.028%201.313zm2.52%200q.106-.687-.034-1.187t-.608-1.073q-.506-.644-.659-1.203t-.028-1.307h.5q-.105.687.038%201.184t.61%201.07q.5.644.653%201.203t.028%201.313z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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