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

548 icons

Matching "2"

Clouds Fill

bi bi-clouds-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f2c2

Cloudy

bi bi-cloudy

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f2c5

Cloudy Fill

bi bi-cloudy-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f2c4

Code

bi bi-code

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f2c8

Code Slash

bi bi-code-slash

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f2c6

Code Square

bi bi-code-square

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f2c7

Collection

bi bi-collection

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f2cc

Collection Fill

bi bi-collection-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f2c9

Collection Play

bi bi-collection-play

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f2cb

Collection Play Fill

bi bi-collection-play-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f2ca

Columns

bi bi-columns

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f2ce

Columns Gap

bi bi-columns-gap

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f2cd

Command

bi bi-command

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f2cf

Compass

bi bi-compass

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f2d1

Compass Fill

bi bi-compass-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f2d0

Cone

bi bi-cone

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f2d3

Cone Striped

bi bi-cone-striped

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f2d2

Controller

bi bi-controller

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f2d4

Cpu

bi bi-cpu

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f2d6
cpu

Cpu Fill

bi bi-cpu-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f2d5

Credit Card

bi bi-credit-card

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f2dc

Credit Card 2 Back

bi bi-credit-card-2-back

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f2d8

Credit Card 2 Back Fill

bi bi-credit-card-2-back-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f2d7

Credit Card 2 Front

bi bi-credit-card-2-front

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f2da

Credit Card 2 Front Fill

bi bi-credit-card-2-front-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f2d9

Credit Card Fill

bi bi-credit-card-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f2db

Crop

bi bi-crop

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f2dd

Crosshair2

bi bi-crosshair2

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f794

Cup

bi bi-cup

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f2e0
cup

Cup Fill

bi bi-cup-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f2de

Cup Straw

bi bi-cup-straw

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f2df

Cursor

bi bi-cursor

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f2e3

Cursor Fill

bi bi-cursor-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f2e1

Cursor Text

bi bi-cursor-text

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f2e2

Dash

bi bi-dash

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f2ea

Dash Circle

bi bi-dash-circle

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f2e6

Dash Circle Dotted

bi bi-dash-circle-dotted

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f2e4

Dash Circle Fill

bi bi-dash-circle-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f2e5

Dash Square

bi bi-dash-square

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f2e9

Dash Square Dotted

bi bi-dash-square-dotted

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f2e7

Dash Square Fill

bi bi-dash-square-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f2e8

Database Down

bi bi-database-down

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f8b2

Database Up

bi bi-database-up

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f8c2

Diagram 2

bi bi-diagram-2

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f2ec

Diagram 2 Fill

bi bi-diagram-2-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f2eb

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

Diamond

bi bi-diamond

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f2f1

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.