JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 24
  • Score
    100M100P100Q56728F
  • License MIT

All available crypto icons in the format JSX.Element which weigh little but are very high quality and easy to use.

Package Exports

  • crypto-icons-svg

Readme

Crypto Icons

Preview icons

They are even easier to use!

Simple exampl with TailwindCSS:

import { EthIcon } from 'crypto-icons-svg'

export default function App () {
  return (
    <EthIcon className="w-10 h-10" />
  )
}

You can set any size for your icon. You can use Tailwind or CSS.