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

2,078 icons

Browse by package, name, tag, class, or code point.

Exclamation Triangle

bi bi-exclamation-triangle

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f33b

Exclamation Triangle Fill

bi bi-exclamation-triangle-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f33a

Exclude

bi bi-exclude

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f33d

Explicit

bi bi-explicit

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f69c

Explicit Fill

bi bi-explicit-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f69b

Exposure

bi bi-exposure

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f8ec

Eye

bi bi-eye

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f341
eye

Eye Fill

bi bi-eye-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f33e

Eye Slash

bi bi-eye-slash

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f340

Eye Slash Fill

bi bi-eye-slash-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f33f

Eyedropper

bi bi-eyedropper

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f342

Eyeglasses

bi bi-eyeglasses

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f343

Facebook

bi bi-facebook

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f344

Fan

bi bi-fan

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f670
fan

Fast Forward

bi bi-fast-forward

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f7f4

Fast Forward Btn

bi bi-fast-forward-btn

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f7f0

Fast Forward Btn Fill

bi bi-fast-forward-btn-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f7ef

Fast Forward Circle

bi bi-fast-forward-circle

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f7f2

Fast Forward Circle Fill

bi bi-fast-forward-circle-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f7f1

Fast Forward Fill

bi bi-fast-forward-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f7f3

Feather

bi bi-feather

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f7bf

Feather2

bi bi-feather2

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f7c4

File

bi bi-file

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f3c0

File Arrow Down

bi bi-file-arrow-down

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f346

File Arrow Down Fill

bi bi-file-arrow-down-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f345

File Arrow Up

bi bi-file-arrow-up

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f348

File Arrow Up Fill

bi bi-file-arrow-up-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f347

File Bar Graph

bi bi-file-bar-graph

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f34a

File Bar Graph Fill

bi bi-file-bar-graph-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f349

File Binary

bi bi-file-binary

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f34c

File Binary Fill

bi bi-file-binary-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f34b

File Break

bi bi-file-break

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f34e

File Break Fill

bi bi-file-break-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f34d

File Check

bi bi-file-check

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f350

File Check Fill

bi bi-file-check-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f34f

File Code

bi bi-file-code

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f352

File Code Fill

bi bi-file-code-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f351

File Diff

bi bi-file-diff

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f354

File Diff Fill

bi bi-file-diff-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f353

File Earmark

bi bi-file-earmark

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f392

File Earmark Arrow Down

bi bi-file-earmark-arrow-down

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f356

File Earmark Arrow Down Fill

bi bi-file-earmark-arrow-down-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f355

File Earmark Arrow Up

bi bi-file-earmark-arrow-up

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f358

File Earmark Arrow Up Fill

bi bi-file-earmark-arrow-up-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f357

File Earmark Bar Graph

bi bi-file-earmark-bar-graph

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f35a

File Earmark Bar Graph Fill

bi bi-file-earmark-bar-graph-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f359

File Earmark Binary

bi bi-file-earmark-binary

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f35c

File Earmark Binary Fill

bi bi-file-earmark-binary-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f35b

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.