fire-pit from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
fire-pit
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

Related icons in Huge Icons

Use the fire pit icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M8.5 2c7.5.5 6.5 9 6.5 9s2.435-.5 3-2.5c.585.863.976 2.382 1 4c.046 3.07-1.45 6.5-7 6.5c-4.439 0-7-3.5-7-6c0-2 .52-3.249 1.674-4.5C9.902 5 8.5 2 8.5 2"/><path d="M9.599 15c-1.94-3 1.454-6 1.454-6c-.323 1.167-.582 3.7.97 4.5c.969.5 2.423-.5 2.423-.5s.485 2.5-1.454 3M7 20.5a1.5 1.5 0 1 1-3 0a1.5 1.5 0 0 1 3 0"/><path d="M5.5 19h13a1.5 1.5 0 0 1 0 3h-13"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsFirePit(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5"><path d="M8.5 2c7.5.5 6.5 9 6.5 9s2.435-.5 3-2.5c.585.863.976 2.382 1 4c.046 3.07-1.45 6.5-7 6.5c-4.439 0-7-3.5-7-6c0-2 .52-3.249 1.674-4.5C9.902 5 8.5 2 8.5 2"/><path d="M9.599 15c-1.94-3 1.454-6 1.454-6c-.323 1.167-.582 3.7.97 4.5c.969.5 2.423-.5 2.423-.5s.485 2.5-1.454 3M7 20.5a1.5 1.5 0 1 1-3 0a1.5 1.5 0 0 1 3 0"/><path d="M5.5 19h13a1.5 1.5 0 0 1 0 3h-13"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M8.5 2c7.5.5 6.5 9 6.5 9s2.435-.5 3-2.5c.585.863.976 2.382 1 4c.046 3.07-1.45 6.5-7 6.5c-4.439 0-7-3.5-7-6c0-2 .52-3.249 1.674-4.5C9.902 5 8.5 2 8.5 2"/><path d="M9.599 15c-1.94-3 1.454-6 1.454-6c-.323 1.167-.582 3.7.97 4.5c.969.5 2.423-.5 2.423-.5s.485 2.5-1.454 3M7 20.5a1.5 1.5 0 1 1-3 0a1.5 1.5 0 0 1 3 0"/><path d="M5.5 19h13a1.5 1.5 0 0 1 0 3h-13"/></g></svg>
</template>

CSS

.icon-fire-pit {
  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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M8.5%202c7.5.5%206.5%209%206.5%209s2.435-.5%203-2.5c.585.863.976%202.382%201%204c.046%203.07-1.45%206.5-7%206.5c-4.439%200-7-3.5-7-6c0-2%20.52-3.249%201.674-4.5C9.902%205%208.5%202%208.5%202%22%2F%3E%3Cpath%20d%3D%22M9.599%2015c-1.94-3%201.454-6%201.454-6c-.323%201.167-.582%203.7.97%204.5c.969.5%202.423-.5%202.423-.5s.485%202.5-1.454%203M7%2020.5a1.5%201.5%200%201%201-3%200a1.5%201.5%200%200%201%203%200%22%2F%3E%3Cpath%20d%3D%22M5.5%2019h13a1.5%201.5%200%200%201%200%203h-13%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M8.5%202c7.5.5%206.5%209%206.5%209s2.435-.5%203-2.5c.585.863.976%202.382%201%204c.046%203.07-1.45%206.5-7%206.5c-4.439%200-7-3.5-7-6c0-2%20.52-3.249%201.674-4.5C9.902%205%208.5%202%208.5%202%22%2F%3E%3Cpath%20d%3D%22M9.599%2015c-1.94-3%201.454-6%201.454-6c-.323%201.167-.582%203.7.97%204.5c.969.5%202.423-.5%202.423-.5s.485%202.5-1.454%203M7%2020.5a1.5%201.5%200%201%201-3%200a1.5%201.5%200%200%201%203%200%22%2F%3E%3Cpath%20d%3D%22M5.5%2019h13a1.5%201.5%200%200%201%200%203h-13%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/fire-pit.svg?color=%231a73e8&size=48