# StethoscopeIcon

> 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 stethoscope icon for React — part of lucide-animated.

Source page: https://lucide-animated.com/icons/stethoscope

## Install

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

## Usage

```tsx
import { StethoscopeIcon } from "@/components/icons/stethoscope";

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

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

## Keywords

- phonendoscope
- medical
- heart
- lungs
- sound

## Similar icons

- [AmbulanceIcon](https://lucide-animated.com/icons/ambulance.md)
- [AudioLinesIcon](https://lucide-animated.com/icons/audio-lines.md)
- [BellIcon](https://lucide-animated.com/icons/bell.md)
- [BrainIcon](https://lucide-animated.com/icons/brain.md)
- [DrumIcon](https://lucide-animated.com/icons/drum.md)
- [FolderHeartIcon](https://lucide-animated.com/icons/folder-heart.md)
