# BluetoothSearchingIcon

> For the complete documentation index, see [llms.txt](https://lucide-animated.com/llms.txt). Per-icon markdown is at `https://lucide-animated.com/icons/<name>.md`. An MCP server is available at `https://lucide-animated.com/mcp`.

> Animated bluetooth searching icon for React — part of lucide-animated.

Source page: https://lucide-animated.com/icons/bluetooth-searching

## Install

```bash
npx shadcn@latest add "https://lucide-animated.com/r/bluetooth-searching.json"
```

## Usage

```tsx
import { BluetoothSearchingIcon } from "@/components/icons/bluetooth-searching";

export function Demo() {
  return <BluetoothSearchingIcon className="size-6" />;
}
```

The component animates on hover by default. All standard SVG props are forwarded.

## Keywords

- tool
- connection
- network

## Similar icons

- [BluetoothIcon](https://lucide-animated.com/icons/bluetooth.md)
- [BluetoothConnectedIcon](https://lucide-animated.com/icons/bluetooth-connected.md)
- [BluetoothOffIcon](https://lucide-animated.com/icons/bluetooth-off.md)
- [WorkflowIcon](https://lucide-animated.com/icons/workflow.md)
- [DiscordIcon](https://lucide-animated.com/icons/discord.md)
- [DribbbleIcon](https://lucide-animated.com/icons/dribbble.md)
