multicons

1.0.12 • Public • Published

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

Creative Commons License
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.

Readme

Keywords

none

Package Sidebar

Install

npm i multicons

Weekly Downloads

0

Version

1.0.12

License

Creative Commons

Last publish

Collaborators

  • okure2311