cryptocurrency-icons/README.md

33 lines
1.6 KiB
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Cryptocurrency Icons
[This project](http://cryptoicons.co) contains over 6000 icons almost 400 crypto currencies, in 4 styles and a range of sizes. Completely free. All we ask is that you dont claim them as your own, and share this resource with others.
We also have some fiat currencies: `USD`, `GBP`, `EUR`, `JPY`, `CNY`, `RUB`. *(We don't intend to add more)*
Images are in the PNG format (transparent) in `32×32`, `32×32 (2x)`, and `128×128` variants, along with SVG versions.
There's also a [`generic` icon](https://github.com/atomiclabs/cryptocurrency-icons/blob/master/svg/color/generic.svg) that can be used for cryptocurrencies missing an icon here.
If there is an altcoin youre looking for that hasnt been included, please [create a new issue](https://github.com/atomiclabs/cryptocurrency-icons/issues/new).<br><sub>(We don't accept pull request contributions for new or updated icons at this time. Open an issue and we'll do the icon for you.)</sub>
## Install 🚀
```
$ npm install cryptocurrency-icons
```
You can then import the icons from `./node_modules/cryptocurrency-icons`, for example `./node_modules/cryptocurrency-icons/svg/color/kmd.svg`.
There's also a `manifest.json` file included in the package with a list of the currency symbol and name of the icons.
## Special Thanks 👏
Thanks to [Christopher Downer](https://github.com/cjdowner) for starting this project and all our wonderful [contributors](https://github.com/atomiclabs/cryptocurrency-icons/graphs/contributors).
## Used By
- [vue-cryptoicon](https://github.com/man15h/vue-cryptoicon) - Cryptocurrency icons for Vue apps