Introducing Magic UI Pro - 50+ blocks and templates to build beautiful landing pages in minutes.

Command Palette

Search for a command to run...

Docs
Icon Cloud

Icon Cloud

An interactive 3D tag cloud component

Installation

pnpm dlx shadcn@latest add "https://magicui.design/r/icon-cloud"

With Images

With SVG Icons

Usage

import { IconCloud } from "@/components/magicui/icon-cloud";
<div className="relative overflow-hidden">
  <IconCloud images={images} />
</div>

Props

PropTypeDefaultDescription
iconsReact.ReactNode[][]Array of icons to render in the cloud
imagesstring[][]Array of image URLs to render in the cloud