Cryptocurrency Icons For Vue – cryptoicon

An icon set that provides 400+ cryptocurrency icons and 10+ fiat currency icons for Vue apps.

How to use it:

1. Import and register the cryptoicon component.

import Vue from 'vue';
import Cryptoicon from 'vue-cryptoicon';
Vue.use(Cryptoicon);

2. Import icons as per your needs.

// all icons
import icon from 'vue-cryptoicon/src/icons';
Cryptoicon.add(icon);

// or
import { Btc, Eth, Xrp } from 'vue-cryptoicon/src/icons';
Cryptoicon.add([Btc, Eth, Xrp]);

3. Add icons to your app.

<cryptoicon symbol="btc" size="24" />
<cryptoicon symbol="eth" size="48" color="blue" />
<cryptoicon symbol="xrp" size="12" color="#000" />

Preview:

Cryptocurrency Icons For Vue - cryptoicon

Changelog:

v0.18.1 (04/04/2023)

  • Added: 1INCH, APE, ATLAS, AURY, AVAX, CHZ, FIDA, GMT, OXY, QNT, RAY, SER

v0.18.0 (08/02/2021)

  • Added SKL, ICP, HNS, CHSB, FLUX, HUSD, EMB, SAFEMOON, SAND, ONE, SPACEHBIT, MAX, NTBC, PAXG, XPR
  • Updated MATIC, PART, PAX, VRSC, XRP

v0.17.2

  • Added SOL, GRT, STX, AAVE, CRV, SUSHI, NKN, SNX, ANKR, KSM

Download Details:

Author: man15h

Live Demo: https://vue-cryptoicon.netlify.app/

Download Link: https://github.com/man15h/vue-cryptoicon/archive/master.zip

Official Website: https://github.com/man15h/vue-cryptoicon

Install & Download:

# NPM
$ npm i vue-cryptoicon
Tags:

Add Comment