Icons
Physic have used Remix Icons & Iconsax.
How to use Remix Icons?
Remix icons available in https://remixicon.com/
Remix Icons are used in the following way:
- You can place Remix Icons just about anywhere using a i tag and give path of icon in class attribute.
- To reference an icon, you need to know two bits of information. 1) use i tag and 2) give class according to icon name 3) Give font size
For Example:
<i class="ri-building-line">
<i class="ri-map-pin-line">
<i class="ri-award-fill">
How to use Fontawesome?
Fontawesome icons available in https://fontawesome.com/icons
Fontawesome are used in the following way:
- You can place Fontawesome icons just about anywhere using a i tag and give path of icon in class attribute.
- To reference an icon, you need to know two bits of information. 1) use i tag and 2) give class according to icon name 3) Give font size
For Example:
<i class="fa-regular fa-house"></i>
<i class="fa-solid fa-arrow-right"></i>
<i class="fa-regular fa-circle-left"></i>