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

503 icons

Matching "3"

Circle Fill

bi bi-0-circle-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f83f

123

bi bi-123

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f67f
123

3 Circle

bi bi-3-circle

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f7a3

3 Circle Fill

bi bi-3-circle-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f7a2

3 Square

bi bi-3-square

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f7a5

3 Square Fill

bi bi-3-square-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f7a4

8 Square

bi bi-8-square

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f7c3

Align Bottom

bi bi-align-bottom

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f103

Apple Music

bi bi-apple-music

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f913

Arrow Bar Left

bi bi-arrow-bar-left

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f113

Arrow Down Right

bi bi-arrow-down-right

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f123

Arrow Repeat

bi bi-arrow-repeat

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f130

Arrow Return Left

bi bi-arrow-return-left

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f131

Arrow Return Right

bi bi-arrow-return-right

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f132

Arrow Right

bi bi-arrow-right

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f138

Arrow Right Circle

bi bi-arrow-right-circle

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f134

Arrow Right Circle Fill

bi bi-arrow-right-circle-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f133

Arrow Right Short

bi bi-arrow-right-short

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f135

Arrow Right Square

bi bi-arrow-right-square

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f137

Arrow Right Square Fill

bi bi-arrow-right-square-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f136

Arrow Up Circle

bi bi-arrow-up-circle

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f13a

Arrow Up Circle Fill

bi bi-arrow-up-circle-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f139

Arrow Up Left

bi bi-arrow-up-left

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f13f

Arrow Up Left Circle

bi bi-arrow-up-left-circle

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f13c

Arrow Up Left Circle Fill

bi bi-arrow-up-left-circle-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f13b

Arrow Up Left Square

bi bi-arrow-up-left-square

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f13e

Arrow Up Left Square Fill

bi bi-arrow-up-left-square-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f13d

Arrow Up Right Square

bi bi-arrow-up-right-square

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f143

Award Fill

bi bi-award-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f153

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

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 Ar

bi bi-badge-ar

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f163

Badge Sd

bi bi-badge-sd

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f703

Bag Dash

bi bi-bag-dash

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f173

Ban Fill

bi bi-ban-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f6a3

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

Bell Slash

bi bi-bell-slash

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f631

Bell Slash Fill

bi bi-bell-slash-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f630

Body Text

bi bi-body-text

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f683

Book Half

bi bi-book-half

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f193

Bookmarks Fill

bi bi-bookmarks-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f1a3

Border Width

bi bi-border-width

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f1b3

Box Arrow Right

bi bi-box-arrow-right

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f1c3

Box Seam Fill

bi bi-box-seam-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f7d3

Brightness Low Fill

bi bi-brightness-low-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f1d3

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.