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"

Person Plus Fill

bi bi-person-plus-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f4dc

Person Vcard Fill

bi bi-person-vcard-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f8c8

Person X Fill

bi bi-person-x-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f4df

Phone Fill

bi bi-phone-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f4e2

Phone Landscape Fill

bi bi-phone-landscape-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f4e3

Phone Vibrate Fill

bi bi-phone-vibrate-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f4e5

Pie Chart Fill

bi bi-pie-chart-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f4e8

Piggy Bank Fill

bi bi-piggy-bank-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f649

Pin Angle Fill

bi bi-pin-angle-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f4ea

Pin Fill

bi bi-pin-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f4ec

Pin Map Fill

bi bi-pin-map-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f64b

Pip Fill

bi bi-pip-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f4ee

Play Btn Fill

bi bi-play-btn-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f4f0

Play Circle Fill

bi bi-play-circle-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f4f2

Play Fill

bi bi-play-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f4f4

Plug Fill

bi bi-plug-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f4f6

Plus Circle Fill

bi bi-plus-circle-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f4f9

Plus Square Fill

bi bi-plus-square-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f4fc

Postage Fill

bi bi-postage-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f77e

Postage Heart Fill

bi bi-postage-heart-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f77f

Postcard Fill

bi bi-postcard-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f782

Postcard Heart Fill

bi bi-postcard-heart-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f783

Printer Fill

bi bi-printer-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f500

Projector Fill

bi bi-projector-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f6ab

Puzzle Fill

bi bi-puzzle-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f502

Question Circle Fill

bi bi-question-circle-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f504

Question Diamond Fill

bi bi-question-diamond-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f506

Question Octagon Fill

bi bi-question-octagon-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f508

Question Square Fill

bi bi-question-square-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f50a

R Circle Fill

bi bi-r-circle-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f80e

R Square Fill

bi bi-r-square-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f810

Record Btn Fill

bi bi-record-btn-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f515

Record Circle Fill

bi bi-record-circle-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f517

Record Fill

bi bi-record-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f519

Record2 Fill

bi bi-record2-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f51b

Reply All Fill

bi bi-reply-all-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f51d

Reply Fill

bi bi-reply-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f51f

Rewind Btn Fill

bi bi-rewind-btn-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f814

Rewind Circle Fill

bi bi-rewind-circle-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f816

Rewind Fill

bi bi-rewind-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f818

Rocket Fill

bi bi-rocket-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f843

Rocket Takeoff Fill

bi bi-rocket-takeoff-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f844

Router Fill

bi bi-router-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f6eb

Rss Fill

bi bi-rss-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f521

Safe Fill

bi bi-safe-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f651

Safe2 Fill

bi bi-safe2-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f652

Save Fill

bi bi-save-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f524

Save2 Fill

bi bi-save2-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f526

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.