# SyringeIcon

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

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

## Install

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

## Usage

```tsx
import { SyringeIcon } from "@/components/icons/syringe";

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

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

## Keywords

- medicine
- medical
- needle
- pump
- plunger
- nozzle
- blood

## Similar icons

- [AmbulanceIcon](https://lucide-animated.com/icons/ambulance.md)
- [BrainIcon](https://lucide-animated.com/icons/brain.md)
- [HeartPulseIcon](https://lucide-animated.com/icons/heart-pulse.md)
- [StethoscopeIcon](https://lucide-animated.com/icons/stethoscope.md)
