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

206 icons

Matching "in"

Calendar2 Minus Fill

bi bi-calendar2-minus-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f200

Card Heading

bi bi-card-heading

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f225

Cash Coin

bi bi-cash-coin

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f632

Clipboard Minus

bi bi-clipboard-minus

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f28d

Clipboard Minus Fill

bi bi-clipboard-minus-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f720

Clipboard2 Minus

bi bi-clipboard2-minus

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f72c

Clipboard2 Minus Fill

bi bi-clipboard2-minus-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f72b

Cloud Lightning

bi bi-cloud-lightning

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f2ac

Cloud Lightning Fill

bi bi-cloud-lightning-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f2a9

Cloud Lightning Rain

bi bi-cloud-lightning-rain

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f2ab

Cloud Lightning Rain Fill

bi bi-cloud-lightning-rain-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f2aa

Cloud Minus

bi bi-cloud-minus

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f2ae

Cloud Minus Fill

bi bi-cloud-minus-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f2ad

Cloud Rain

bi bi-cloud-rain

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f2b6

Cloud Rain Fill

bi bi-cloud-rain-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f2b3

Cloud Rain Heavy

bi bi-cloud-rain-heavy

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f2b5

Cloud Rain Heavy Fill

bi bi-cloud-rain-heavy-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f2b4

Coin

bi bi-coin

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f634

Currency Bitcoin

bi bi-currency-bitcoin

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f635

Emoji Grin

bi bi-emoji-grin

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f7a6

Emoji Grin Fill

bi bi-emoji-grin-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f7a1

Emoji Laughing

bi bi-emoji-laughing

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f321

Emoji Laughing Fill

bi bi-emoji-laughing-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f320

Emoji Wink

bi bi-emoji-wink

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f32b

Emoji Wink Fill

bi bi-emoji-wink-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f32a

File Binary

bi bi-file-binary

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f34c

File Binary Fill

bi bi-file-binary-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f34b

File Earmark Binary

bi bi-file-earmark-binary

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f35c

File Earmark Binary Fill

bi bi-file-earmark-binary-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f35b

File Earmark Minus

bi bi-file-earmark-minus

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f375

File Earmark Minus Fill

bi bi-file-earmark-minus-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f374

File Minus

bi bi-file-minus

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f3a3

File Minus Fill

bi bi-file-minus-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f3a2

Fingerprint

bi bi-fingerprint

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f671

Folder Minus

bi bi-folder-minus

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f3d2

Folder Symlink

bi bi-folder-symlink

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f3d5

Folder Symlink Fill

bi bi-folder-symlink-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f3d4

Hand Index

bi bi-hand-index

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f403

Hand Index Fill

bi bi-hand-index-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f400

Hand Index Thumb

bi bi-hand-index-thumb

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f402

Hand Index Thumb Fill

bi bi-hand-index-thumb-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f401

Inbox

bi bi-inbox

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f42d

Inbox Fill

bi bi-inbox-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f42c

Inboxes

bi bi-inboxes

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f42f

Inboxes Fill

bi bi-inboxes-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f42e

Incognito

bi bi-incognito

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f777

Indent

bi bi-indent

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f7fe

Infinity

bi bi-infinity

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f69e

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.