All Projects → mirgj → cryptocurrency-icons-font

mirgj / cryptocurrency-icons-font

Licence: MIT License
A webfont for cryptocurrency symbols

Programming Languages

javascript
184084 projects - #8 most used programming language
CSS
56736 projects

Projects that are alternatives of or similar to cryptocurrency-icons-font

Cryptocurrency Icons
A set of icons for all the main cryptocurrencies and altcoins, in a range of styles and sizes.
Stars: ✭ 2,116 (+9976.19%)
Mutual labels:  crypto, icons, icon, coin, cryptocurrencies
Linearicons
Linearicons is the highest quality set of line icons, matching with minimalist UI designs in iOS.
Stars: ✭ 64 (+204.76%)
Mutual labels:  icons, webfonts, icon, webfont
Unicons
1000+ Pixel-perfect vector icons and Iconfont for your next project.
Stars: ✭ 911 (+4238.1%)
Mutual labels:  icons, webfonts, webfont
Devopicons
Heavily-optimised version of the Devicons icon-font.
Stars: ✭ 104 (+395.24%)
Mutual labels:  icons, webfonts, webfont
Icons
The premium icon font for @uiwjs Component Library. https://uiwjs.github.io/icons
Stars: ✭ 99 (+371.43%)
Mutual labels:  icons, icon, webfont
Svgtofont
Read a set of SVG icons and ouput a TTF/EOT/WOFF/WOFF2/SVG font.
Stars: ✭ 149 (+609.52%)
Mutual labels:  icons, icon, webfont
DAPSCoin
DAPS is the world's first coin to implement Bulletproofs and RingCT & Ring Signatures in a staking chain. With DAPS it is possible to stake, run masternodes and mine PoA blocks.
Stars: ✭ 58 (+176.19%)
Mutual labels:  crypto, cryptocurrencies
crypto-news
Crypto News allows you to convert cryptocurrencies, view latest news and exchange rates for each ICO – all the data from the world of cryptocurrencies in one place.
Stars: ✭ 26 (+23.81%)
Mutual labels:  crypto, cryptocurrencies
tasarimcilar-ve-yazilimcilar-icin-kaynak-arsivim
Tasarım ve yazılım ile ilgili 2017 yılından günümüze kadar geçen zamanda toplamış olduğum arşivimi sizle ile paylaşıyorum. Ne mi var her şey...
Stars: ✭ 276 (+1214.29%)
Mutual labels:  icons, icon
Apple-App-Icons
This repository is for hosting Apple App Icons Sketch file, .sketch
Stars: ✭ 31 (+47.62%)
Mutual labels:  icons, icon
equihash-zcash-c
Equihash solver port from C++ to C for Zcash
Stars: ✭ 31 (+47.62%)
Mutual labels:  crypto, coin
go-coinmarketcap
The Unofficial Coin Market Cap API client for Go.
Stars: ✭ 61 (+190.48%)
Mutual labels:  coin, cryptocurrencies
octicons-modular
GitHub Octicons with tree-shaking support and icon-per-file style.
Stars: ✭ 25 (+19.05%)
Mutual labels:  icons, icon
microns
The universal icon set for user interfaces.
Stars: ✭ 58 (+176.19%)
Mutual labels:  icons, webfont
twitter-crypto-bot
This is a Twitter bot that tweets about cryptocurrencies prices every certain amount of minutes
Stars: ✭ 21 (+0%)
Mutual labels:  crypto, cryptocurrencies
reactive-trader
In the coming weeks this plans to become a Gekko plugin that reacts to market changes, finding and running only the most profitable strategies.
Stars: ✭ 91 (+333.33%)
Mutual labels:  crypto, coin
CoinGecko
A C++20 library for CoinGecko--a cryptocurrency data service.
Stars: ✭ 69 (+228.57%)
Mutual labels:  crypto, cryptocurrencies
widgets
💸 Web3 Payments with any token. DePay simplifies and improves Web3 Payments with the power of DeFi. Accept any token with on-the-fly conversion with state-of-the-art widgets.
Stars: ✭ 32 (+52.38%)
Mutual labels:  crypto, cryptocurrencies
fontawesome-subset
Creates subsets of FontAwesome fonts for optimized use on the web.
Stars: ✭ 41 (+95.24%)
Mutual labels:  icons, webfonts
CryptoLogos
Hundreds of crypto logos simply named by their normalized contract address
Stars: ✭ 14 (-33.33%)
Mutual labels:  crypto, icon

cryptocurrency-icons-font

A webfont for cryptocurrency symbols

About

cryptocurrency-icons-font use SVG icons as base to create a webfont which can be easily integrated in your web site / application. It provides you also the option to include your font as an SVG sprite.

Getting started

You can install cryptocurrency-icons-font from npm

npm install --save cryptocurrency-icons-font

or using the github package

npm install --save @mirgj/cryptocurrency-icons-font

Or you can just clone this repository and get the files into the dist directory.

git clone https://github.com/mirgj/cryptocurrency-icons-font.git

WebFont

The webfont is available and to you it you can take the demo file into dist/webfont as reference. Example:

<i class='crypto-icon btc'></i>

SVG Sprite

The svg sprites are located into the folder dist/svg-sprite/css and there are three sprites for black, color and white.

<i class='crypto-icon black btc'>crypto-icon.black.btc</i>

Colored version

<i class='crypto-icon color btc'>crypto-icon.color.btc</i>

White version

<i class='crypto-icon white btc'>crypto-icon.white.btc</i>
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].