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

1,151 icons

Matching "r"

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

Cc Circle

bi bi-cc-circle

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f7e7

Cc Circle Fill

bi bi-cc-circle-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f7e6

Cc Square

bi bi-cc-square

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f7e9

Cc Square Fill

bi bi-cc-square-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f7e8

Chat Heart

bi bi-chat-heart

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f714

Chat Heart Fill

bi bi-chat-heart-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f713

Chat Left Heart

bi bi-chat-left-heart

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f716

Chat Left Heart Fill

bi bi-chat-left-heart-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f715

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 Heart

bi bi-chat-right-heart

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f718

Chat Right Heart Fill

bi bi-chat-right-heart-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f717

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

Chat Square Fill

bi bi-chat-square-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f260

Chat Square Heart

bi bi-chat-square-heart

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f71a

Chat Square Heart Fill

bi bi-chat-square-heart-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f719

Chat Square Quote

bi bi-chat-square-quote

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f262

Chat Square Quote Fill

bi bi-chat-square-quote-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f261

Chat Square Text

bi bi-chat-square-text

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f264

Chat Square Text Fill

bi bi-chat-square-text-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f263

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

Chevron Bar Contract

bi bi-chevron-bar-contract

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f273

Chevron Bar Down

bi bi-chevron-bar-down

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f274

Chevron Bar Expand

bi bi-chevron-bar-expand

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f275

Chevron Bar Left

bi bi-chevron-bar-left

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f276

Chevron Bar Right

bi bi-chevron-bar-right

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f277

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.