campfire-fill from MingCute Icon by MingCute Design · Fill · Apache-2.0 Free for personal and commercial use.

Name
campfire-fill
Set
MingCute Icon
Style
Fill
Viewbox
24×24
License
Apache 2.0

1 other variant in MingCute Icon

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"><path fill="currentColor" fill-rule="evenodd" d="M13.655 2.244c-.611-.53-1.347-.054-1.929.323c-.83.537-1.639 1.09-2.384 1.742C7.782 5.674 6 7.803 6 10.5c0 3.449 2.831 5.5 6 5.5c1.921 0 3.64-.547 4.788-1.655c1.188-1.146 1.636-2.774 1.182-4.587c-.485-1.942-1.826-3.153-2.748-3.986c-.59-.532-1.198-1.109-1.29-1.944c-.031-.277.01-.477.02-.523c.096-.39.018-.787-.297-1.06M14 12.916c0 1.15-.895 2.083-2 2.083s-2-.932-2-2.083C10 11.25 12 9 12 9s2 2.25 2 3.916" clip-rule="evenodd"/><path fill="currentColor" d="M19.942 15.663a1 1 0 0 0-1.278-.605L12 17.438l-6.664-2.38a1 1 0 1 0-.672 1.883L9.027 18.5l-4.363 1.558a1 1 0 1 0 .672 1.883L12 19.561l6.664 2.38a1 1 0 0 0 .672-1.883L14.973 18.5l4.363-1.559a1 1 0 0 0 .606-1.278"/></svg>

React

import type { SVGProps } from "react";

export function MingcuteCampfireFill(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" fillRule="evenodd" d="M13.655 2.244c-.611-.53-1.347-.054-1.929.323c-.83.537-1.639 1.09-2.384 1.742C7.782 5.674 6 7.803 6 10.5c0 3.449 2.831 5.5 6 5.5c1.921 0 3.64-.547 4.788-1.655c1.188-1.146 1.636-2.774 1.182-4.587c-.485-1.942-1.826-3.153-2.748-3.986c-.59-.532-1.198-1.109-1.29-1.944c-.031-.277.01-.477.02-.523c.096-.39.018-.787-.297-1.06M14 12.916c0 1.15-.895 2.083-2 2.083s-2-.932-2-2.083C10 11.25 12 9 12 9s2 2.25 2 3.916" clipRule="evenodd"/><path fill="currentColor" d="M19.942 15.663a1 1 0 0 0-1.278-.605L12 17.438l-6.664-2.38a1 1 0 1 0-.672 1.883L9.027 18.5l-4.363 1.558a1 1 0 1 0 .672 1.883L12 19.561l6.664 2.38a1 1 0 0 0 .672-1.883L14.973 18.5l4.363-1.559a1 1 0 0 0 .606-1.278"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M13.655 2.244c-.611-.53-1.347-.054-1.929.323c-.83.537-1.639 1.09-2.384 1.742C7.782 5.674 6 7.803 6 10.5c0 3.449 2.831 5.5 6 5.5c1.921 0 3.64-.547 4.788-1.655c1.188-1.146 1.636-2.774 1.182-4.587c-.485-1.942-1.826-3.153-2.748-3.986c-.59-.532-1.198-1.109-1.29-1.944c-.031-.277.01-.477.02-.523c.096-.39.018-.787-.297-1.06M14 12.916c0 1.15-.895 2.083-2 2.083s-2-.932-2-2.083C10 11.25 12 9 12 9s2 2.25 2 3.916" clip-rule="evenodd"/><path fill="currentColor" d="M19.942 15.663a1 1 0 0 0-1.278-.605L12 17.438l-6.664-2.38a1 1 0 1 0-.672 1.883L9.027 18.5l-4.363 1.558a1 1 0 1 0 .672 1.883L12 19.561l6.664 2.38a1 1 0 0 0 .672-1.883L14.973 18.5l4.363-1.559a1 1 0 0 0 .606-1.278"/></svg>
</template>

CSS

.icon-campfire-fill {
  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%20fill-rule%3D%22evenodd%22%20d%3D%22M13.655%202.244c-.611-.53-1.347-.054-1.929.323c-.83.537-1.639%201.09-2.384%201.742C7.782%205.674%206%207.803%206%2010.5c0%203.449%202.831%205.5%206%205.5c1.921%200%203.64-.547%204.788-1.655c1.188-1.146%201.636-2.774%201.182-4.587c-.485-1.942-1.826-3.153-2.748-3.986c-.59-.532-1.198-1.109-1.29-1.944c-.031-.277.01-.477.02-.523c.096-.39.018-.787-.297-1.06M14%2012.916c0%201.15-.895%202.083-2%202.083s-2-.932-2-2.083C10%2011.25%2012%209%2012%209s2%202.25%202%203.916%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M19.942%2015.663a1%201%200%200%200-1.278-.605L12%2017.438l-6.664-2.38a1%201%200%201%200-.672%201.883L9.027%2018.5l-4.363%201.558a1%201%200%201%200%20.672%201.883L12%2019.561l6.664%202.38a1%201%200%200%200%20.672-1.883L14.973%2018.5l4.363-1.559a1%201%200%200%200%20.606-1.278%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%20fill-rule%3D%22evenodd%22%20d%3D%22M13.655%202.244c-.611-.53-1.347-.054-1.929.323c-.83.537-1.639%201.09-2.384%201.742C7.782%205.674%206%207.803%206%2010.5c0%203.449%202.831%205.5%206%205.5c1.921%200%203.64-.547%204.788-1.655c1.188-1.146%201.636-2.774%201.182-4.587c-.485-1.942-1.826-3.153-2.748-3.986c-.59-.532-1.198-1.109-1.29-1.944c-.031-.277.01-.477.02-.523c.096-.39.018-.787-.297-1.06M14%2012.916c0%201.15-.895%202.083-2%202.083s-2-.932-2-2.083C10%2011.25%2012%209%2012%209s2%202.25%202%203.916%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M19.942%2015.663a1%201%200%200%200-1.278-.605L12%2017.438l-6.664-2.38a1%201%200%201%200-.672%201.883L9.027%2018.5l-4.363%201.558a1%201%200%201%200%20.672%201.883L12%2019.561l6.664%202.38a1%201%200%200%200%20.672-1.883L14.973%2018.5l4.363-1.559a1%201%200%200%200%20.606-1.278%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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