# FigmaIcon

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

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

## Install

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

## Usage

```tsx
import { FigmaIcon } from "@/components/icons/figma";

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

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

## Keywords

- design
- tool
- logo

## Similar icons

- [FrameIcon](https://lucide-animated.com/icons/frame.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)
