John KuehJohn Kueh

fire icon

Heroicons · fire · MIT

Download SVG

The Heroicons fire icon depicts a flame and is commonly used to represent concepts like heat, danger, or something being popular or trending.

Common uses

  • Indicate a 'hot' or trending item
  • Show a 'danger' or warning status
  • Represent a 'burn' or high-temperature state

Use it in React

Install
npm i @heroicons/react
Import & render
import { FireIcon } from '@heroicons/react/24/outline';

<FireIcon className="size-6" />

Styles

Heroicons ships this icon in 4 styles — each its own import:

24/outline
<FireIcon className="size-6" />
24/solid
<FireIcon className="size-6" />
20/solid
<FireIcon className="size-6" />
16/solid
<FireIcon className="size-6" />

Details

Library
Heroicons (324 icons)
License
MIT
viewBox
0 0 24 24
Keywords
fireflamehottrendingdanger

FAQ

What does the fire icon represent?
The fire icon visually represents a flame. It's often used in UIs to signify heat, danger, or popularity.
How do I use the fire icon in React?
You can import and use the fire icon in React with the following statement: `import { FireIcon } from '@heroicons/react/24/outline'`. Then, render it as `<FireIcon />`.
What is the license for Heroicons?
Heroicons are provided under the MIT license, allowing for free use in both personal and commercial projects.

Related icons

The same idea in other libraries, and near matches in Heroicons.

Looking for something else? Search Heroicons and 4 more libraries by description →