bonfire icon

bonfire-linear from Solar by 480 Design · Linear · Nature · CC-BY-4.0 Attribution required.

Name
bonfire-linear
Set
Solar
Style
Linear
Category
Nature
Viewbox
24×24
License
CC BY 4.0

5 other variants in Solar

The same icon in other sets

More nature icons from Solar

Use the bonfire 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-width="1.5"><path d="M18 8.80745C18 13.7615 13.7333 15 11.6 15C9.73333 15 6 13.7615 6 8.80745C6 6.71017 7.20839 5.35826 8.26099 4.65274C8.79638 4.29388 9.48354 4.55201 9.57296 5.17624C9.75127 6.421 10.8777 7.34944 11.5596 6.27998C12.1424 5.36614 12.3529 4.13169 12.3529 3.38896C12.3529 2.28965 13.503 1.59108 14.4009 2.2646C16.1512 3.5774 18 5.776 18 8.80745Z"/><path stroke-linecap="round" d="M20 15L4 22"/><path stroke-linecap="round" d="M4 15L9 17.1875M20 22L14.5 19.5938"/><path stroke-linecap="round" d="M15 10C14.8 10.6667 13.92 12 12 12"/></g></svg>

React

import type { SVGProps } from "react";

export function SolarBonfireLinear(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" strokeWidth="1.5"><path d="M18 8.80745C18 13.7615 13.7333 15 11.6 15C9.73333 15 6 13.7615 6 8.80745C6 6.71017 7.20839 5.35826 8.26099 4.65274C8.79638 4.29388 9.48354 4.55201 9.57296 5.17624C9.75127 6.421 10.8777 7.34944 11.5596 6.27998C12.1424 5.36614 12.3529 4.13169 12.3529 3.38896C12.3529 2.28965 13.503 1.59108 14.4009 2.2646C16.1512 3.5774 18 5.776 18 8.80745Z"/><path strokeLinecap="round" d="M20 15L4 22"/><path strokeLinecap="round" d="M4 15L9 17.1875M20 22L14.5 19.5938"/><path strokeLinecap="round" d="M15 10C14.8 10.6667 13.92 12 12 12"/></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-width="1.5"><path d="M18 8.80745C18 13.7615 13.7333 15 11.6 15C9.73333 15 6 13.7615 6 8.80745C6 6.71017 7.20839 5.35826 8.26099 4.65274C8.79638 4.29388 9.48354 4.55201 9.57296 5.17624C9.75127 6.421 10.8777 7.34944 11.5596 6.27998C12.1424 5.36614 12.3529 4.13169 12.3529 3.38896C12.3529 2.28965 13.503 1.59108 14.4009 2.2646C16.1512 3.5774 18 5.776 18 8.80745Z"/><path stroke-linecap="round" d="M20 15L4 22"/><path stroke-linecap="round" d="M4 15L9 17.1875M20 22L14.5 19.5938"/><path stroke-linecap="round" d="M15 10C14.8 10.6667 13.92 12 12 12"/></g></svg>
</template>

CSS

.icon-bonfire-linear {
  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-width%3D%221.5%22%3E%3Cpath%20d%3D%22M18%208.80745C18%2013.7615%2013.7333%2015%2011.6%2015C9.73333%2015%206%2013.7615%206%208.80745C6%206.71017%207.20839%205.35826%208.26099%204.65274C8.79638%204.29388%209.48354%204.55201%209.57296%205.17624C9.75127%206.421%2010.8777%207.34944%2011.5596%206.27998C12.1424%205.36614%2012.3529%204.13169%2012.3529%203.38896C12.3529%202.28965%2013.503%201.59108%2014.4009%202.2646C16.1512%203.5774%2018%205.776%2018%208.80745Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M20%2015L4%2022%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M4%2015L9%2017.1875M20%2022L14.5%2019.5938%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M15%2010C14.8%2010.6667%2013.92%2012%2012%2012%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-width%3D%221.5%22%3E%3Cpath%20d%3D%22M18%208.80745C18%2013.7615%2013.7333%2015%2011.6%2015C9.73333%2015%206%2013.7615%206%208.80745C6%206.71017%207.20839%205.35826%208.26099%204.65274C8.79638%204.29388%209.48354%204.55201%209.57296%205.17624C9.75127%206.421%2010.8777%207.34944%2011.5596%206.27998C12.1424%205.36614%2012.3529%204.13169%2012.3529%203.38896C12.3529%202.28965%2013.503%201.59108%2014.4009%202.2646C16.1512%203.5774%2018%205.776%2018%208.80745Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M20%2015L4%2022%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M4%2015L9%2017.1875M20%2022L14.5%2019.5938%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M15%2010C14.8%2010.6667%2013.92%2012%2012%2012%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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