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

2,078 icons

Browse by package, name, tag, class, or code point.

Layers

bi bi-layers

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f45b

Layers Fill

bi bi-layers-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f459

Layers Half

bi bi-layers-half

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f45a

Layout Sidebar

bi bi-layout-sidebar

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f45f

Layout Sidebar Inset

bi bi-layout-sidebar-inset

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f45d

Layout Sidebar Inset Reverse

bi bi-layout-sidebar-inset-reverse

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f45c

Layout Sidebar Reverse

bi bi-layout-sidebar-reverse

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f45e

Layout Split

bi bi-layout-split

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f460

Layout Text Sidebar

bi bi-layout-text-sidebar

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f462

Layout Text Sidebar Reverse

bi bi-layout-text-sidebar-reverse

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f461

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

Layout Three Columns

bi bi-layout-three-columns

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f465

Layout Wtf

bi bi-layout-wtf

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f466

Leaf

bi bi-leaf

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f90c

Leaf Fill

bi bi-leaf-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f90b

Life Preserver

bi bi-life-preserver

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f467

Lightbulb

bi bi-lightbulb

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f46b

Lightbulb Fill

bi bi-lightbulb-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f468

Lightbulb Off

bi bi-lightbulb-off

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f46a

Lightbulb Off Fill

bi bi-lightbulb-off-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f469

Lightning

bi bi-lightning

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f46f

Lightning Charge

bi bi-lightning-charge

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f46d

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

Line

bi bi-line

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f660

Link

bi bi-link

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f471

Link 45Deg

bi bi-link-45deg

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f470

Linkedin

bi bi-linkedin

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f472

List

bi bi-list

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f479

List Check

bi bi-list-check

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f473

List Columns

bi bi-list-columns

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f6a0

List Columns Reverse

bi bi-list-columns-reverse

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f69f

List Nested

bi bi-list-nested

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f474

List Ol

bi bi-list-ol

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f475

List Stars

bi bi-list-stars

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f476

List Task

bi bi-list-task

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f477

List Ul

bi bi-list-ul

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f478

Lock

bi bi-lock

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f47b

Lock Fill

bi bi-lock-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f47a

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

Lungs Fill

bi bi-lungs-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f7ff

Magic

bi bi-magic

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f675

Magnet

bi bi-magnet

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f779

Magnet Fill

bi bi-magnet-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f778

Mailbox

bi bi-mailbox

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f47c

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.