Bonfire icon in outline, twotone, bold and bulk. Free in all four styles, for forecast, conditions, temperature, climate. Copy the SVG, the React, Vue or Svelte component, or download a PNG.
import { IconBonfire } from "@devigner-ui/icons";
<IconBonfire className="size-6" />
<script setup>
import { IconBonfire } from "@devigner-ui/icons-vue";
</script>
<template>
<IconBonfire class="size-6" />
</template>
<script>
import { IconBonfire } from "@devigner-ui/icons-svelte";
</script>
<IconBonfire class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M18 8.8c0 4.96-4.27 6.2-6.4 6.2C9.73 15 6 13.76 6 8.8c0-2.09 1.2-3.44 2.26-4.15.54-.36 1.22-.1 1.31.53.18 1.24 1.3 2.17 1.99 1.1.58-.91.8-2.15.8-2.9 0-1.09 1.14-1.79 2.04-1.12C16.15 3.58 18 5.78 18 8.81" stroke="currentColor" stroke-width="1.5"></path><path d="M20 15 4 22" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path><path opacity="1" d="m4 15 5 2.19M20 22l-5.5-2.4" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path><path opacity="1" d="M15 10c-.2.67-1.08 2-3 2" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path></svg>