1
Bootstrap Icons -- use with or without Bootstrap
Community Expert
,
/t5/dreamweaver-discussions/bootstrap-icons-use-with-or-without-bootstrap/td-p/13435595
Dec 20, 2022
Dec 20, 2022
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!
Nancy O'Shea— Product User, Community Expert & Moderator
TOPICS
Bootstrap
,
How to
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
LEGEND
,
/t5/dreamweaver-discussions/bootstrap-icons-use-with-or-without-bootstrap/m-p/13436414#M222431
Dec 21, 2022
Dec 21, 2022
Copy link to clipboard
Copied
Bootstrap icons, used independently of the Bootstrap framework, are the only offering from Bootstrap l would consider using.
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
Community Expert
,
LATEST
/t5/dreamweaver-discussions/bootstrap-icons-use-with-or-without-bootstrap/m-p/13436434#M222433
Dec 21, 2022
Dec 21, 2022
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_
Wappler is the DMXzone-made Dreamweaver replacement and includes the best of their powerful extensions, as well as much more!
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more

