cryptocurrency-icons/README.md

33 lines
1.6 KiB
Markdown
Raw Normal View History

2017-05-21 18:41:12 +00:00
# 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.
2017-05-21 18:41:12 +00:00
We also have some fiat currencies: `USD`, `GBP`, `EUR`, `JPY`, `CNY`, `RUB`. *(We don't intend to add more)*
2017-05-21 18:41:12 +00:00
Images are in the PNG format (transparent) in `32×32`, `32×32 (2x)`, and `128×128` variants, along with SVG versions.
2018-12-02 06:08:40 +00:00
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>
2018-05-27 12:25:26 +00:00
2018-06-25 07:35:58 +00:00
## 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 👏
2018-07-12 10:14:20 +00:00
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