Icons
There are many ways to add icons to a website
- Bootstrap Icons (open-source, 6.5k β, π)
- Font Awesome (open-source, attribution required, 70.7k β)
- Feather Icons (open-source, 23k β)
They all work the same way. In the head
, add a link to some CSS file.
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.3/font/bootstrap-icons.css">
Then, in the code, use given classes
<!-- https://icons.getbootstrap.com/icons/alarm/ -->
<i class="bi bi-alarm"></i>