campfire-filled from Tabler Icons by Paweł Kuna · Filled · MIT Free for personal and commercial use.

Name
campfire-filled
Set
Tabler Icons
Style
Filled
Viewbox
24×24
License
MIT

1 other variant in Tabler Icons

The same icon in other sets

Use the campfire icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M19.757 16.03a1 1 0 0 1 .597 1.905l-.111.035l-16 4a1 1 0 0 1-.597-1.905l.111-.035z"/><path d="M3.03 16.757a1 1 0 0 1 1.098-.749l.115.022l16 4a1 1 0 0 1-.37 1.962l-.116-.022l-16-4a1 1 0 0 1-.727-1.213M13.553 2.106C9.379 4.192 7 7.464 7 11a5 5 0 0 0 10 0c0-1.047-.188-1.808-.606-2.705l-.169-.345l-.33-.647C15.274 6.063 15 4.965 15 3a1 1 0 0 0-1.447-.894"/></g></svg>

React

import type { SVGProps } from "react";

export function TablerCampfireFilled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M19.757 16.03a1 1 0 0 1 .597 1.905l-.111.035l-16 4a1 1 0 0 1-.597-1.905l.111-.035z"/><path d="M3.03 16.757a1 1 0 0 1 1.098-.749l.115.022l16 4a1 1 0 0 1-.37 1.962l-.116-.022l-16-4a1 1 0 0 1-.727-1.213M13.553 2.106C9.379 4.192 7 7.464 7 11a5 5 0 0 0 10 0c0-1.047-.188-1.808-.606-2.705l-.169-.345l-.33-.647C15.274 6.063 15 4.965 15 3a1 1 0 0 0-1.447-.894"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M19.757 16.03a1 1 0 0 1 .597 1.905l-.111.035l-16 4a1 1 0 0 1-.597-1.905l.111-.035z"/><path d="M3.03 16.757a1 1 0 0 1 1.098-.749l.115.022l16 4a1 1 0 0 1-.37 1.962l-.116-.022l-16-4a1 1 0 0 1-.727-1.213M13.553 2.106C9.379 4.192 7 7.464 7 11a5 5 0 0 0 10 0c0-1.047-.188-1.808-.606-2.705l-.169-.345l-.33-.647C15.274 6.063 15 4.965 15 3a1 1 0 0 0-1.447-.894"/></g></svg>
</template>

CSS

.icon-campfire-filled {
  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%22currentColor%22%3E%3Cpath%20d%3D%22M19.757%2016.03a1%201%200%200%201%20.597%201.905l-.111.035l-16%204a1%201%200%200%201-.597-1.905l.111-.035z%22%2F%3E%3Cpath%20d%3D%22M3.03%2016.757a1%201%200%200%201%201.098-.749l.115.022l16%204a1%201%200%200%201-.37%201.962l-.116-.022l-16-4a1%201%200%200%201-.727-1.213M13.553%202.106C9.379%204.192%207%207.464%207%2011a5%205%200%200%200%2010%200c0-1.047-.188-1.808-.606-2.705l-.169-.345l-.33-.647C15.274%206.063%2015%204.965%2015%203a1%201%200%200%200-1.447-.894%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%22currentColor%22%3E%3Cpath%20d%3D%22M19.757%2016.03a1%201%200%200%201%20.597%201.905l-.111.035l-16%204a1%201%200%200%201-.597-1.905l.111-.035z%22%2F%3E%3Cpath%20d%3D%22M3.03%2016.757a1%201%200%200%201%201.098-.749l.115.022l16%204a1%201%200%200%201-.37%201.962l-.116-.022l-16-4a1%201%200%200%201-.727-1.213M13.553%202.106C9.379%204.192%207%207.464%207%2011a5%205%200%200%200%2010%200c0-1.047-.188-1.808-.606-2.705l-.169-.345l-.33-.647C15.274%206.063%2015%204.965%2015%203a1%201%200%200%200-1.447-.894%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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