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

548 icons

Matching "2"

Square

bi bi-0-square

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f842

123

bi bi-123

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f67f
123

2 Circle

bi bi-2-circle

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f79d

2 Circle Fill

bi bi-2-circle-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f79c

2 Square

bi bi-2-square

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f79f

2 Square Fill

bi bi-2-square-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f79e

3 Circle Fill

bi bi-3-circle-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f7a2

8 Square Fill

bi bi-8-square-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f7c2

Alarm

bi bi-alarm

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f102

Alphabet Uppercase

bi bi-alphabet-uppercase

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f2a5

Android2

bi bi-android2

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f7d1

Anthropic

bi bi-anthropic

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f912

Arrow Bar Down

bi bi-arrow-bar-down

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f112

Arrow Down

bi bi-arrow-down

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f128

Arrow Down Right

bi bi-arrow-down-right

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f123

Arrow Down Right Circle

bi bi-arrow-down-right-circle

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f120

Arrow Down Right Square

bi bi-arrow-down-right-square

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f122

Arrow Down Right Square Fill

bi bi-arrow-down-right-square-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f121

Arrow Down Short

bi bi-arrow-down-short

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f124

Arrow Down Square

bi bi-arrow-down-square

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f126

Arrow Down Square Fill

bi bi-arrow-down-square-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f125

Arrow Down Up

bi bi-arrow-down-up

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f127

Arrow Left

bi bi-arrow-left

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f12f

Arrow Left Circle

bi bi-arrow-left-circle

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f12a

Arrow Left Circle Fill

bi bi-arrow-left-circle-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f129

Arrow Left Right

bi bi-arrow-left-right

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f12b

Arrow Left Short

bi bi-arrow-left-short

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f12c

Arrow Left Square

bi bi-arrow-left-square

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f12e

Arrow Left Square Fill

bi bi-arrow-left-square-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f12d

Arrow Return Right

bi bi-arrow-return-right

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f132

Arrow Up Right Square Fill

bi bi-arrow-up-right-square-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f142

Arrows

bi bi-arrows

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f6a2

At

bi bi-at

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f152
at

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

Badge Ar Fill

bi bi-badge-ar-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f162

Badge Sd Fill

bi bi-badge-sd-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f702

Bag Dash Fill

bi bi-bag-dash-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f172

Bank

bi bi-bank

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f62e

Bank2

bi bi-bank2

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f62f

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

Bezier2

bi bi-bezier2

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f18c

Bing

bi bi-bing

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f6c2

Bluetooth

bi bi-bluetooth

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f682

Book Fill

bi bi-book-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f192

Bookmark

bi bi-bookmark

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f1a2

Border Top

bi bi-border-top

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f1b2

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.