IP Location.net

Font Icon Library

Bootstrap Icons Search

Font Icons
Search and preview Bootstrap Icons icons, then copy the CSS class, HTML markup, or code point for your project. Bootstrap Icons is an open-source icon library designed for Bootstrap projects but usable in any web interface. Font icons behave like text: CSS can control their size, color, alignment, and interaction states without editing an image file. A consistent icon family also helps users recognize repeated actions more quickly across navigation, forms, and controls. Use visible text or an accessible label whenever an icon communicates an action. For performance, load only the library and styles your interface needs. Confirm licensing and usage requirements with the library publisher before distributing a finished product.
Bootstrap Icons

481 icons

Matching "8"

Circle

bi bi-0-circle

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f840

Circle Fill

bi bi-0-circle-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f83f

Square

bi bi-0-square

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f842

Square Fill

bi bi-0-square-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f841

1 Square Fill

bi bi-1-square-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f798

4 Circle Fill

bi bi-4-circle-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f7a8

8 Circle

bi bi-8-circle

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f7c1

8 Circle Fill

bi bi-8-circle-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f7c0

8 Square

bi bi-8-square

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f7c3

8 Square Fill

bi bi-8-square-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f7c2

9 Square Fill

bi bi-9-square-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f7c8

Align Top

bi bi-align-top

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f108

Alphabet

bi bi-alphabet

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f68a

Amazon

bi bi-amazon

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f68d

Amd

bi bi-amd

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f8ae
amd

Arrow Down

bi bi-arrow-down

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f128

Arrow Down Circle Fill

bi bi-arrow-down-circle-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f118

Arrow Right

bi bi-arrow-right

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f138

Arrow Up

bi bi-arrow-up

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f148

Arrows Vertical

bi bi-arrows-vertical

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f698

Backpack

bi bi-backpack

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f8e0

Backpack Fill

bi bi-backpack-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f8df

Backpack2

bi bi-backpack2

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f8e2

Backpack2 Fill

bi bi-backpack2-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f8e1

Backpack3

bi bi-backpack3

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f8e4

Backpack3 Fill

bi bi-backpack3-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f8e3

Backpack4

bi bi-backpack4

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f8e6

Backpack4 Fill

bi bi-backpack4-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f8e5

Backspace Reverse

bi bi-backspace-reverse

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f158

Badge 8K

bi bi-badge-8k

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f15f

Badge 8K Fill

bi bi-badge-8k-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f15e

Badge Tm Fill

bi bi-badge-tm-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f168

Bag X

bi bi-bag-x

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f178
bag x

Balloon Heart

bi bi-balloon-heart

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f708

Bandaid

bi bi-bandaid

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f681

Bandaid Fill

bi bi-bandaid-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f680

Basket

bi bi-basket

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f180

Basket2

bi bi-basket2

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f182

Basket2 Fill

bi bi-basket2-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f181

Basket3

bi bi-basket3

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f184

Basket3 Fill

bi bi-basket3-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f183

Battery

bi bi-battery

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f188

Battery Charging

bi bi-battery-charging

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f185

Battery Full

bi bi-battery-full

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f186

Battery Half

bi bi-battery-half

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f187

Bell

bi bi-bell

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f18a

Bell Fill

bi bi-bell-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f189

Bezier

bi bi-bezier

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f18b

Add Bootstrap Icons to your website or app

Add the library once, copy an icon from the results above, and include an accessible label when the icon communicates meaning.

1. Load the icon library

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

Reference version: 1.13.1

2. Copy an icon

Use Copy class when you already have markup, or Copy HTML for a ready-to-paste element.

Code points are useful for CSS generated content and tools that work directly with icon fonts.

3. Keep icons accessible

Hide decorative icons from assistive technology. When an icon communicates meaning, pair it with visible text or an accessible label.

Confirm licensing and usage requirements with the library publisher before distributing a finished product.

Practical Notes

Icon Implementation Checklist

Icons work best when they support quick recognition without becoming the only way a user understands an action.

Label important controls

Use visible text or accessible labels for buttons where the icon meaning may be ambiguous.

Keep style consistent

Mixing filled, outlined, sharp, and rounded icon families can make an interface feel uneven.

Load only what you need

Large icon fonts can cost performance. SVG sprites or subset fonts are better for focused interfaces.