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
import CSS to your icons.scss
@import 'line-awesome/dist/line-awesome/css/line-awesome.css';
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/font-awesome-line-awesome/css/all.min.css" rel="stylesheet" />
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.