# MapPinCheckInsideIcon

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

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

## Install

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

## Usage

```tsx
import { MapPinCheckInsideIcon } from "@/components/icons/map-pin-check-inside";

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

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

## Keywords

- map
- pin
- marker
- location
- address
- waypoint
- done
- tick
- complete
- task
- added

## Similar icons

- [MapPinCheckIcon](https://lucide-animated.com/icons/map-pin-check.md)
- [MapPinHouseIcon](https://lucide-animated.com/icons/map-pin-house.md)
- [MapPinMinusIcon](https://lucide-animated.com/icons/map-pin-minus.md)
- [MapPinMinusInsideIcon](https://lucide-animated.com/icons/map-pin-minus-inside.md)
- [MapPinOffIcon](https://lucide-animated.com/icons/map-pin-off.md)
- [MapPinPlusIcon](https://lucide-animated.com/icons/map-pin-plus.md)
