Open source Webfont library with new Bootstrap icons.
Explore Bootstrap Icons »
git clone https://github.com/sojonatgithub/bootstrap-webfont.git
Depending on your setup, you can include Bootstrap Icons in a handful of ways.
- You need to copy the entire
font
directory into your project folder. - In the
<head>
of your html files, reference the location to yourwebfont.bootstrap.css
. - Icon class names are same as Bootstrap icon name. Explore Bootstrap Icons »
<link rel="stylesheet" href="css/webfont.bootstrap.css">
<i class="bi bi-arrow-up-right"></i>
MIT