# FrameIcon

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

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

## Install

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

## Usage

```tsx
import { FrameIcon } from "@/components/icons/frame";

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

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

## Keywords

- logo
- design
- tool

## Similar icons

- [FigmaIcon](https://lucide-animated.com/icons/figma.md)
- [BluetoothIcon](https://lucide-animated.com/icons/bluetooth.md)
- [BluetoothConnectedIcon](https://lucide-animated.com/icons/bluetooth-connected.md)
- [BluetoothOffIcon](https://lucide-animated.com/icons/bluetooth-off.md)
- [BluetoothSearchingIcon](https://lucide-animated.com/icons/bluetooth-searching.md)
- [ChromeIcon](https://lucide-animated.com/icons/chrome.md)
