Bluetooth Pixel Art Icon
A Bluetooth icon for wireless device pairing, peripheral connections, and Bluetooth settings entry points.
Style variants
Base, sharp, solid or glyph: see how the four styles differ and which to use.
About the Bluetooth icon
The standard Bluetooth symbol, a stylized B-shaped rune recognized across every platform and device type. Use it to label a Bluetooth settings panel, a 'Pair device' button, or a status indicator in a device management interface. Speakers, headphones, keyboards, and wearables all rely on this icon to communicate wireless connectivity. For specific states, bluetooth-connected shows a successful pairing, bluetooth-off shows the radio is disabled, and bluetooth-searching shows a scan in progress.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/bluetooth.svg" width="24" height="24" alt="Bluetooth" />
<!-- React -->
import { Bluetooth } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="bluetooth.svg" width="48" height="48" style="image-rendering: pixelated" />