Custom icons, made to order.
From prompt to production in under five minutes.
$ npx @icon-forge/cli install acme/brand/core-icons --framework react Generated output
├─ src/components/icons/core-icons/
│ ├─ Home.tsx
│ ├─ Search.tsx
│ ├─ Billing.tsx
│ ├─ MemberInvite.tsx
│ ├─ ReleaseNotes.tsx
│ └─ index.ts
├─ iconforge.json
├─ iconforge-lock.json
└─ package.json import { Home, Search, Billing }
from "@/components/icons/core-icons";
export function SideNav() {
return (
<nav className="flex flex-col gap-2">
<Home className="h-5 w-5" />
<Search className="h-5 w-5" />
<Billing className="h-5 w-5" />
</nav>
);
} Forge the first version your team can review, name, and install.
Generate a coherent icon set before the next handoff.
Start generating
React, Vue, or React Native