# SmartphoneNfcIcon

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

Source page: https://lucide-animated.com/icons/smartphone-nfc

## Install

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

## Usage

```tsx
import { SmartphoneNfcIcon } from "@/components/icons/smartphone-nfc";

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

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

## Keywords

- phone
- cellphone
- device
- nfc
- screen

## Similar icons

- [SmartphoneChargingIcon](https://lucide-animated.com/icons/smartphone-charging.md)
- [AirplayIcon](https://lucide-animated.com/icons/airplay.md)
- [CastIcon](https://lucide-animated.com/icons/cast.md)
- [MaximizeIcon](https://lucide-animated.com/icons/maximize.md)
- [Maximize2Icon](https://lucide-animated.com/icons/maximize-2.md)
- [MonitorCheckIcon](https://lucide-animated.com/icons/monitor-check.md)
