Flame 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 { IconFlame } from "@devigner-ui/icons";
<IconFlame className="size-6" />
<script setup>
import { IconFlame } from "@devigner-ui/icons-vue";
</script>
<template>
<IconFlame class="size-6" />
</template>
<script>
import { IconFlame } from "@devigner-ui/icons-svelte";
</script>
<IconFlame class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M15.36 21.75C17.38 21.12 20 19.25 20 15c0-4.62-5.06-9.59-8.43-12.15-.55-.43-1.35-.12-1.61.53C8.3 7.5 4 11.85 4 15c0 3.1 2.25 5.3 4.08 6.37" stroke="currentColor" stroke-width="1.5"></path><path opacity="1" d="M15.36 21.75c-.43.14-.72-.37-.46-.74.88-1.26 1.9-3.2 1.9-5 0-1.96-1.64-4.26-2.93-5.68-.3-.33-.8-.11-.82.32-.05 1.45-.28 3.4-1.27 4.91a.4.4 0 0 1-.67.04c-.31-.4-.62-.87-.93-1.25-.16-.2-.46-.21-.66-.03-.74.7-1.79 1.8-1.79 3.18 0 .99.47 2.22.96 3.17.22.44-.19.95-.6.7" stroke="currentColor" stroke-width="1.5"></path></svg>