The Tabler bolt icon depicts a stylized lightning bolt, commonly used to represent concepts like energy, power, speed, or quick actions in user interfaces.
Common uses
- Power/energy status indicator
- Quick action button
- Speed or performance metric
Use it in React
Install
npm i @tabler/icons-reactImport & render
import { IconBolt } from '@tabler/icons-react';
<IconBolt size={24} stroke={2} />Styles
Tabler ships this icon in 2 styles — each its own import:
outline
<IconBolt size={24} stroke={2} />filled
<IconBoltFilled size={24} stroke={2} />Details
- Library
- Tabler (5,093 icons)
- License
- MIT
- viewBox
0 0 24 24- Category
- Design
- Keywords
- energypowerelectricitystormlightningflashboltquickfastspeeddesign
FAQ
- What does the bolt icon represent?
- It represents energy, power, electricity, or speed. It's often used for quick actions or status indicators.
- How do I use the bolt icon in React?
- You can import and use it like this: import { IconBolt } from '@tabler/icons-react'; <IconBolt />.
- What is the license for the Tabler bolt icon?
- The Tabler icon library, including the bolt 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 →