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

55 icons

Matching "check"

Bag Check

bi bi-bag-check

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f171

Bag Check Fill

bi bi-bag-check-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f170

Bookmark Check

bi bi-bookmark-check

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f196

Bookmark Check Fill

bi bi-bookmark-check-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f195

Building Check

bi bi-building-check

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f868

Building Fill Check

bi bi-building-fill-check

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f86d

Calendar Check

bi bi-calendar-check

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f1e2

Calendar Check Fill

bi bi-calendar-check-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f1e1

Calendar2 Check

bi bi-calendar2-check

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f1f8

Calendar2 Check Fill

bi bi-calendar2-check-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f1f7

Card Checklist

bi bi-card-checklist

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f224

Cart Check

bi bi-cart-check

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f23a

Cart Check Fill

bi bi-cart-check-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f239

Check

bi bi-check

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f26e

Check All

bi bi-check-all

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f269

Check Circle

bi bi-check-circle

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f26b

Check Circle Fill

bi bi-check-circle-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f26a

Check Lg

bi bi-check-lg

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f633

Check Square

bi bi-check-square

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f26d

Check Square Fill

bi bi-check-square-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f26c

Check2

bi bi-check2

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f272

Check2 All

bi bi-check2-all

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f26f

Check2 Circle

bi bi-check2-circle

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f270

Check2 Square

bi bi-check2-square

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f271

Clipboard Check

bi bi-clipboard-check

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f28b

Clipboard Check Fill

bi bi-clipboard-check-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f71b

Clipboard2 Check

bi bi-clipboard2-check

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f725

Clipboard2 Check Fill

bi bi-clipboard2-check-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f724

Cloud Check

bi bi-cloud-check

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f299

Cloud Check Fill

bi bi-cloud-check-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f298

Database Check

bi bi-database-check

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f8b0

Database Fill Check

bi bi-database-fill-check

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f8b5

Envelope Check

bi bi-envelope-check

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f68c

Envelope Check Fill

bi bi-envelope-check-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f68b

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 Earmark Check

bi bi-file-earmark-check

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f360

File Earmark Check Fill

bi bi-file-earmark-check-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f35f

Folder Check

bi bi-folder-check

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f3d0

House Check

bi bi-house-check

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f889

House Check Fill

bi bi-house-check-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f888

Journal Check

bi bi-journal-check

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f43e

List Check

bi bi-list-check

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f473

Patch Check

bi bi-patch-check

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f4b6

Patch Check Fill

bi bi-patch-check-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f4b5

Person Check

bi bi-person-check

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f4d6

Person Check Fill

bi bi-person-check-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f4d5

Person Fill Check

bi bi-person-fill-check

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f89e

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.