The Phosphor bluetooth connected icon visually represents an active Bluetooth connection, commonly used to indicate that a device is paired and communicating wirelessly.
Common uses
- Displaying active Bluetooth pairing status
- Indicating a successful wireless device connection
- Showing Bluetooth is enabled and functioning
Use it in React
Install
npm i @phosphor-icons/reactImport & render
import { BluetoothConnected } from '@phosphor-icons/react';
<BluetoothConnected size={24} />Styles
Phosphor ships this icon in 6 styles — each its own import:
regular
<BluetoothConnected size={24} />thin
<BluetoothConnected size={24} weight="thin" />light
<BluetoothConnected size={24} weight="light" />bold
<BluetoothConnected size={24} weight="bold" />fill
<BluetoothConnected size={24} weight="fill" />duotone
<BluetoothConnected size={24} weight="duotone" />Details
- Library
- Phosphor (1,512 icons)
- License
- MIT
- viewBox
0 0 256 256- Category
- system
- Keywords
- wirelessconnectionconnectedconnectivitysystembluetoothwireless connectionpaired devicesignal
FAQ
- What does the bluetooth-connected icon signify?
- It signifies that a Bluetooth connection is currently active and established between devices.
- How do I use this icon in React?
- Import it as `import { BluetoothConnected } from '@phosphor-icons/react'` and use it as a component: `<BluetoothConnected />`.
- What is the license for this icon?
- This icon is distributed 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 →