Skip to content

Latest commit

Β 

History

152 Commits

Folders and files

NameName
Last commit message
Last commit date
Β 
Β 
Β 
Β 

Repository files navigation

πŸͺ™ Crypto Logo CDN

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.


πŸ“¦ How to Use

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;

πŸ’Ž Available Crypto Logos

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 /Logos directory and update this table.


βš™οΈ How to Add New Logos

  1. Fork or clone the repository:
    git clone https://github.com/madenix/Crypto-logo-cdn.git
  2. Add your new SVG logo inside the Logos/ folder.
  3. Commit and push changes:
    git add .
    git commit -m "Added new logo"
    git push
  4. (Optional) Create a tag version:
    git tag v1.0.1
    git push origin v1.0.1

⚑ Alternative CDN Options

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
    

🧠 Notes

  • All logos are vector-based SVGs for infinite scalability.
  • Each SVG is optimized and stripped of unnecessary metadata.
  • Logos include proper viewBox attributes for responsive rendering.
  • Optimize your own SVGs easily using SVGOMG.

πŸ§‘β€πŸ’» Contributing

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. πŸ™Œ


πŸ“„ License

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.”

About

A collection of cryptocurrency logos in SVG format, hosted publicly on GitHub and served globally via jsDelivr CDN.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors