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

705 icons

Matching "fill"

Heartbreak Fill

bi bi-heartbreak-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f770

Heptagon Fill

bi bi-heptagon-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f418

Hexagon Fill

bi bi-hexagon-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f41b

Hospital Fill

bi bi-hospital-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f773

House Add Fill

bi bi-house-add-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f886

House Check Fill

bi bi-house-check-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f888

House Dash Fill

bi bi-house-dash-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f88a

House Door Fill

bi bi-house-door-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f422

House Down Fill

bi bi-house-down-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f88c

House Exclamation Fill

bi bi-house-exclamation-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f88e

House Fill

bi bi-house-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f424

House Gear Fill

bi bi-house-gear-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f890

House Heart Fill

bi bi-house-heart-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f775

House Lock Fill

bi bi-house-lock-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f892

House Slash Fill

bi bi-house-slash-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f894

House Up Fill

bi bi-house-up-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f896

House X Fill

bi bi-house-x-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f898

Houses Fill

bi bi-houses-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f8c5

Image Fill

bi bi-image-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f429

Inbox Fill

bi bi-inbox-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f42c

Inboxes Fill

bi bi-inboxes-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f42e

Info Circle Fill

bi bi-info-circle-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f430

Info Square Fill

bi bi-info-square-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f432

Journal Bookmark Fill

bi bi-journal-bookmark-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f43c

Kanban Fill

bi bi-kanban-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f44c

Key Fill

bi bi-key-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f44e

Keyboard Fill

bi bi-keyboard-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f450

Lamp Fill

bi bi-lamp-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f453

Laptop Fill

bi bi-laptop-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f455

Layers Fill

bi bi-layers-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f459

Leaf Fill

bi bi-leaf-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f90b

Lightbulb Fill

bi bi-lightbulb-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f468

Lightbulb Off Fill

bi bi-lightbulb-off-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f469

Lightning Charge Fill

bi bi-lightning-charge-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f46c

Lightning Fill

bi bi-lightning-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f46e

Lock Fill

bi bi-lock-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f47a

Luggage Fill

bi bi-luggage-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f8ef

Lungs Fill

bi bi-lungs-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f7ff

Magnet Fill

bi bi-magnet-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f778

Map Fill

bi bi-map-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f47e

Markdown Fill

bi bi-markdown-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f480

Measuring Cup Fill

bi bi-measuring-cup-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f90d

Megaphone Fill

bi bi-megaphone-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f483

Menu App Fill

bi bi-menu-app-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f485

Menu Button Fill

bi bi-menu-button-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f487

Menu Button Wide Fill

bi bi-menu-button-wide-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f488

Mic Fill

bi bi-mic-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f48d

Mic Mute Fill

bi bi-mic-mute-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f48e

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.