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

483 icons

Matching "5"

Calendar4 Event

bi bi-calendar4-event

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f215

Card Heading

bi bi-card-heading

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f225

Caret Up Fill

bi bi-caret-up-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f235

Cart4

bi bi-cart4

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f245

Chat Left

bi bi-chat-left

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f253

Chat Left Heart Fill

bi bi-chat-left-heart-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f715

Chat Left Quote

bi bi-chat-left-quote

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f250

Chat Left Text

bi bi-chat-left-text

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f252

Chat Left Text Fill

bi bi-chat-left-text-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f251

Chat Quote

bi bi-chat-quote

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f255

Chat Quote Fill

bi bi-chat-quote-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f254

Chat Right

bi bi-chat-right

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f25d

Chat Right Dots

bi bi-chat-right-dots

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f257

Chat Right Dots Fill

bi bi-chat-right-dots-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f256

Chat Right Fill

bi bi-chat-right-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f258

Chat Right Quote

bi bi-chat-right-quote

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f25a

Chat Right Quote Fill

bi bi-chat-right-quote-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f259

Chat Right Text

bi bi-chat-right-text

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f25c

Chat Right Text Fill

bi bi-chat-right-text-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f25b

Chat Square

bi bi-chat-square

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f265

Chat Square Dots

bi bi-chat-square-dots

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f25f

Chat Square Dots Fill

bi bi-chat-square-dots-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f25e

Chevron Bar Expand

bi bi-chevron-bar-expand

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f275

Chevron Right

bi bi-chevron-right

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f285

Clipboard2 Check

bi bi-clipboard2-check

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f725

Cloud Arrow Down

bi bi-cloud-arrow-down

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f295

Cloud Rain Heavy

bi bi-cloud-rain-heavy

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f2b5

Cloudy

bi bi-cloudy

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f2c5

Copy

bi bi-copy

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f759

Cpu Fill

bi bi-cpu-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f2d5

Currency Bitcoin

bi bi-currency-bitcoin

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f635

Dash Circle Fill

bi bi-dash-circle-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f2e5

Database Fill Check

bi bi-database-fill-check

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f8b5

Dice 2

bi bi-dice-2

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f2f5

Dice 5

bi bi-dice-5

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f2fb

Dice 5 Fill

bi bi-dice-5-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f2fa

Door Closed Fill

bi bi-door-closed-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f305

Dribbble

bi bi-dribbble

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f65f

Eject

bi bi-eject

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f315

Emoji Astonished Fill

bi bi-emoji-astonished-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f795

Emoji Kiss

bi bi-emoji-kiss

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f735

Emoji Smile Upside Down Fill

bi bi-emoji-smile-upside-down-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f325

Ethernet

bi bi-ethernet

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f6d5

Exclamation Diamond

bi bi-exclamation-diamond

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f335

File Arrow Down Fill

bi bi-file-arrow-down-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f345

File Check

bi bi-file-check

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f350

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

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.