Pixelarticons

Bluetooth Off Pixel Art Icon

A crossed-out Bluetooth icon for disabled wireless radios, Bluetooth-off states, and 'Airplane mode' companion indicators.

devices Pro 1 variant

Tags

bluetoothoff

Style variants

base

Outline ยท rounded corners

Get Pro

Base, sharp, solid or glyph: see how the four styles differ and which to use.

About the Bluetooth Off icon

The Bluetooth symbol with a slash or off marker, indicating that the Bluetooth radio is disabled. Use it in system status bars, a quick-settings tile in its inactive state, or an airplane mode summary showing which radios are off. It helps users identify quickly why a peripheral is not connecting. Tapping it should toggle the radio on and transition to the plain bluetooth icon. For a scan with no results yet, bluetooth-searching covers the searching state.

Usage

<!-- HTML -->
<img src="pixelarticons/svg/bluetooth-off.svg" width="24" height="24" alt="Bluetooth Off" />

<!-- React -->
import { BluetoothOff } from 'pixelarticons/react'

<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="bluetooth-off.svg" width="48" height="48" style="image-rendering: pixelated" />

Related icons