The Heroicons bolt slash icon depicts a lightning bolt crossed out, commonly used to indicate a disabled or unavailable power or electrical function.
Common uses
- Disabling a power-saving mode
- Indicating an offline status for a device
- Showing a feature that is not currently active
Use it in React
Install
npm i @heroicons/reactImport & render
import { BoltSlashIcon } from '@heroicons/react/24/outline';
<BoltSlashIcon className="size-6" />Styles
Heroicons ships this icon in 4 styles — each its own import:
24/outline
<BoltSlashIcon className="size-6" />24/solid
<BoltSlashIcon className="size-6" />20/solid
<BoltSlashIcon className="size-6" />16/solid
<BoltSlashIcon className="size-6" />Details
- Library
- Heroicons (324 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- boltslashpower offelectricity disabledno powerlightning strike off
FAQ
- What does the bolt slash icon represent?
- It represents a disabled or unavailable electrical or power-related function.
- How do I use the bolt slash icon in React?
- Import it from Heroicons like this: import { BoltSlashIcon } from '@heroicons/react/24/outline'
- What is the license for Heroicons?
- Heroicons are available under the MIT license.
Related icons
The same idea in other libraries, and near matches in Heroicons.