Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

line-awesome

icons8125.1kMIT1.3.0

Line Awesome by Icon8. A drop-in replacement for Font Awesome.

font, awesome, icons, icons8, line-awesome, font-awesome

readme

Icons8 Line Awesome

Line Awesome is a free alternative for Font Awesome 5.11.2. It consists of ~1380 flat icons that offer complete coverage of the main Font Awesome icon set.

This icon-font is based off of the Icons8 Windows 10 style, which consists of over 4,000 icons, so be sure to check that out if you need more specific icons.

Check out a live preview of the Line Awesome.

Installing

Line Awesome can be loaded via CDN or downloaded as zip archive. You can read more about this options on Line Awesome how-to page.

Alternatively, Line Awesome can be installed as npm package:

npm install line-awesome

Usage

Icon can have 3 styles: regular, solid or brand. For each style there is a corresponding class: lar, las or lab. Wherever you desire to place an icon simply insert the following code and change the class names (laX la-XXX) to correspond to the icon of your choice.

<i class="las la-battery-three-quarters"></i>

You can find a usage example for each icon on the Line Awesome page. Feel free to use this page to quickly find desired icons.

Using in Figma, Sketch, Photoshop, etc.

To use Line Awesome in your favorite design tool just import desired fonts to your project and you are ready to go! Note: there are 3 files, one for each style (regular, solid, brands). If you want to use all icons please import all 3 files.

Good Boy License

We’ve released the icon pack either under MIT or the Good Boy License. We invented it. Please do whatever your mom would approve of:

  • Download
  • Change
  • Fork

No tattoos!

Credits

Based on the Windows 10 icon pack. The original ones contains 4,500 icons and is too heavy for a single font.

Questions or Ideas?

If you have any questions or ideas about icons, please feel free to contact us.

changelog

Changelog

All notable changes to this project will be documented in this file.

1.3.0 - 2019-11-21

Added

  • SCSS library. See it as an experimental feature and feel free to report bugs and to suggest new features.
  • SVG files. Earlier they were reachable only from the site.
  • NPM package is updated with scss and svgs as well.

Fixed

  • Github and site versions are now synchronized.