The HugeIcons flash off icon visually represents the deactivation or absence of a flash, commonly used to indicate that the camera flash is turned off or not available.
Common uses
- Camera settings: Toggle for flash on/off.
- Status indicator: Show flash is disabled.
- UI element: Representing a disabled flash feature.
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { FlashOffIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={FlashOffIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- no flashflash disabledcamera flash offflash symbol
FAQ
- What does the flash off icon represent?
- It signifies that a flash feature is turned off or unavailable, often seen in camera interfaces.
- How do I use the FlashOffIcon in React?
- Import it as `import { FlashOffIcon } from '@hugeicons/core-free-icons';` and render it using `<HugeiconsIcon icon={FlashOffIcon} />`.
- What is the license for this icon?
- The HugeIcons library, including the FlashOffIcon, is available under the MIT license.
Related icons
The same idea in other libraries, and near matches in HugeIcons.
Looking for something else? Search HugeIcons 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 →