bootstrap icons code example

Example 1: bootstrap 5 icons link

<!-- Option 1: Include in HTML -->
 <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.css">

Example 2: bootsrap updateicon

<i class="fa fa-refresh" aria-hidden="true"></i>

Example 3: glyphicon-user bootstrap 4

<button type="button" class="btn btn-default navbar-btn">Sign in</button>

Example 4: bootstrap icons

// bootstrap link
https://getbootstrap.com/docs/5.0/getting-started/introduction/

// bootstrap example 
https://getbootstrap.com/docs/5.0/examples/

// bootstrap icon link
https://icons.getbootstrap.com/

Tags:

Html Example