This repository provides a collection of cryptocurrency logos in SVG format, hosted publicly on GitHub and served globally via jsDelivr CDN. π
Itβs perfect for web developers who want to easily embed crypto logos without hosting them manually.
Access any logo directly from jsDelivr CDN using this URL format:
https://cdn.jsdelivr.net/gh/madenix/Crypto-logo-cdn@main/Logos/<FileName>.svg
Example:
<img src="https://cdn.jsdelivr.net/gh/madenix/Crypto-logo-cdn@main/Logos/BTC.svg" alt="Bitcoin Logo" width="64" />or in CSS:
background: url("https://cdn.jsdelivr.net/gh/madenix/Crypto-logo-cdn@main/Logos/ETH.svg") no-repeat center / contain;| Coin | Preview | CDN Link |
|---|---|---|
| AAVE | AAVE.svg | |
| CARDANO (ADA) | ADA.svg | |
| ALGORAND (ALGO) | ALGO.svg | |
| COSMOS (ATOM) | ATOM.svg | |
| ASTER | ASTER.svg | |
| AVALANCHE (AVAX) | AVAX.svg | |
| BITCOIN CASH (BCH) | BCH.svg | |
| BNB | BNB.svg | |
| BITCOIN (BTC) | BTC.svg | |
| CANTON (CC) | CC.svg | |
| CRONOS (CRO) | CRO.svg | |
| DAI | DAI.svg | |
| DASH | DASH.svg | |
| DOGECOIN (DOGE) | DOGE.svg | |
| POLKADOT (DOT) | DOT.svg | |
| ETHENA (ENA) | ENA.svg | |
| ETHEREUM (ETH) | ETH.svg | |
| FIL | FIL.svg | |
| GAS | GAS.svg | |
| HBAR | HBAR.svg | |
| HYPE | HYPE.svg | |
| ICP | ICP.svg | |
| LEO | LEO.svg | |
| LINK | LINK.svg | |
| LITECOIN (LTC) | LTC.svg | |
| MNT | MNT.svg | |
| NEAR | NEAR.svg | |
| NEO | NEO.svg | |
| Pi NETWORK (PI) | PI.svg | |
| POLYGON (MATIC) | MATIC.svg | |
| PAYPAL USD (PYUSD) | PYUSD.svg | |
| SHIBA INU (SHIB) | SHIB.svg | |
| RAVEN (RVN) | RVN.svg | |
| SOLANA (SOL) | SOL.svg | |
| SUI | SUI.svg | |
| BITTENSOR (TAO) | TAO.svg | |
| TON | TON.svg | |
| TRON (TRX) | TRON.svg | |
| UNISWAP (UNI) | UNI.svg | |
| USDC | USDC.svg | |
| TETHER (USDT) | USDT.svg | |
| USDe | USDe.svg | |
| WLFI | WLFI.svg | |
| STELLAR (XLM) | XLM.svg | |
| MONERO (XMR) | XMR.svg | |
| XRP (Ripple) | XRP.svg | |
| ZEC | ZEC.svg |
π§© Add more logos in the same format under the
/Logosdirectory and update this table.
- Fork or clone the repository:
git clone https://github.com/madenix/Crypto-logo-cdn.git
- Add your new SVG logo inside the
Logos/folder. - Commit and push changes:
git add . git commit -m "Added new logo" git push
- (Optional) Create a tag version:
git tag v1.0.1 git push origin v1.0.1
If jsDelivr is temporarily unavailable, you can use one of these backup links:
- Statically CDN
https://cdn.statically.io/gh/madenix/Crypto-logo-cdn/main/Logos/BTC.svg - Raw GitHub (slower, but works)
https://raw.githubusercontent.com/madenix/Crypto-logo-cdn/main/Logos/BTC.svg
- All logos are vector-based SVGs for infinite scalability.
- Each SVG is optimized and stripped of unnecessary metadata.
- Logos include proper
viewBoxattributes for responsive rendering. - Optimize your own SVGs easily using SVGOMG.
Contributions are welcome!
You can add new cryptocurrency logos, improve existing ones, or submit optimizations.
Simply open a pull request, and your contribution will be credited here. π
This project is released under the MIT License.
You are free to use, modify, and distribute these assets for personal or commercial use.
Maintainer: @madenix
π βFast, simple, open-source crypto asset CDN.β