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

204 icons

Matching "x"

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

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

Chat Text

bi bi-chat-text

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f267

Chat Text Fill

bi bi-chat-text-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f266

Chevron Bar Expand

bi bi-chevron-bar-expand

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f275

Chevron Expand

bi bi-chevron-expand

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f283

Clipboard X

bi bi-clipboard-x

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f28f

Clipboard X Fill

bi bi-clipboard-x-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f723

Clipboard2 X

bi bi-clipboard2-x

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f732

Clipboard2 X Fill

bi bi-clipboard2-x-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f731

Currency Exchange

bi bi-currency-exchange

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f638

Cursor Text

bi bi-cursor-text

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f2e2

Database Exclamation

bi bi-database-exclamation

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f8b3

Database Fill Exclamation

bi bi-database-fill-exclamation

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f8b8

Database Fill X

bi bi-database-fill-x

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f8bd

Database X

bi bi-database-x

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f8c3

Dropbox

bi bi-dropbox

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f7ed

Emoji Expressionless

bi bi-emoji-expressionless

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f31b

Emoji Expressionless Fill

bi bi-emoji-expressionless-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f31a

Envelope Exclamation

bi bi-envelope-exclamation

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f692

Envelope Exclamation Fill

bi bi-envelope-exclamation-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f691

Envelope X

bi bi-envelope-x

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f69a

Envelope X Fill

bi bi-envelope-x-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f699

Exclamation

bi bi-exclamation

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f33c

Exclamation Circle

bi bi-exclamation-circle

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f333

Exclamation Circle Fill

bi bi-exclamation-circle-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f332

Exclamation Diamond

bi bi-exclamation-diamond

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f335

Exclamation Diamond Fill

bi bi-exclamation-diamond-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f334

Exclamation Lg

bi bi-exclamation-lg

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f63c

Exclamation Octagon

bi bi-exclamation-octagon

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f337

Exclamation Octagon Fill

bi bi-exclamation-octagon-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f336

Exclamation Square

bi bi-exclamation-square

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f339

Exclamation Square Fill

bi bi-exclamation-square-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f338

Exclamation Triangle

bi bi-exclamation-triangle

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f33b

Exclamation Triangle Fill

bi bi-exclamation-triangle-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f33a

Exclude

bi bi-exclude

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f33d

Explicit

bi bi-explicit

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f69c

Explicit Fill

bi bi-explicit-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f69b

Exposure

bi bi-exposure

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f8ec

File Earmark Excel

bi bi-file-earmark-excel

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f368

File Earmark Excel Fill

bi bi-file-earmark-excel-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f367

File Earmark Richtext

bi bi-file-earmark-richtext

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f383

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.