# AmbulanceIcon

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

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

## Install

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

## Usage

```tsx
import { AmbulanceIcon } from "@/components/icons/ambulance";

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

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

## Keywords

- ambulance
- emergency
- medical
- hospital
- vehicle
- rescue
- siren
- healthcare
- transportation
- urgent
- first aid

## Similar icons

- [ActivityIcon](https://lucide-animated.com/icons/activity.md)
- [BrainIcon](https://lucide-animated.com/icons/brain.md)
- [EvChargerIcon](https://lucide-animated.com/icons/ev-charger.md)
- [HeartPulseIcon](https://lucide-animated.com/icons/heart-pulse.md)
- [StethoscopeIcon](https://lucide-animated.com/icons/stethoscope.md)
- [SyringeIcon](https://lucide-animated.com/icons/syringe.md)
