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

498 icons

Matching "1"

Heart

bi bi-heart

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f417

Heart Fill

bi bi-heart-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f415

Heart Half

bi bi-heart-half

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f416

Heartbreak

bi bi-heartbreak

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f771

Heptagon

bi bi-heptagon

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f41a

Heptagon Fill

bi bi-heptagon-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f418

Heptagon Half

bi bi-heptagon-half

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f419

Hexagon

bi bi-hexagon

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f41d

Hexagon Fill

bi bi-hexagon-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f41b

Hexagon Half

bi bi-hexagon-half

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f41c

Hourglass

bi bi-hourglass

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f421

Hourglass Bottom

bi bi-hourglass-bottom

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f41e

Hourglass Split

bi bi-hourglass-split

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f41f

House Gear

bi bi-house-gear

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f891

Info Circle

bi bi-info-circle

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f431

Javascript

bi bi-javascript

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f918

Journal Minus

bi bi-journal-minus

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f441

Keyboard

bi bi-keyboard

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f451

Layout Text Sidebar Reverse

bi bi-layout-text-sidebar-reverse

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f461

Link

bi bi-link

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f471

Mailbox Flag

bi bi-mailbox-flag

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f8f1

Markdown

bi bi-markdown

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f481

Medium

bi bi-medium

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f661

Meta

bi bi-meta

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f6a1

Microsoft Teams

bi bi-microsoft-teams

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f801

Minecart Loaded

bi bi-minecart-loaded

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f491

Music Player Fill

bi bi-music-player-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f4a1

Openai

bi bi-openai

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f915

Palette

bi bi-palette

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f4b1

Pause Circle Fill

bi bi-pause-circle-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f4c1

Percent

bi bi-percent

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f4d1

Perplexity

bi bi-perplexity

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f916

Person

bi bi-person

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f4e1

Person Fill Exclamation

bi bi-person-fill-exclamation

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f8a1

Play Btn

bi bi-play-btn

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f4f1

Postage

bi bi-postage

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f781

Printer

bi bi-printer

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f501

R Square

bi bi-r-square

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f811

R Square Fill

bi bi-r-square-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f810

Reception

bi bi-reception-0

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f510

Reception 1

bi bi-reception-1

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f511

Reception 2

bi bi-reception-2

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f512

Reception 3

bi bi-reception-3

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f513

Reception 4

bi bi-reception-4

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f514

Record

bi bi-record

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f51a

Record Btn

bi bi-record-btn

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f516

Record Btn Fill

bi bi-record-btn-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f515

Record Circle

bi bi-record-circle

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f518

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.