outdoor grill icon

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

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

5 other variants in Material Symbols

The same icon in other sets

More household icons from Material Symbols

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="M16 16q1.25 0 2.125.875T19 19t-.875 2.125T16 22q-.95 0-1.713-.55T13.2 20H6.85l-1.525 2.4L3.6 21.325L8.1 14.4q-1.8-.825-2.95-2.538T4 8h14q0 2.15-1.15 3.863T13.9 14.4l.575.9q-.525.25-.862.5t-.738.7l-1-1.55q-.2.05-.425.05h-.9q-.225 0-.425-.05L8.15 18h5.05q.325-.9 1.088-1.45T16 16m.713 3.713Q17 19.425 17 19t-.288-.712T16 18t-.712.288T15 19t.288.713T16 20t.713-.288M11 13q1.5 0 2.738-.825T15.6 10H6.4q.65 1.35 1.875 2.175T11 13M8.4 7q.125-.725-.038-1.225t-.687-1.15q-.5-.65-.662-1.237T6.975 2h1q-.125.725.038 1.213T8.7 4.35t.675 1.238T9.4 7zm2.5 0q.125-.725-.025-1.225t-.675-1.15Q9.675 4 9.513 3.412T9.474 2h1q-.125.725.038 1.213T11.2 4.35q.5.625.663 1.213T11.9 7zm2.5 0q.125-.725-.025-1.225t-.675-1.15q-.525-.625-.687-1.213T11.974 2h1q-.125.725.038 1.213T13.7 4.35q.5.625.663 1.213T14.4 7zM11 13"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsOutdoorGrillOutlineSharp(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="M16 16q1.25 0 2.125.875T19 19t-.875 2.125T16 22q-.95 0-1.713-.55T13.2 20H6.85l-1.525 2.4L3.6 21.325L8.1 14.4q-1.8-.825-2.95-2.538T4 8h14q0 2.15-1.15 3.863T13.9 14.4l.575.9q-.525.25-.862.5t-.738.7l-1-1.55q-.2.05-.425.05h-.9q-.225 0-.425-.05L8.15 18h5.05q.325-.9 1.088-1.45T16 16m.713 3.713Q17 19.425 17 19t-.288-.712T16 18t-.712.288T15 19t.288.713T16 20t.713-.288M11 13q1.5 0 2.738-.825T15.6 10H6.4q.65 1.35 1.875 2.175T11 13M8.4 7q.125-.725-.038-1.225t-.687-1.15q-.5-.65-.662-1.237T6.975 2h1q-.125.725.038 1.213T8.7 4.35t.675 1.238T9.4 7zm2.5 0q.125-.725-.025-1.225t-.675-1.15Q9.675 4 9.513 3.412T9.474 2h1q-.125.725.038 1.213T11.2 4.35q.5.625.663 1.213T11.9 7zm2.5 0q.125-.725-.025-1.225t-.675-1.15q-.525-.625-.687-1.213T11.974 2h1q-.125.725.038 1.213T13.7 4.35q.5.625.663 1.213T14.4 7zM11 13"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16 16q1.25 0 2.125.875T19 19t-.875 2.125T16 22q-.95 0-1.713-.55T13.2 20H6.85l-1.525 2.4L3.6 21.325L8.1 14.4q-1.8-.825-2.95-2.538T4 8h14q0 2.15-1.15 3.863T13.9 14.4l.575.9q-.525.25-.862.5t-.738.7l-1-1.55q-.2.05-.425.05h-.9q-.225 0-.425-.05L8.15 18h5.05q.325-.9 1.088-1.45T16 16m.713 3.713Q17 19.425 17 19t-.288-.712T16 18t-.712.288T15 19t.288.713T16 20t.713-.288M11 13q1.5 0 2.738-.825T15.6 10H6.4q.65 1.35 1.875 2.175T11 13M8.4 7q.125-.725-.038-1.225t-.687-1.15q-.5-.65-.662-1.237T6.975 2h1q-.125.725.038 1.213T8.7 4.35t.675 1.238T9.4 7zm2.5 0q.125-.725-.025-1.225t-.675-1.15Q9.675 4 9.513 3.412T9.474 2h1q-.125.725.038 1.213T11.2 4.35q.5.625.663 1.213T11.9 7zm2.5 0q.125-.725-.025-1.225t-.675-1.15q-.525-.625-.687-1.213T11.974 2h1q-.125.725.038 1.213T13.7 4.35q.5.625.663 1.213T14.4 7zM11 13"/></svg>
</template>

CSS

.icon-outdoor-grill-outline-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%22M16%2016q1.25%200%202.125.875T19%2019t-.875%202.125T16%2022q-.95%200-1.713-.55T13.2%2020H6.85l-1.525%202.4L3.6%2021.325L8.1%2014.4q-1.8-.825-2.95-2.538T4%208h14q0%202.15-1.15%203.863T13.9%2014.4l.575.9q-.525.25-.862.5t-.738.7l-1-1.55q-.2.05-.425.05h-.9q-.225%200-.425-.05L8.15%2018h5.05q.325-.9%201.088-1.45T16%2016m.713%203.713Q17%2019.425%2017%2019t-.288-.712T16%2018t-.712.288T15%2019t.288.713T16%2020t.713-.288M11%2013q1.5%200%202.738-.825T15.6%2010H6.4q.65%201.35%201.875%202.175T11%2013M8.4%207q.125-.725-.038-1.225t-.687-1.15q-.5-.65-.662-1.237T6.975%202h1q-.125.725.038%201.213T8.7%204.35t.675%201.238T9.4%207zm2.5%200q.125-.725-.025-1.225t-.675-1.15Q9.675%204%209.513%203.412T9.474%202h1q-.125.725.038%201.213T11.2%204.35q.5.625.663%201.213T11.9%207zm2.5%200q.125-.725-.025-1.225t-.675-1.15q-.525-.625-.687-1.213T11.974%202h1q-.125.725.038%201.213T13.7%204.35q.5.625.663%201.213T14.4%207zM11%2013%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%22M16%2016q1.25%200%202.125.875T19%2019t-.875%202.125T16%2022q-.95%200-1.713-.55T13.2%2020H6.85l-1.525%202.4L3.6%2021.325L8.1%2014.4q-1.8-.825-2.95-2.538T4%208h14q0%202.15-1.15%203.863T13.9%2014.4l.575.9q-.525.25-.862.5t-.738.7l-1-1.55q-.2.05-.425.05h-.9q-.225%200-.425-.05L8.15%2018h5.05q.325-.9%201.088-1.45T16%2016m.713%203.713Q17%2019.425%2017%2019t-.288-.712T16%2018t-.712.288T15%2019t.288.713T16%2020t.713-.288M11%2013q1.5%200%202.738-.825T15.6%2010H6.4q.65%201.35%201.875%202.175T11%2013M8.4%207q.125-.725-.038-1.225t-.687-1.15q-.5-.65-.662-1.237T6.975%202h1q-.125.725.038%201.213T8.7%204.35t.675%201.238T9.4%207zm2.5%200q.125-.725-.025-1.225t-.675-1.15Q9.675%204%209.513%203.412T9.474%202h1q-.125.725.038%201.213T11.2%204.35q.5.625.663%201.213T11.9%207zm2.5%200q.125-.725-.025-1.225t-.675-1.15q-.525-.625-.687-1.213T11.974%202h1q-.125.725.038%201.213T13.7%204.35q.5.625.663%201.213T14.4%207zM11%2013%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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