Copy link to clipboard
Copied
When Bootstrap first released it came with Glyphicons (SVG icons). Later, Glyphicons were removed.
Icons have made a comeback. These are open source and free to use either with or without Bootstrap.
https://icons.getbootstrap.com/
Typical usage:
Add this to your <head> tag.
<!--Bootstrap Icons-->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.2/font/bootstrap-icons.css">
Standard syntax for an alarm clock icon:
<i class="bi-alarm"></i>
Styled with inline CSS:
<i class="bi-alarm" style="font-size: 2rem; color: cornflowerblue;"></i>
Have fun!
Copy link to clipboard
Copied
Bootstrap icons, used independently of the Bootstrap framework, are the only offering from Bootstrap l would consider using.
Copy link to clipboard
Copied
Bootstrap icons, used independently of the Bootstrap framework, are the only offering from Bootstrap l would consider using.
By @osgood_