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

481 icons

Matching "8"

Intersect

bi bi-intersect

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f438

Javascript

bi bi-javascript

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f918

Joystick

bi bi-joystick

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f448

Layer Forward

bi bi-layer-forward

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f458

Lightbulb Fill

bi bi-lightbulb-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f468

List Ul

bi bi-list-ul

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f478

Luggage

bi bi-luggage

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f8f0

Luggage Fill

bi bi-luggage-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f8ef

Lungs

bi bi-lungs

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f800

Magnet Fill

bi bi-magnet-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f778

Mailbox Flag

bi bi-mailbox-flag

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f8f1

Mailbox2 Flag

bi bi-mailbox2-flag

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f8f2

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

Marker Tip

bi bi-marker-tip

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f802

Mask

bi bi-mask

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f482

Megaphone

bi bi-megaphone

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f484

Megaphone Fill

bi bi-megaphone-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f483

Menu App

bi bi-menu-app

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f486

Menu App Fill

bi bi-menu-app-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f485

Menu Button

bi bi-menu-button

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f48a

Menu Button Fill

bi bi-menu-button-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f487

Menu Button Wide

bi bi-menu-button-wide

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f489

Menu Button Wide Fill

bi bi-menu-button-wide-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f488

Menu Down

bi bi-menu-down

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f48b

Menu Up

bi bi-menu-up

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f48c

Messenger

bi bi-messenger

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f648

Mic Fill

bi bi-mic-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f48d

Mic Mute

bi bi-mic-mute

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f48f

Mic Mute Fill

bi bi-mic-mute-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f48e

Microsoft Teams

bi bi-microsoft-teams

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f801

Mouse Fill

bi bi-mouse-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f498

Noise Reduction

bi bi-noise-reduction

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f8f3

Nut Fill

bi bi-nut-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f4a8

Nvidia

bi bi-nvidia

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f8c7

Nvme

bi bi-nvme

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f80c

Nvme Fill

bi bi-nvme-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f803

Opencollective

bi bi-opencollective

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f80d

Optical Audio Fill

bi bi-optical-audio-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f6e8

P Circle

bi bi-p-circle

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f805

P Circle Fill

bi bi-p-circle-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f804

P Square

bi bi-p-square

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f807

P Square Fill

bi bi-p-square-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f806

Pass

bi bi-pass

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f809

Pass Fill

bi bi-pass-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f808

Passport

bi bi-passport

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f8f5

Passport Fill

bi bi-passport-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f8f4

Patch Exclamation

bi bi-patch-exclamation

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f4b8

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.