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

139 icons

Matching "at"

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

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

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

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

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

Database Fill Check

bi bi-database-fill-check

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f8b5

Database Fill Dash

bi bi-database-fill-dash

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f8b6

Database Fill Down

bi bi-database-fill-down

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f8b7

Database Fill Exclamation

bi bi-database-fill-exclamation

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f8b8

Database Fill Gear

bi bi-database-fill-gear

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f8b9

Database Fill Lock

bi bi-database-fill-lock

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f8ba

Database Fill Slash

bi bi-database-fill-slash

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f8bb

Database Fill Up

bi bi-database-fill-up

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f8bc

Database Fill X

bi bi-database-fill-x

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f8bd

Database Gear

bi bi-database-gear

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f8bf

Database Lock

bi bi-database-lock

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f8c0

Database Slash

bi bi-database-slash

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f8c1

Database Up

bi bi-database-up

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f8c2

Database X

bi bi-database-x

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f8c3

Envelope At

bi bi-envelope-at

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f84c

Envelope At Fill

bi bi-envelope-at-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f84b

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

Ev Station

bi bi-ev-station

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f83a

Ev Station Fill

bi bi-ev-station-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f839

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

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.