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

503 icons

Matching "3"

Coin

bi bi-coin

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f634

Cone

bi bi-cone

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f2d3

Currency Bitcoin

bi bi-currency-bitcoin

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f635

Currency Dollar

bi bi-currency-dollar

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f636

Currency Euro

bi bi-currency-euro

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f637

Currency Exchange

bi bi-currency-exchange

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f638

Currency Pound

bi bi-currency-pound

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f639

Currency Yen

bi bi-currency-yen

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f63a

Cursor

bi bi-cursor

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f2e3

Dash Lg

bi bi-dash-lg

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f63b

Database Exclamation

bi bi-database-exclamation

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f8b3

Database X

bi bi-database-x

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f8c3

Diagram 3

bi bi-diagram-3

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f2ee

Diagram 3 Fill

bi bi-diagram-3-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f2ed

Dice 1

bi bi-dice-1

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f2f3

Dice 3

bi bi-dice-3

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f2f7

Dice 3 Fill

bi bi-dice-3-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f2f6

Discord

bi bi-discord

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f300

Display

bi bi-display

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f302

Display Fill

bi bi-display-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f301

Distribute Horizontal

bi bi-distribute-horizontal

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f303

Distribute Vertical

bi bi-distribute-vertical

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f304

Door Closed

bi bi-door-closed

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f306

Door Closed Fill

bi bi-door-closed-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f305

Door Open

bi bi-door-open

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f308

Door Open Fill

bi bi-door-open-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f307

Dot

bi bi-dot

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f309
dot

Download

bi bi-download

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f30a

Droplet

bi bi-droplet

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f30d

Droplet Fill

bi bi-droplet-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f30b

Droplet Half

bi bi-droplet-half

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f30c

Earbuds

bi bi-earbuds

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f30e

Easel

bi bi-easel

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f310

Easel Fill

bi bi-easel-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f30f

Easel3

bi bi-easel3

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f66f

Easel3 Fill

bi bi-easel3-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f66e

Egg

bi bi-egg

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f313
egg

Egg Fill

bi bi-egg-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f311

Egg Fried

bi bi-egg-fried

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f312

Eject

bi bi-eject

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f315

Eject Fill

bi bi-eject-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f314

Emoji Angry

bi bi-emoji-angry

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f317

Emoji Angry Fill

bi bi-emoji-angry-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f316

Emoji Dizzy

bi bi-emoji-dizzy

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f319

Emoji Dizzy Fill

bi bi-emoji-dizzy-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f318

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

Emoji Frown

bi bi-emoji-frown

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f31d

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.