Notus Angular Icons

Free open source icons for your website.


Font Awesome 5

Optionally, this product comes with Font Awesome which means 3000+ more vector icons made for you to use.

Usage

In order to use this icons on your project you will need to import them inside your angular.json file:

            "styles": [
              ...
              "node_modules/@fortawesome/fontawesome-free/css/all.min.css",
              ...
            ],

Initialization

Start placing icons in your Angular components. We recommend using a consistent HTML element, like <i>. Find the right icon and learn how to reference it in your markup.

You need to know two bits of information to reference an icon:

  1. its name, prefixed with fa{type} fa- and
  2. the style you want to use’s corresponding prefix.

NOTE: {type} can be one of s (solid), r (regular), l (light), d (duotone), or b (brands).

<i class="fas fa-heart"></i>

Icons

Get the icon you need on the official website:

Quick start here