Free cryptocurrency icon library - Download SVG and PNG icons for free.
Install dependencies:
yarn installRun the development server:
yarn devOpen http://localhost:3000 with your browser.
/app- Next.js app directory/components- React components/public/icons- Placeholder icons (SVG and PNG)/data- Metadata JSON files/lib- Utility functions
Icons are uploaded manually to Cloudflare R2 via Dashboard:
- SVG files:
svg/{category}/{icon-name}.svg - PNG files:
png/{category}/{icon-name}/{size}.png
After uploading, update data/icons-metadata.json and commit.