The Phosphor bluetooth slash icon visually represents a disabled or disconnected Bluetooth connection, commonly used to indicate that Bluetooth functionality is turned off or unavailable.
Common uses
- Bluetooth setting toggled off
- Device not discoverable via Bluetooth
- Bluetooth feature unavailable
Use it in React
Install
npm i @phosphor-icons/reactImport & render
import { BluetoothSlash } from '@phosphor-icons/react';
<BluetoothSlash size={24} />Styles
Phosphor ships this icon in 6 styles — each its own import:
regular
<BluetoothSlash size={24} />thin
<BluetoothSlash size={24} weight="thin" />light
<BluetoothSlash size={24} weight="light" />bold
<BluetoothSlash size={24} weight="bold" />fill
<BluetoothSlash size={24} weight="fill" />duotone
<BluetoothSlash size={24} weight="duotone" />Details
- Library
- Phosphor (1,512 icons)
- License
- MIT
- viewBox
0 0 256 256- Category
- system
- Keywords
- wirelessconnectionconnectivitydisconnecteddisabledsystembluetoothslashno bluetoothbluetooth offbluetooth disabledbluetooth disconnected
FAQ
- What does the bluetooth-slash icon signify?
- It signifies that Bluetooth is currently disabled, disconnected, or unavailable in the system.
- How do I use the bluetooth-slash icon in React?
- You can import and use it in your React application with: import { BluetoothSlash } from '@phosphor-icons/react'
- What is the license for this icon?
- The Phosphor icon library, including the bluetooth-slash icon, is available under the MIT license.
Related icons
The same idea in other libraries, and near matches in Phosphor.
Looking for something else? Search Phosphor 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 →