📄 lucide/icons/bluetooth

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

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

Skip to content

Return to top

bluetooth

wireless

connectivity devices

Created:

v0.0.0

Last changed:

v0.18.0

Contributors:

colebemis ericfennis csandman

VanillaReactVueSveltePreactSolidAngularIcon font

js

import { createIcons, icons } from 'lucide';

createIcons({ icons });

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

tsx

import { Bluetooth } from 'lucide-react';

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

export default App;

vue

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

<template>
  <Bluetooth />
</template>

svelte

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

<Bluetooth />

tsx

import { Bluetooth } from 'lucide-preact';

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

export default App;

tsx

import { Bluetooth } from 'lucide-solid';

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

export default App;

tsx

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

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

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

html

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

See this icon in action

BluetoothCancel

Bug

Feature

Bluetooth

Documents Readme Bluetooth 12

112

8

11

2

More icons like this

bluetooth-connected

bluetooth-off

bluetooth-searching