49 lines
1.9 KiB
Markdown
Raw Normal View History

2017-05-21 19:41:12 +01:00
# Cryptocurrency Icons
2018-06-20 14:58:19 +07:00
[This project](http://cryptoicons.co) contains over 2000 icons [326 crypto, and fiat currencies](Coin%20List.md), in 4 styles and a range of sizes. Completely free. All I ask is that you dont claim them as your own, and share this resource with others.
2017-05-21 19:41:12 +01:00
Images are in the PNG format (transparent) in 32×32, 64×64(@2x), and 128×128 variants, along with SVG versions.
2017-05-21 19:41:12 +01:00
2018-05-27 13:25:26 +01:00
If there is an altcoin youre looking for that hasnt been included, please create a new issue.
2018-06-25 14:35:58 +07:00
## Install 🚀
```
$ npm install cryptocurrency-icons
```
You then import or get the icons from their relative path, for example `./node_modules/dist/svg/color/kmd.svg`.
2018-05-27 13:25:26 +01:00
## Contribute ❤️
2018-06-20 14:58:19 +07:00
[Here](https://github.com/hyperdexapp/cryptocurrency-icons/wiki) you can find a loose guide, as well as a link to the template used to create icons for this project.
2017-05-21 19:41:12 +01:00
## Building 🛠
The build system requires node and npm to be installed on your system. After they are installed you can install the npm dependencies with
2018-06-25 14:35:58 +07:00
```
$ npm install
```
You can then build with
2018-06-25 14:35:58 +07:00
```
$ npm run build
```
## License 📄
>All icons are licensed under the **Creative Commons Zero (CC0) license**. This means the icons are completely free to be used for any legal purpose.
>
>- The icons are **free** for personal and even for commercial use.
>- You can modify, copy and distribute the icons.
>- All without asking for permission or setting a link to the source. So, **attribution is not required**.
>
>
>The CC0 license was released by the non-profit organization Creative Commons (CC). Get more information about Creative Commons images and the license on the [official license page](https://creativecommons.org/publicdomain/zero/1.0/).
## Special Thanks 👏
2018-06-20 14:58:19 +07:00
Thanks to [Christopher Downer](https://github.com/cjdowner) for starting this project and all our wonderful [contributors](https://github.com/hyperdexapp/cryptocurrency-icons/graphs/contributors).