Flashlight Off Pixel Art Icon
A flashlight-off icon for disabled torch states, 'Turn off light' controls, and inactive spotlight or beam features.
Tags
flashlightoff
Style variants
Base, sharp, solid or glyph: see how the four styles differ and which to use.
About the Flashlight Off icon
A flashlight or torch icon with an off marker, indicating that the torch or spotlight feature is inactive. Use it as the state of a quick-settings torch toggle when the light is off, a 'Turn off flashlight' button in a camera app, or a spotlight mode indicator showing no highlight is active. It pairs directly with the flashlight icon: one shows on, one shows off. For ambient lighting rather than directed beams, lightbulb-off is the appropriate sibling.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/flashlight-off.svg" width="24" height="24" alt="Flashlight Off" />
<!-- React -->
import { FlashlightOff } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="flashlight-off.svg" width="48" height="48" style="image-rendering: pixelated" />