Lightbulb Pixel Art Icon
A lightbulb icon for ideas, tips, hints, inspiration features, and 'Pro tip' callouts in tutorials and help content.
Tags
idealampbulb
Style variants
base
Outline · rounded corners
Base, sharp, solid or glyph: see how the four styles differ and which to use.
About the Lightbulb icon
A lightbulb, the classic symbol for ideas, insight, and creative thinking. Use it on 'Tips and tricks' sections, an inspiration or idea board, a 'Pro tip' callout in documentation, or a suggestions panel in an AI writing tool. It conveys that something helpful or clever follows. For toggling a physical light source like a smart home device, a lamp or smart-home icon may be clearer. When the idea source is explicitly inactive or unavailable, lightbulb-off provides the disabled state.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/lightbulb.svg" width="24" height="24" alt="Lightbulb" />
<!-- React -->
import { Lightbulb } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="lightbulb.svg" width="48" height="48" style="image-rendering: pixelated" />