The Lucide flashlight off icon visually represents a deactivated flashlight, commonly used in UIs to indicate a disabled lighting feature or a state where illumination is not active.
Common uses
- Toggle button for a flashlight feature
- Status indicator for 'lights out' mode
- Icon for a 'turn off lights' action
Use it in React
Install
npm i lucide-reactImport & render
import { FlashlightOff } from 'lucide-react';
<FlashlightOff size={24} />Details
- Library
- Lucide (1,713 icons)
- License
- ISC
- viewBox
0 0 24 24- Keywords
- torchlightbeamemergencysafetytoolbrightflashlightofftorch offno lightdarknesslight off
FAQ
- What does the flashlight off icon represent?
- It depicts a flashlight that is not emitting light, often used to signify a disabled or inactive lighting function.
- How do I use the flashlight off icon in React?
- You can import and use it directly from the 'lucide-react' library with the following import statement: import { FlashlightOff } from 'lucide-react'.
- What is the license for the Lucide flashlight off icon?
- The Lucide icon library, including the flashlight off icon, is distributed under the ISC license.
Related icons
The same idea in other libraries, and near matches in Lucide.
Looking for something else? Search Lucide 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 →