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

930 icons

Matching "t"

Chevron Compact Up

bi bi-chevron-compact-up

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f27c

Chevron Contract

bi bi-chevron-contract

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f27d

Chevron Double Left

bi bi-chevron-double-left

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f27f

Chevron Double Right

bi bi-chevron-double-right

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f280

Chevron Left

bi bi-chevron-left

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f284

Chevron Right

bi bi-chevron-right

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f285

Clipboard Data

bi bi-clipboard-data

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f28c

Clipboard Data Fill

bi bi-clipboard-data-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f71c

Clipboard Heart

bi bi-clipboard-heart

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f71f

Clipboard Heart Fill

bi bi-clipboard-heart-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f71e

Clipboard2 Data

bi bi-clipboard2-data

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f727

Clipboard2 Data Fill

bi bi-clipboard2-data-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f726

Clipboard2 Heart

bi bi-clipboard2-heart

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f72a

Clipboard2 Heart Fill

bi bi-clipboard2-heart-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f729

Clock History

bi bi-clock-history

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f292

Cloud Lightning

bi bi-cloud-lightning

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f2ac

Cloud Lightning Fill

bi bi-cloud-lightning-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f2a9

Cloud Lightning Rain

bi bi-cloud-lightning-rain

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f2ab

Cloud Lightning Rain Fill

bi bi-cloud-lightning-rain-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f2aa

Cloud Sleet

bi bi-cloud-sleet

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f2ba

Cloud Sleet Fill

bi bi-cloud-sleet-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f2b9

Collection

bi bi-collection

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f2cc

Collection Fill

bi bi-collection-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f2c9

Collection Play

bi bi-collection-play

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f2cb

Collection Play Fill

bi bi-collection-play-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f2ca

Cone Striped

bi bi-cone-striped

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f2d2

Controller

bi bi-controller

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f2d4

Credit Card

bi bi-credit-card

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f2dc

Credit Card 2 Back

bi bi-credit-card-2-back

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f2d8

Credit Card 2 Back Fill

bi bi-credit-card-2-back-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f2d7

Credit Card 2 Front

bi bi-credit-card-2-front

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f2da

Credit Card 2 Front Fill

bi bi-credit-card-2-front-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f2d9

Credit Card Fill

bi bi-credit-card-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f2db

Cup Hot

bi bi-cup-hot

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f7eb

Cup Hot Fill

bi bi-cup-hot-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f7ea

Cup Straw

bi bi-cup-straw

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f2df

Currency Bitcoin

bi bi-currency-bitcoin

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f635

Cursor Text

bi bi-cursor-text

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f2e2

Dash Circle Dotted

bi bi-dash-circle-dotted

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f2e4

Dash Square Dotted

bi bi-dash-square-dotted

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f2e7

Database

bi bi-database

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f8c4

Database Add

bi bi-database-add

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f8af

Database Check

bi bi-database-check

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f8b0

Database Dash

bi bi-database-dash

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f8b1

Database Down

bi bi-database-down

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f8b2

Database Exclamation

bi bi-database-exclamation

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f8b3

Database Fill

bi bi-database-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f8be

Database Fill Add

bi bi-database-fill-add

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f8b4

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.