fire-solid from Flowbite Icons by Themesberg · Solid · General · MIT Free for personal and commercial use.

Name
fire-solid
Set
Flowbite Icons
Style
Solid
Category
General
Viewbox
24×24
License
MIT

1 other variant in Flowbite Icons

The same icon in other sets

More general icons from Flowbite Icons

Use the fire icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.597 3.2A1 1 0 0 0 7.04 4.289a3.5 3.5 0 0 1 .057 1.795a3.45 3.45 0 0 1-.84 1.575a1 1 0 0 0-.077.094c-.596.817-3.96 5.6-.941 10.762l.03.049a7.73 7.73 0 0 0 2.917 2.602a7.6 7.6 0 0 0 3.772.829a8.06 8.06 0 0 0 3.986-.975a8.2 8.2 0 0 0 3.04-2.864c1.301-2.2 1.184-4.556.588-6.441c-.583-1.848-1.68-3.414-2.607-4.102a1 1 0 0 0-1.594.757c-.067 1.431-.363 2.551-.794 3.431c-.222-2.407-1.127-4.196-2.224-5.524c-1.147-1.39-2.564-2.3-3.323-2.788a9 9 0 0 1-.432-.287Z"/></svg>

React

import type { SVGProps } from "react";

export function FlowbiteFireSolid(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" d="M8.597 3.2A1 1 0 0 0 7.04 4.289a3.5 3.5 0 0 1 .057 1.795a3.45 3.45 0 0 1-.84 1.575a1 1 0 0 0-.077.094c-.596.817-3.96 5.6-.941 10.762l.03.049a7.73 7.73 0 0 0 2.917 2.602a7.6 7.6 0 0 0 3.772.829a8.06 8.06 0 0 0 3.986-.975a8.2 8.2 0 0 0 3.04-2.864c1.301-2.2 1.184-4.556.588-6.441c-.583-1.848-1.68-3.414-2.607-4.102a1 1 0 0 0-1.594.757c-.067 1.431-.363 2.551-.794 3.431c-.222-2.407-1.127-4.196-2.224-5.524c-1.147-1.39-2.564-2.3-3.323-2.788a9 9 0 0 1-.432-.287Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.597 3.2A1 1 0 0 0 7.04 4.289a3.5 3.5 0 0 1 .057 1.795a3.45 3.45 0 0 1-.84 1.575a1 1 0 0 0-.077.094c-.596.817-3.96 5.6-.941 10.762l.03.049a7.73 7.73 0 0 0 2.917 2.602a7.6 7.6 0 0 0 3.772.829a8.06 8.06 0 0 0 3.986-.975a8.2 8.2 0 0 0 3.04-2.864c1.301-2.2 1.184-4.556.588-6.441c-.583-1.848-1.68-3.414-2.607-4.102a1 1 0 0 0-1.594.757c-.067 1.431-.363 2.551-.794 3.431c-.222-2.407-1.127-4.196-2.224-5.524c-1.147-1.39-2.564-2.3-3.323-2.788a9 9 0 0 1-.432-.287Z"/></svg>
</template>

CSS

.icon-fire-solid {
  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%20d%3D%22M8.597%203.2A1%201%200%200%200%207.04%204.289a3.5%203.5%200%200%201%20.057%201.795a3.45%203.45%200%200%201-.84%201.575a1%201%200%200%200-.077.094c-.596.817-3.96%205.6-.941%2010.762l.03.049a7.73%207.73%200%200%200%202.917%202.602a7.6%207.6%200%200%200%203.772.829a8.06%208.06%200%200%200%203.986-.975a8.2%208.2%200%200%200%203.04-2.864c1.301-2.2%201.184-4.556.588-6.441c-.583-1.848-1.68-3.414-2.607-4.102a1%201%200%200%200-1.594.757c-.067%201.431-.363%202.551-.794%203.431c-.222-2.407-1.127-4.196-2.224-5.524c-1.147-1.39-2.564-2.3-3.323-2.788a9%209%200%200%201-.432-.287Z%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%20d%3D%22M8.597%203.2A1%201%200%200%200%207.04%204.289a3.5%203.5%200%200%201%20.057%201.795a3.45%203.45%200%200%201-.84%201.575a1%201%200%200%200-.077.094c-.596.817-3.96%205.6-.941%2010.762l.03.049a7.73%207.73%200%200%200%202.917%202.602a7.6%207.6%200%200%200%203.772.829a8.06%208.06%200%200%200%203.986-.975a8.2%208.2%200%200%200%203.04-2.864c1.301-2.2%201.184-4.556.588-6.441c-.583-1.848-1.68-3.414-2.607-4.102a1%201%200%200%200-1.594.757c-.067%201.431-.363%202.551-.794%203.431c-.222-2.407-1.127-4.196-2.224-5.524c-1.147-1.39-2.564-2.3-3.323-2.788a9%209%200%200%201-.432-.287Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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