Submit an Icon
Help grow the Solana Icons library by contributing missing logos.
1
Fork the repository
github.com/ikeacrisp/iconsol ↗2
Add your SVG
Place your SVG in the correct category folder:icons/{tokens|defi|wallets|nft|infrastructure}/{id}.svg
3
SVG requirements
- ✓Valid viewBox attribute (e.g., 0 0 24 24)
- ✓No hardcoded width/height on root <svg>
- ✓No fill="black" — use currentColor or brand colors
- ✓Cleaned paths — run through SVGO before submitting
- ✓File size < 20KB
- ✓Square aspect ratio preferred
4
Update the manifest
Add an entry to icons/manifest.json with your icon's metadata (id, name, category, aliases, tags).
5
Open a Pull Request
Submit a PR to the main branch with your changes. Include the icon source/brand kit URL in the PR description.