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

121 icons

Matching "do"

Cloud Download

bi bi-cloud-download

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f29b

Cloud Download Fill

bi bi-cloud-download-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f29a

Currency Dollar

bi bi-currency-dollar

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f636

Dash Circle Dotted

bi bi-dash-circle-dotted

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f2e4

Dash Square Dotted

bi bi-dash-square-dotted

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f2e7

Database Down

bi bi-database-down

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f8b2

Database Fill Down

bi bi-database-fill-down

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f8b7

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

Emoji Smile Upside Down

bi bi-emoji-smile-upside-down

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f326

Emoji Smile Upside Down Fill

bi bi-emoji-smile-upside-down-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f325

Envelope Arrow Down

bi bi-envelope-arrow-down

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f7b8

Envelope Arrow Down Fill

bi bi-envelope-arrow-down-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f7b3

File Arrow Down

bi bi-file-arrow-down

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f346

File Arrow Down Fill

bi bi-file-arrow-down-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f345

File Earmark Arrow Down

bi bi-file-earmark-arrow-down

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f356

File Earmark Arrow Down Fill

bi bi-file-earmark-arrow-down-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f355

Filetype Doc

bi bi-filetype-doc

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f744

Filetype Docx

bi bi-filetype-docx

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f745

Graph Down

bi bi-graph-down

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f3f1

Graph Down Arrow

bi bi-graph-down-arrow

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f672

Hand Thumbs Down

bi bi-hand-thumbs-down

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f405

Hand Thumbs Down Fill

bi bi-hand-thumbs-down-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f404

House Door

bi bi-house-door

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f423

House Door Fill

bi bi-house-door-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f422

House Down

bi bi-house-down

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f88d

House Down Fill

bi bi-house-down-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f88c

Journal Arrow Down

bi bi-journal-arrow-down

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f43a

Layout Text Window

bi bi-layout-text-window

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f464

Layout Text Window Reverse

bi bi-layout-text-window-reverse

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f463

Markdown

bi bi-markdown

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f481

Markdown Fill

bi bi-markdown-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f480

Mastodon

bi bi-mastodon

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f647

Menu Down

bi bi-menu-down

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f48b

Nintendo Switch

bi bi-nintendo-switch

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f6a4

Person Down

bi bi-person-down

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f89b

Person Fill Down

bi bi-person-fill-down

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f8a0

Plus Circle Dotted

bi bi-plus-circle-dotted

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f4f8

Plus Square Dotted

bi bi-plus-square-dotted

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f4fb

Send Arrow Down

bi bi-send-arrow-down

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f8d1

Send Arrow Down Fill

bi bi-send-arrow-down-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f8d0

Shadows

bi bi-shadows

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f8fc

Shop Window

bi bi-shop-window

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f542

Sign Do Not Enter

bi bi-sign-do-not-enter

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f852

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.