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

490 icons

Matching "4"

Calendar X Fill

bi bi-calendar-x-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f1f4

Calendar2 Plus Fill

bi bi-calendar2-plus-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f204

Calendar3

bi bi-calendar3

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f214

Calendar4

bi bi-calendar4

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f218

Calendar4 Event

bi bi-calendar4-event

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f215

Calendar4 Range

bi bi-calendar4-range

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f216

Calendar4 Week

bi bi-calendar4-week

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f217

Card Checklist

bi bi-card-checklist

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f224

Caret Right

bi bi-caret-right

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f234

Cart

bi bi-cart

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f242

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 Stack

bi bi-cash-stack

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f246

Cast

bi bi-cast

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f248

Chat Dots

bi bi-chat-dots

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f24a

Chat Dots Fill

bi bi-chat-dots-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f249

Chat Fill

bi bi-chat-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f24b

Chat Heart

bi bi-chat-heart

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f714

Chat Left Dots

bi bi-chat-left-dots

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f24d

Chat Left Dots Fill

bi bi-chat-left-dots-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f24c

Chat Left Fill

bi bi-chat-left-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f24e

Chat Left Quote Fill

bi bi-chat-left-quote-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f24f

Chat Quote Fill

bi bi-chat-quote-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f254

Chat Square Text

bi bi-chat-square-text

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f264

Chevron Bar Down

bi bi-chevron-bar-down

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f274

Chevron Left

bi bi-chevron-left

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f284

Claude

bi bi-claude

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f914

Clipboard2 Check Fill

bi bi-clipboard2-check-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f724

Cloud Arrow Down Fill

bi bi-cloud-arrow-down-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f294

Cloud Hail

bi bi-cloud-hail

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f2a4

Cloud Rain Heavy Fill

bi bi-cloud-rain-heavy-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f2b4

Cloudy Fill

bi bi-cloudy-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f2c4

Coin

bi bi-coin

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f634

Controller

bi bi-controller

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f2d4

Crosshair2

bi bi-crosshair2

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f794

Dash Circle Dotted

bi bi-dash-circle-dotted

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f2e4

Database

bi bi-database

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f8c4

Database Fill Add

bi bi-database-fill-add

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f8b4

Dice 2 Fill

bi bi-dice-2-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f2f4

Dice 4

bi bi-dice-4

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f2f9

Dice 4 Fill

bi bi-dice-4-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f2f8

Distribute Vertical

bi bi-distribute-vertical

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f304

Eject Fill

bi bi-eject-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f314

Emoji Kiss Fill

bi bi-emoji-kiss-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f734

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.