📄 lucide/icons/bluetooth-off

File: bluetooth-off.md | Updated: 11/15/2025

Source: https://lucide.dev/icons/bluetooth-off

Skip to content

Return to top

bluetooth-off

lost

connectivity devices

Created:

v0.1.0

Last changed:

v0.18.0

Contributors:

ericfennis csandman

VanillaReactVueSveltePreactSolidAngularIcon font

js

import { createIcons, icons } from 'lucide';

createIcons({ icons });

document.body.append('<i data-lucide="bluetooth-off"></i>');  

tsx

import { BluetoothOff } from 'lucide-react';

const App = () => {
  return (
    <BluetoothOff />
  );
};

export default App;

vue

<script setup>
import { BluetoothOff } from 'lucide-vue-next';
</script>

<template>
  <BluetoothOff />
</template>

svelte

<script>
import { BluetoothOff } from 'lucide-svelte';
</script>

<BluetoothOff />

tsx

import { BluetoothOff } from 'lucide-preact';

const App = () => {
  return (
    <BluetoothOff />
  );
};

export default App;

tsx

import { BluetoothOff } from 'lucide-solid';

const App = () => {
  return (
    <BluetoothOff />
  );
};

export default App;

tsx

// app.module.ts
import { LucideAngularModule, BluetoothOff } from 'lucide-angular';

@NgModule({
  imports: [\
    LucideAngularModule.pick({ BluetoothOff })\
  ],
})

// app.component.html
<lucide-icon name="bluetooth-off"></lucide-icon>

html

<div class="icon-bluetooth-off"></div>

See this icon in action

BluetoothCancel

Bug

Feature

Bluetooth

Documents Readme Bluetooth 12

112

8

11

2

More icons like this

alarm-clock-off

bean-off

beer-off

bell-off

bluetooth-connected

bluetooth-searching

bluetooth

bot-off

bug-off

calendar-off

camera-off

candy-off

captions-off

cigarette-off

circle-off

circle-parking-off

cloud-off

dna-off

droplet-off

ear-off

egg-off

eye-off

fish-off

flag-off

flashlight-off

flask-conical-off

headphone-off

heart-off

hop-off

image-off

keyboard-off

lightbulb-off

link-2-off

locate-off

map-pin-off

megaphone-off

message-circle-off

message-square-off

mic-off

milk-off

monitor-off

mouse-off

mouse-pointer-2-off

navigation-2-off

navigation-off

nut-off

pen-off

pencil-off

phone-off

pin-off

pointer-off

power-off

refresh-cw-off

route-off

save-off

screen-share-off

server-off

shield-off

square-parking-off

star-off

timer-off

touchpad-off

umbrella-off

vibrate-off

video-off

volume-off

webhook-off

wheat-off