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

548 icons

Matching "2"

Info Square Fill

bi bi-info-square-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f432

Journal Plus

bi bi-journal-plus

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f442

Ladder

bi bi-ladder

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f452

Layout Text Sidebar

bi bi-layout-text-sidebar

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f462

Linkedin

bi bi-linkedin

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f472

Mailbox2

bi bi-mailbox2

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f47d

Mailbox2 Flag

bi bi-mailbox2-flag

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f8f2

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

Minecart

bi bi-minecart

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f492

Mouse2

bi bi-mouse2

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f49b

Mouse2 Fill

bi bi-mouse2-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f49a

Music Player

bi bi-music-player

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f4a2

Palette2

bi bi-palette2

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f4b2

Pause Circle

bi bi-pause-circle

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f4c2

Paypal

bi bi-paypal

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f662

Person Badge Fill

bi bi-person-badge-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f4d2

Person Fill Gear

bi bi-person-fill-gear

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f8a2

Person Video2

bi bi-person-video2

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f678

Phone Fill

bi bi-phone-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f4e2

Play Circle Fill

bi bi-play-circle-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f4f2

Postcard Fill

bi bi-postcard-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f782

Prescription2

bi bi-prescription2

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f80b

Puzzle Fill

bi bi-puzzle-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f502

Reception 2

bi bi-reception-2

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f512

Record2

bi bi-record2

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f51c

Record2 Fill

bi bi-record2-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f51b

Repeat 1

bi bi-repeat-1

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f812

Reply

bi bi-reply

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f520

Rss

bi bi-rss

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f522
rss

Rss Fill

bi bi-rss-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f521

Rulers

bi bi-rulers

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f523

Safe2

bi bi-safe2

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f653

Safe2 Fill

bi bi-safe2-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f652

Save

bi bi-save

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f525

Save Fill

bi bi-save-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f524

Save2

bi bi-save2

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f527

Save2 Fill

bi bi-save2-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f526

Scissors

bi bi-scissors

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f528

Screwdriver

bi bi-screwdriver

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f529

Search

bi bi-search

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f52a

Segmented Nav

bi bi-segmented-nav

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f52b

Send Arrow Up Fill

bi bi-send-arrow-up-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f8d2

Send Check Fill

bi bi-send-check-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f6b2

Server

bi bi-server

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f52c

Share

bi bi-share

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f52e

Share Fill

bi bi-share-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f52d

Shield Check

bi bi-shield-check

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f52f

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.