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

483 icons

Matching "5"

3 Square

bi bi-3-square

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f7a5

5 Circle

bi bi-5-circle

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f7af

5 Circle Fill

bi bi-5-circle-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f7ae

5 Square

bi bi-5-square

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f7b1

5 Square Fill

bi bi-5-square-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f7b0

6 Circle

bi bi-6-circle

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f7b5

Align End

bi bi-align-end

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f105

Alphabet Uppercase

bi bi-alphabet-uppercase

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f2a5

Apple

bi bi-apple

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f65b

Arrow Bar Up

bi bi-arrow-bar-up

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f115

Arrow Down Square Fill

bi bi-arrow-down-square-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f125

Arrow Right Short

bi bi-arrow-right-short

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f135

Arrow Up Short

bi bi-arrow-up-short

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f145

Arrows Expand Vertical

bi bi-arrows-expand-vertical

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f695

Aspect Ratio

bi bi-aspect-ratio

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f150

Asterisk

bi bi-asterisk

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f151

At

bi bi-at

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f152
at

Award

bi bi-award

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f154

Award Fill

bi bi-award-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f153

Back

bi bi-back

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f155

Backpack4 Fill

bi bi-backpack4-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f8e5

Backspace

bi bi-backspace

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f159

Backspace Fill

bi bi-backspace-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f156

Backspace Reverse

bi bi-backspace-reverse

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f158

Backspace Reverse Fill

bi bi-backspace-reverse-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f157

Badge 3D

bi bi-badge-3d

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f15b

Badge 3D Fill

bi bi-badge-3d-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f15a

Badge 4K

bi bi-badge-4k

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f15d

Badge 4K Fill

bi bi-badge-4k-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f15c

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 Cc

bi bi-badge-cc

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f165

Bag Heart

bi bi-bag-heart

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f705

Bag Plus Fill

bi bi-bag-plus-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f175

Battery Charging

bi bi-battery-charging

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f185

Beaker Fill

bi bi-beaker-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f905

Behance

bi bi-behance

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f65c

Bookmark Check Fill

bi bi-bookmark-check-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f195

Bookshelf

bi bi-bookshelf

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f1a5

Bounding Box Circles

bi bi-bounding-box-circles

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f1b5

Box Arrow Up Right

bi bi-box-arrow-up-right

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f1c5

Boxes

bi bi-boxes

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f685

Broadcast Pin

bi bi-broadcast-pin

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f1d5

Browser Edge

bi bi-browser-edge

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f7d5

Building Fill X

bi bi-building-fill-x

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f875

Calendar Day Fill

bi bi-calendar-day-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f1e5

Calendar X

bi bi-calendar-x

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f1f5

Calendar2 Plus

bi bi-calendar2-plus

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f205

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.