# MapPinOffIcon

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

Source page: https://lucide-animated.com/icons/map-pin-off

## Install

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

## Usage

```tsx
import { MapPinOffIcon } from "@/components/icons/map-pin-off";

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

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

## Keywords

- map
- pin
- marker
- location
- address
- waypoint
- off
- remove
- non available
- invalid

## Similar icons

- [MapPinMinusIcon](https://lucide-animated.com/icons/map-pin-minus.md)
- [MapPinMinusInsideIcon](https://lucide-animated.com/icons/map-pin-minus-inside.md)
- [MapPinXInsideIcon](https://lucide-animated.com/icons/map-pin-x-inside.md)
- [MapPinCheckIcon](https://lucide-animated.com/icons/map-pin-check.md)
- [MapPinCheckInsideIcon](https://lucide-animated.com/icons/map-pin-check-inside.md)
- [MapPinHouseIcon](https://lucide-animated.com/icons/map-pin-house.md)
