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.

Camera Video Fill

bi bi-camera-video-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f21c

Camera Video Off

bi bi-camera-video-off

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f21e

Camera Video Off Fill

bi bi-camera-video-off-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f21d

Camera2

bi bi-camera2

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f221

Capslock

bi bi-capslock

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f223

Capslock Fill

bi bi-capslock-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f222

Capsule

bi bi-capsule

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f7df

Capsule Pill

bi bi-capsule-pill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f7de

Car Front

bi bi-car-front

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f7e1

Car Front Fill

bi bi-car-front-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f7e0

Card Checklist

bi bi-card-checklist

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f224

Card Heading

bi bi-card-heading

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f225

Card Image

bi bi-card-image

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f226

Card List

bi bi-card-list

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f227

Card Text

bi bi-card-text

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f228

Caret Down

bi bi-caret-down

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f22c

Caret Down Fill

bi bi-caret-down-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f229

Caret Down Square

bi bi-caret-down-square

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f22b

Caret Down Square Fill

bi bi-caret-down-square-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f22a

Caret Left

bi bi-caret-left

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f230

Caret Left Fill

bi bi-caret-left-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f22d

Caret Left Square

bi bi-caret-left-square

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f22f

Caret Left Square Fill

bi bi-caret-left-square-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f22e

Caret Right

bi bi-caret-right

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f234

Caret Right Fill

bi bi-caret-right-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f231

Caret Right Square

bi bi-caret-right-square

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f233

Caret Right Square Fill

bi bi-caret-right-square-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f232

Caret Up

bi bi-caret-up

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f238

Caret Up Fill

bi bi-caret-up-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f235

Caret Up Square

bi bi-caret-up-square

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f237

Caret Up Square Fill

bi bi-caret-up-square-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f236

Cart

bi bi-cart

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f242

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

Cart Dash

bi bi-cart-dash

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f23c

Cart Dash Fill

bi bi-cart-dash-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f23b

Cart Fill

bi bi-cart-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f23d

Cart Plus

bi bi-cart-plus

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f23f

Cart Plus Fill

bi bi-cart-plus-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f23e

Cart X

bi bi-cart-x

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f241

Cart X Fill

bi bi-cart-x-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f240

Cart2

bi bi-cart2

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f243

Cart3

bi bi-cart3

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f244

Cart4

bi bi-cart4

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f245

Cash

bi bi-cash

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f247

Cash Coin

bi bi-cash-coin

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f632

Cash Stack

bi bi-cash-stack

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f246

Cassette

bi bi-cassette

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f7e3

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.