how to use bootstrap icons code example

Example 1: bootstrap icons cdn

<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bootstrap-icons/1.4.1/bootstrap-icons.svg">

Example 2: how to use bootstrap font icons

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

Example 3: bootstrap icons cdn

Cannot GET /

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:

Misc Example