@pixel/icons
Pixel icons & font sprite.
Installation
npm install --save @pixel/icons
Quick look
See full icon list here.
Usage
Font
<link rel="stylesheet" href="@pixel/icons/fonts/PixelIcons.css">
<!-- CDN -->
<link rel="stylesheet" href="https://unpkg.com/@pixel/icons/fonts/PixelIcons.css">
<!-- Usage -->
<span class="pi pi-home"></span>
Icons
Icons are also available as standalone files under multiple resolutions:
-
png-16
: 16px -
png-32
: 32px -
png-64
: 64px -
png-128
: 128px -
png-256
: 256px -
png-512
: 512px -
png-1024
: 1024px -
svg
: 256px
<!-- Usage -->
<img src="@pixel/icons/png-128/home.png" alt="home"/>
<img src="@pixel/icons/svg/home.svg" alt="home"/>
Contributors
cadgerfeast |
zeromero-dev |
License
MIT