1
0
mirror of https://github.com/atisawd/boxicons.git synced 2025-01-17 19:18:15 +01:00
2018-06-17 16:52:39 +05:30
2018-06-15 13:20:17 +05:30
css
2018-06-17 16:52:39 +05:30
2018-06-15 13:20:17 +05:30
2018-06-15 13:20:17 +05:30
2018-06-15 13:20:17 +05:30
2018-06-15 13:20:17 +05:30
2018-06-15 13:20:17 +05:30
2018-06-15 14:01:15 +05:30
2018-06-15 13:20:17 +05:30
2018-06-15 15:24:19 +05:30
2018-06-15 13:20:17 +05:30
2018-06-15 13:20:17 +05:30
2018-06-17 16:48:42 +05:30
2018-06-15 13:20:17 +05:30

BoxIcons

GitHub issues GitHub license

Twitter Donate

High Quality web friendly icons

'Boxicons' is a carefully designed open source iconset with 350+ icons. It's crafted to look enrich your website/app experience. You can check out all the icons here!

Installation

To install via npm, simply do the following:

$ npm install boxicons --save

Usage

  1. Include the stylesheet on your document's <head>
<head>
  <link rel="stylesheet" href="animate.min.css">
</head>

Instead of installing you may use the remote version

<head>
  <link rel="stylesheet"
  href="https://cdn.jsdelivr.net/npm/boxicons@1.0.0/css/boxicons.min.css">
  <!-- or -->
  <link rel="stylesheet"
  href="https://unpkg.com/boxicons@1.0.0/css/boxicons.min.css">
</head>
  1. To use an icon on your page, add a class 'bx' and seperate class with the icons name with a prefix 'bx-':
<i class="bx bx-hot"></i>

Check out all the icons here!

License

Boxicons is licensed under the MIT license. (http://opensource.org/licenses/MIT)

Contributing

Pull requests are the way to go here. I apologise in advance for the slow action on pull requests and issues.

Caught a mistake or want to contribute to the documentation? Edit this page on Github

Description
No description provided
Readme MIT 39 MiB
Languages
CSS 73.2%
HTML 16.7%
JavaScript 10.1%