Flashlight Pixel Art Icon
A flashlight icon for torch controls, mobile flashlight toggles, spotlight features, and 'Turn on light' quick-action buttons.
Style variants
Base, sharp, solid or glyph: see how the four styles differ and which to use.
About the Flashlight icon
A handheld flashlight or torch, representing a mobile device's LED torch or a spotlight highlight feature. Use it on a quick-settings tile for the phone torch, a 'Spotlight' button in a presentation tool, or a light-assist feature in a camera app. It is more specific than a generic bulb because it implies direction and portability. For the off state, flashlight-off provides the paired disabled version; for ambient room lighting, a lightbulb icon is more appropriate.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/flashlight.svg" width="24" height="24" alt="Flashlight" />
<!-- React -->
import { Flashlight } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="flashlight.svg" width="48" height="48" style="image-rendering: pixelated" />