README.md

September 6, 2026 · View on GitHub

Vercel OSS Program

heroicons-animated is beautifully animated heroicons.

preview

Demoheroicons-animated

Sponsorshipheroicons-animated/sponsorship

Project Structure

heroicons-animated/
├── src/                    # Website
├── packages/
│   └── react/              # React package

Installation

Using shadcn CLI

pnpm dlx shadcn add @heroicons-animated/heart

Using npm packages

pnpm add @heroicons-animated/react motion
import { BeakerIcon } from "@heroicons-animated/react";

export default function App() {
  return (
    <>
      <BeakerIcon className="size-6" />
    </>
  );
}

Star History

Star History Chart

Contributing

We welcome contributions to heroicons-animated! Please read our contributing guidelines on how to submit improvements and new icons.

Credits

License

This project is licensed under the MIT License - see the LICENSE file for details.

Contact

If you have any questions or just want to say hi, feel free to reach out to me on X 👉 @alaymanguy.