John KuehJohn Kueh

signal slash icon

Heroicons · signal-slash · MIT

Download SVG

The Heroicons signal slash icon depicts a signal strength indicator with a diagonal line through it, commonly used to represent a lost or disabled network connection.

Common uses

  • Indicate no internet access
  • Show disabled Wi-Fi
  • Represent a failed connection attempt

Use it in React

Install
npm i @heroicons/react
Import & render
import { SignalSlashIcon } from '@heroicons/react/24/outline';

<SignalSlashIcon className="size-6" />

Styles

Heroicons ships this icon in 4 styles — each its own import:

24/outline
<SignalSlashIcon className="size-6" />
24/solid
<SignalSlashIcon className="size-6" />
20/solid
<SignalSlashIcon className="size-6" />
16/solid
<SignalSlashIcon className="size-6" />

Details

Library
Heroicons (324 icons)
License
MIT
viewBox
0 0 24 24
Keywords
signalslashno signalwifi offconnection errornetwork disabled

FAQ

What does the signal slash icon represent?
It visually communicates the absence or disabling of a signal, such as a network connection.
How do I use this icon in React?
Import it using `import { SignalSlashIcon } from '@heroicons/react/24/outline';` and then use it as a React component.
What is the license for this icon?
The Heroicons signal slash icon is available under the MIT license.

Related icons

The same idea in other libraries, and near matches in Heroicons.

Looking for something else? Search Heroicons 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 →