# CloudBackupIcon

> For the complete documentation index, see [llms.txt](https://lucide-animated.com/llms.txt). Per-icon markdown is at `/icons/<name>.md` — for example https://lucide-animated.com/icons/activity.md. An MCP server is available at `/mcp`.

> Animated cloud backup icon for React — part of lucide-animated.

Source page: https://lucide-animated.com/icons/cloud-backup

## Install

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

## Usage

```tsx
import { CloudBackupIcon } from "@/components/icons/cloud-backup";

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

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

## Keywords

- cloud
- backup

## Similar icons

- [ArchiveIcon](https://lucide-animated.com/icons/archive.md)
- [CloudCogIcon](https://lucide-animated.com/icons/cloud-cog.md)
- [CloudDownloadIcon](https://lucide-animated.com/icons/cloud-download.md)
- [CloudLightningIcon](https://lucide-animated.com/icons/cloud-lightning.md)
- [CloudRainIcon](https://lucide-animated.com/icons/cloud-rain.md)
- [CloudRainWindIcon](https://lucide-animated.com/icons/cloud-rain-wind.md)
