The Tabler bulb icon depicts a light bulb, commonly used to represent ideas, creativity, or suggestions in user interfaces.
Common uses
- Button to submit a new idea
- Tooltip for a 'tip' or 'suggestion' feature
- Indicator for a 'creative mode' setting
Use it in React
Install
npm i @tabler/icons-reactImport & render
import { IconBulb } from '@tabler/icons-react';
<IconBulb size={24} stroke={2} />Styles
Tabler ships this icon in 2 styles — each its own import:
outline
<IconBulb size={24} stroke={2} />filled
<IconBulbFilled size={24} stroke={2} />Details
- Library
- Tabler (5,093 icons)
- License
- MIT
- viewBox
0 0 24 24- Category
- Design
- Keywords
- energypowerelectricitycreativitylightideabulbdesignlightbulbsuggestion
FAQ
- What does the bulb icon represent?
- It represents an idea, creativity, or a suggestion. It can also symbolize energy or light.
- How do I use the bulb icon in React?
- You can import and use it like this: import { IconBulb } from '@tabler/icons-react'. Then render it as <IconBulb />.
- What is the license for this icon?
- The Tabler icons, including the bulb icon, are available 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 →