free icon :サーバーにファイルを配置してFont Awesomeを読み込む

1.free icon

https://fontawesome.com/

2.fontawesomeからダウンロードファイルを取得

fontawesome-free-5.15.4-web.zip

3.Font Awesomeから取得したダウンロードファイルを解凍

fontawesome-free-5.15.4-webというディレクトリが作成される

4.解凍した内、以下のファイルとデイレクトリをサーバに設置
(1) ファイル: css/all.css
(2) デイレクトリ: webfont

5.htmlでlink-pathを追加

<link href="/your-path-to-fontawesome/css/all.css" rel="stylesheet">

6.htmlでアイコンのタグを追加

<i class="fas fa-balance-scale"> </i>