bootstrap 4 icon code example

Example 1: bootsrap updateicon

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

Example 2: 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/

Example 3: bootstrap icons

Bootstrap 5 does actually have its own icon library and its pretty cool actually,

npm i bootstrap-icons

and use it in react and stuff or view the docs here https://icons.getbootstrap.com/

Tags:

Html Example