The Tabler flame icon depicts a stylized flame, commonly used to represent concepts like heat, energy, passion, or danger in user interfaces.
Common uses
- Indicate a 'hot' or 'trending' item.
- Represent a 'burn' or 'overheat' status.
- Symbolize 'energy' or 'power' settings.
Use it in React
Install
npm i @tabler/icons-reactImport & render
import { IconFlame } from '@tabler/icons-react';
<IconFlame size={24} stroke={2} />Styles
Tabler ships this icon in 2 styles — each its own import:
outline
<IconFlame size={24} stroke={2} />filled
<IconFlameFilled size={24} stroke={2} />Details
- Library
- Tabler (5,093 icons)
- License
- MIT
- viewBox
0 0 24 24- Category
- Nature
- Keywords
- firefireplacelightburnbonfiresmokebarbecueflamenaturehot
FAQ
- What does the flame icon represent?
- It visually represents a flame, often used for concepts like heat, energy, passion, or danger.
- How do I use the flame icon in React?
- You can import and use it like this: import { IconFlame } from '@tabler/icons-react'; <IconFlame />.
- What is the license for the Tabler flame icon?
- The Tabler flame icon is distributed under the MIT license.
Related icons
The same idea in other libraries, and near matches in Tabler.
Looking for something else? Search Tabler and 4 more libraries by description →
The search behind these pages runs as a Claude Code skill. What skills are and how I ship them →