1.0.12 • Published 6 years ago

multicons v1.0.12

Weekly downloads
29
License
Creative Commons
Repository
github
Last release
6 years ago

MULTICONS - Free Simple Linear Icons

npm version

alt tag

Install

CDN

  1. Load this css stylesheet in your HTML
<link rel="stylesheet" type="text/css" href="https://unpkg.com/multicons/dist/css/multicons.min.css" />

NPM

  1. Install with npm
npm i --save multicons
  1. Include this stylesheet in your HTML / SCSS / LESS file. This file is located in dist directory.
  • Css
    <link rel="stylesheet" type="text/css" href="path/to/node_modules/multicons/dist/css/multicons.min.css" />
  • SCSS / LESS
    // You have to copy font folder with Webpack or alternatives
    $font-multicons-path: '/assets/fonts/multicons/';
    @import '~/multicons/dist/scss/multicons.min.scss'; // SCSS
    @import '~/multicons/dist/less/multicons.min.less'; // LESS

Usage

To use icon for both cases, you only add class on your HTML tags.

<i class="icon-smile"></i>

Demo

https://naokitanaka.github.io/multicons/

Enjoy!!

Donate

This project is a work in progress as I'm adding more icons to help your design better! Help support this project with a donation or PR!

  • BTC: 15nevPGaPA34ieAuBLUnfoP3qP97XhrjsW
  • ETH: 0x2bf8d2602f9a3d0729876e38d8f4a0c9cbce09ef
  • LTC: LNJL8GR8SauTCTtHakHWvunm2p1wYsDE65

Licence

MULTICONS by Naoki Tanaka is licensed under a Creative Commons Attribution 4.0 International License.Based on a work at https://github.com/NaokiTanaka/multicons.

1.0.12

6 years ago

1.0.11

7 years ago

1.0.10

7 years ago

1.0.9

7 years ago

1.0.8

7 years ago

1.0.7

7 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.0

7 years ago