round outdoor grill icon

round-outdoor-grill from Google Material Icons by Material Design Authors · Baseline · Social · Apache-2.0 Free for personal and commercial use.

Name
round-outdoor-grill
Set
Google Material Icons
Style
Baseline
Category
Social
Viewbox
24×24
License
Apache 2.0

More social icons from Google Material Icons

Use the round 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="M17 22c1.66 0 3-1.34 3-3s-1.34-3-3-3c-1.3 0-2.4.84-2.82 2H9.14l1.99-3.06a6.4 6.4 0 0 0 1.74 0l1.02 1.57c.42-.53.96-.95 1.6-1.21l-.6-.93c2.1-.95 3.64-2.9 4.02-5.24c.1-.59-.39-1.13-.99-1.13H6.08c-.6 0-1.09.54-.99 1.14a7.01 7.01 0 0 0 4.02 5.24l-3.95 6.08a1 1 0 0 0 .29 1.38a1 1 0 0 0 1.38-.29l1-1.55h6.34c.43 1.16 1.53 2 2.83 2m0-4c.55 0 1 .45 1 1s-.45 1-1 1s-1-.45-1-1s.45-1 1-1M9.5 6.47c-.02.28.18.53.46.53H10c.24 0 .44-.18.46-.42c.1-.87.04-1.39-.94-2.54c-.36-.43-.6-.69-.53-1.55c.03-.26-.19-.49-.46-.49h-.05c-.24 0-.45.19-.47.43c-.08.93.2 1.74.95 2.53c.19.21.64.56.54 1.51m2.49 0c-.03.28.18.53.46.53h.03c.24 0 .44-.18.46-.42c.1-.87.04-1.39-.94-2.54c-.36-.43-.61-.69-.53-1.55c.03-.26-.19-.49-.46-.49h-.05c-.24 0-.45.19-.47.43c-.08.93.2 1.74.95 2.53c.19.21.64.56.55 1.51m2.51 0c-.02.28.18.53.46.53H15c.24 0 .44-.18.46-.42c.1-.87.04-1.39-.94-2.54c-.36-.43-.61-.69-.53-1.55c.03-.26-.19-.49-.46-.49h-.05c-.24 0-.45.19-.47.43c-.08.93.2 1.74.95 2.53c.19.21.64.56.54 1.51"/></svg>

React

import type { SVGProps } from "react";

export function IcRoundOutdoorGrill(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="M17 22c1.66 0 3-1.34 3-3s-1.34-3-3-3c-1.3 0-2.4.84-2.82 2H9.14l1.99-3.06a6.4 6.4 0 0 0 1.74 0l1.02 1.57c.42-.53.96-.95 1.6-1.21l-.6-.93c2.1-.95 3.64-2.9 4.02-5.24c.1-.59-.39-1.13-.99-1.13H6.08c-.6 0-1.09.54-.99 1.14a7.01 7.01 0 0 0 4.02 5.24l-3.95 6.08a1 1 0 0 0 .29 1.38a1 1 0 0 0 1.38-.29l1-1.55h6.34c.43 1.16 1.53 2 2.83 2m0-4c.55 0 1 .45 1 1s-.45 1-1 1s-1-.45-1-1s.45-1 1-1M9.5 6.47c-.02.28.18.53.46.53H10c.24 0 .44-.18.46-.42c.1-.87.04-1.39-.94-2.54c-.36-.43-.6-.69-.53-1.55c.03-.26-.19-.49-.46-.49h-.05c-.24 0-.45.19-.47.43c-.08.93.2 1.74.95 2.53c.19.21.64.56.54 1.51m2.49 0c-.03.28.18.53.46.53h.03c.24 0 .44-.18.46-.42c.1-.87.04-1.39-.94-2.54c-.36-.43-.61-.69-.53-1.55c.03-.26-.19-.49-.46-.49h-.05c-.24 0-.45.19-.47.43c-.08.93.2 1.74.95 2.53c.19.21.64.56.55 1.51m2.51 0c-.02.28.18.53.46.53H15c.24 0 .44-.18.46-.42c.1-.87.04-1.39-.94-2.54c-.36-.43-.61-.69-.53-1.55c.03-.26-.19-.49-.46-.49h-.05c-.24 0-.45.19-.47.43c-.08.93.2 1.74.95 2.53c.19.21.64.56.54 1.51"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17 22c1.66 0 3-1.34 3-3s-1.34-3-3-3c-1.3 0-2.4.84-2.82 2H9.14l1.99-3.06a6.4 6.4 0 0 0 1.74 0l1.02 1.57c.42-.53.96-.95 1.6-1.21l-.6-.93c2.1-.95 3.64-2.9 4.02-5.24c.1-.59-.39-1.13-.99-1.13H6.08c-.6 0-1.09.54-.99 1.14a7.01 7.01 0 0 0 4.02 5.24l-3.95 6.08a1 1 0 0 0 .29 1.38a1 1 0 0 0 1.38-.29l1-1.55h6.34c.43 1.16 1.53 2 2.83 2m0-4c.55 0 1 .45 1 1s-.45 1-1 1s-1-.45-1-1s.45-1 1-1M9.5 6.47c-.02.28.18.53.46.53H10c.24 0 .44-.18.46-.42c.1-.87.04-1.39-.94-2.54c-.36-.43-.6-.69-.53-1.55c.03-.26-.19-.49-.46-.49h-.05c-.24 0-.45.19-.47.43c-.08.93.2 1.74.95 2.53c.19.21.64.56.54 1.51m2.49 0c-.03.28.18.53.46.53h.03c.24 0 .44-.18.46-.42c.1-.87.04-1.39-.94-2.54c-.36-.43-.61-.69-.53-1.55c.03-.26-.19-.49-.46-.49h-.05c-.24 0-.45.19-.47.43c-.08.93.2 1.74.95 2.53c.19.21.64.56.55 1.51m2.51 0c-.02.28.18.53.46.53H15c.24 0 .44-.18.46-.42c.1-.87.04-1.39-.94-2.54c-.36-.43-.61-.69-.53-1.55c.03-.26-.19-.49-.46-.49h-.05c-.24 0-.45.19-.47.43c-.08.93.2 1.74.95 2.53c.19.21.64.56.54 1.51"/></svg>
</template>

CSS

.icon-round-outdoor-grill {
  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%22M17%2022c1.66%200%203-1.34%203-3s-1.34-3-3-3c-1.3%200-2.4.84-2.82%202H9.14l1.99-3.06a6.4%206.4%200%200%200%201.74%200l1.02%201.57c.42-.53.96-.95%201.6-1.21l-.6-.93c2.1-.95%203.64-2.9%204.02-5.24c.1-.59-.39-1.13-.99-1.13H6.08c-.6%200-1.09.54-.99%201.14a7.01%207.01%200%200%200%204.02%205.24l-3.95%206.08a1%201%200%200%200%20.29%201.38a1%201%200%200%200%201.38-.29l1-1.55h6.34c.43%201.16%201.53%202%202.83%202m0-4c.55%200%201%20.45%201%201s-.45%201-1%201s-1-.45-1-1s.45-1%201-1M9.5%206.47c-.02.28.18.53.46.53H10c.24%200%20.44-.18.46-.42c.1-.87.04-1.39-.94-2.54c-.36-.43-.6-.69-.53-1.55c.03-.26-.19-.49-.46-.49h-.05c-.24%200-.45.19-.47.43c-.08.93.2%201.74.95%202.53c.19.21.64.56.54%201.51m2.49%200c-.03.28.18.53.46.53h.03c.24%200%20.44-.18.46-.42c.1-.87.04-1.39-.94-2.54c-.36-.43-.61-.69-.53-1.55c.03-.26-.19-.49-.46-.49h-.05c-.24%200-.45.19-.47.43c-.08.93.2%201.74.95%202.53c.19.21.64.56.55%201.51m2.51%200c-.02.28.18.53.46.53H15c.24%200%20.44-.18.46-.42c.1-.87.04-1.39-.94-2.54c-.36-.43-.61-.69-.53-1.55c.03-.26-.19-.49-.46-.49h-.05c-.24%200-.45.19-.47.43c-.08.93.2%201.74.95%202.53c.19.21.64.56.54%201.51%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%22M17%2022c1.66%200%203-1.34%203-3s-1.34-3-3-3c-1.3%200-2.4.84-2.82%202H9.14l1.99-3.06a6.4%206.4%200%200%200%201.74%200l1.02%201.57c.42-.53.96-.95%201.6-1.21l-.6-.93c2.1-.95%203.64-2.9%204.02-5.24c.1-.59-.39-1.13-.99-1.13H6.08c-.6%200-1.09.54-.99%201.14a7.01%207.01%200%200%200%204.02%205.24l-3.95%206.08a1%201%200%200%200%20.29%201.38a1%201%200%200%200%201.38-.29l1-1.55h6.34c.43%201.16%201.53%202%202.83%202m0-4c.55%200%201%20.45%201%201s-.45%201-1%201s-1-.45-1-1s.45-1%201-1M9.5%206.47c-.02.28.18.53.46.53H10c.24%200%20.44-.18.46-.42c.1-.87.04-1.39-.94-2.54c-.36-.43-.6-.69-.53-1.55c.03-.26-.19-.49-.46-.49h-.05c-.24%200-.45.19-.47.43c-.08.93.2%201.74.95%202.53c.19.21.64.56.54%201.51m2.49%200c-.03.28.18.53.46.53h.03c.24%200%20.44-.18.46-.42c.1-.87.04-1.39-.94-2.54c-.36-.43-.61-.69-.53-1.55c.03-.26-.19-.49-.46-.49h-.05c-.24%200-.45.19-.47.43c-.08.93.2%201.74.95%202.53c.19.21.64.56.55%201.51m2.51%200c-.02.28.18.53.46.53H15c.24%200%20.44-.18.46-.42c.1-.87.04-1.39-.94-2.54c-.36-.43-.61-.69-.53-1.55c.03-.26-.19-.49-.46-.49h-.05c-.24%200-.45.19-.47.43c-.08.93.2%201.74.95%202.53c.19.21.64.56.54%201.51%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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