bonfire icon

bonfire from Iconoir by Luca Burgio · Regular · Activities · MIT Free for personal and commercial use.

Name
bonfire
Set
Iconoir
Style
Regular
Category
Activities
Viewbox
24×24
License
MIT

The same icon in other sets

More activities icons from Iconoir

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-linecap="round" stroke-width="1.5"><path stroke-linejoin="round" d="M9 14c0 1.61 1.377 2 3.076 2c2.89 0 3.845-1.667 1.922-5c-2.691 3-3.076-1.667-2.691-3C10.153 10 9 11.879 9 14"/><path stroke-linejoin="round" d="M12 16c3.156 0 5-2.098 5-5.687S12 3 12 3s-5 3.723-5 7.313S8.844 16 12 16"/><path d="m4.273 21.07l15.454-4.14m-15.454 0L12 19m7.727 2.07l-3.863-1.035"/></g></svg>

React

import type { SVGProps } from "react";

export function IconoirBonfire(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" strokeWidth="1.5"><path strokeLinejoin="round" d="M9 14c0 1.61 1.377 2 3.076 2c2.89 0 3.845-1.667 1.922-5c-2.691 3-3.076-1.667-2.691-3C10.153 10 9 11.879 9 14"/><path strokeLinejoin="round" d="M12 16c3.156 0 5-2.098 5-5.687S12 3 12 3s-5 3.723-5 7.313S8.844 16 12 16"/><path d="m4.273 21.07l15.454-4.14m-15.454 0L12 19m7.727 2.07l-3.863-1.035"/></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-width="1.5"><path stroke-linejoin="round" d="M9 14c0 1.61 1.377 2 3.076 2c2.89 0 3.845-1.667 1.922-5c-2.691 3-3.076-1.667-2.691-3C10.153 10 9 11.879 9 14"/><path stroke-linejoin="round" d="M12 16c3.156 0 5-2.098 5-5.687S12 3 12 3s-5 3.723-5 7.313S8.844 16 12 16"/><path d="m4.273 21.07l15.454-4.14m-15.454 0L12 19m7.727 2.07l-3.863-1.035"/></g></svg>
</template>

CSS

.icon-bonfire {
  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-width%3D%221.5%22%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M9%2014c0%201.61%201.377%202%203.076%202c2.89%200%203.845-1.667%201.922-5c-2.691%203-3.076-1.667-2.691-3C10.153%2010%209%2011.879%209%2014%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M12%2016c3.156%200%205-2.098%205-5.687S12%203%2012%203s-5%203.723-5%207.313S8.844%2016%2012%2016%22%2F%3E%3Cpath%20d%3D%22m4.273%2021.07l15.454-4.14m-15.454%200L12%2019m7.727%202.07l-3.863-1.035%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-width%3D%221.5%22%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M9%2014c0%201.61%201.377%202%203.076%202c2.89%200%203.845-1.667%201.922-5c-2.691%203-3.076-1.667-2.691-3C10.153%2010%209%2011.879%209%2014%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M12%2016c3.156%200%205-2.098%205-5.687S12%203%2012%203s-5%203.723-5%207.313S8.844%2016%2012%2016%22%2F%3E%3Cpath%20d%3D%22m4.273%2021.07l15.454-4.14m-15.454%200L12%2019m7.727%202.07l-3.863-1.035%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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