The HugeIcons bluetooth not connected icon visually represents the absence of an active Bluetooth connection, commonly used to indicate that a device is not paired or communicating wirelessly.
Common uses
- Status indicator for Bluetooth devices
- Error message for failed pairing
- UI element for toggling Bluetooth off
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { BluetoothNotConnectedIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={BluetoothNotConnectedIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- bluetooth offno bluetoothdisconnected bluetoothbluetooth unavailable
FAQ
- What does the Bluetooth Not Connected icon signify?
- This icon signifies that a Bluetooth device is not currently connected or paired. It's used to show the status of wireless connectivity.
- How do I use this icon in React?
- Import the icon and then render it using the HugeiconsIcon component: import { HugeiconsIcon } from '@hugeicons/react'; import { BluetoothNotConnectedIcon } from '@hugeicons/core-free-icons'; render <HugeiconsIcon icon={BluetoothNotConnectedIcon} />.
- What is the license for this icon?
- This icon is provided under the MIT license, allowing for free use in both personal and commercial projects.
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 →