Django
Line Awesome Icons
Line Awesome Icons

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.

Installation

Install the Line Awesome icon library using command prompt from the root directory of the project:

yarn add line-awesome

import CSS to your icons.scss

@import 'line-awesome/dist/line-awesome/css/line-awesome.css';
CDN

If you already have Font Awesome installed, simply switch out the link to start using Line Awesome:

<link href="https://maxst.icons8.com/vue-static/landings/line-awesome/fw-awesome-line-awesome/css/all.min.css" rel="stylesheet" />
Usage

Use the preview page to quickly find the name of the icon you want to use.

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

For more details, see the documentation.