# ChromeIcon

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

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

## Install

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

## Usage

```tsx
import { ChromeIcon } from "@/components/icons/chrome";

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

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

## Keywords

- browser
- google
- internet
- web
- logo

## Similar icons

- [EarthIcon](https://lucide-animated.com/icons/earth.md)
- [FigmaIcon](https://lucide-animated.com/icons/figma.md)
- [FrameIcon](https://lucide-animated.com/icons/frame.md)
- [GithubIcon](https://lucide-animated.com/icons/github.md)
- [WebhookIcon](https://lucide-animated.com/icons/webhook.md)
- [WifiIcon](https://lucide-animated.com/icons/wifi.md)
