Bootstrap Icons CDN Latest Version (1.11.3)
You can use Bootstrap Icons to add icons to your web pages, buttons, menus, forms, and more. Bootstrap Icons CDN provides a convenient way to load the icons from a content delivery network (CDN). The latest version of Bootstrap Icons CDN is 1.11.3, which includes over 2000 icons in various categories. To utilize Bootstrap Icons CDN, you need to add a link tag to your HTML head section and then use the 'bi' class followed by the icon name as a class prefix to display the icons. For example, to display a star icon, you would use bi bi-star.
Thanks for your feedback!
Your contributions will help us to improve service.
Bi Bi Icons Cdn Link (Latest Version - 1.11.3 )
xxxxxxxxxx
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css">
How can Bootstrap icons be added to a webpage?
To add Bootstrap icons to a webpage, follow these steps. First, include the Bootstrap Icons CDN files in the <head>
section of your HTML document. Then, add an <i>
element with the class "bi" to the desired location in your HTML. Next, add an additional class to specify the specific icon you want, such as "bi-search" for a search icon. Finally, save your changes and load the webpage in a browser.
Bootstrap Icons CDN - 1.7.2 Version
xxxxxxxxxx
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.7.2/font/bootstrap-icons.css"
/>