Installation
Install the package that matches your stack. All packages are published under
the @takeoff-icons/* scope.
React
pnpm add @takeoff-icons/react
Each icon variant is a named export under a per-icon subpath:
import { AddIconOutlinedRounded } from '@takeoff-icons/react/add';
export function Example() {
return <AddIconOutlinedRounded />;
}
React >=18 is the only peer dependency.
Icon font
pnpm add @takeoff-icons/font
Raw SVG / core data
pnpm add @takeoff-icons/svg # individual optimized SVG files
pnpm add @takeoff-icons/core # metadata + search index + SVG data
Once installed, browse everything available in the Gallery.