fa icons

Solutions on MaxInterview for fa icons by the best coders in the world

showing results for - "fa icons"
Malik
23 Jan 2019
1<i class="fa fa-facebook-square" aria-hidden="true"></i>
2
Felipe
15 Jan 2020
1<i class="fa fa-times" aria-hidden="true"></i>
2
Loukas
16 Jun 2017
1  <script src='https://kit.fontawesome.com/a076d05399.js'></script>
Violeta
14 May 2016
1<i class="fa fa-rocket" aria-hidden="true"></i>
Mayssa
08 May 2020
1<i class="fa fa-hand-pointer-o" aria-hidden="true"></i>
2
Isabella
29 May 2016
1<head>
2  <link href="/your-path-to-fontawesome/css/all.css" rel="stylesheet"> <!--load all styles -->
3</head>
4<body>
5  <i class="fas fa-user"></i> <!-- uses solid style -->
6  <i class="far fa-user"></i> <!-- uses regular style -->
7  <i class="fal fa-user"></i> <!-- uses light style -->
8  <!--brand icon-->
9  <i class="fab fa-github-square"></i> <!-- uses brands style -->
10</body>
similar questions
queries leading to this page
fa icons