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 "6"

Person Arms Up

bi bi-person-arms-up

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f8f6

Person Check

bi bi-person-check

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f4d6

Person Fill X

bi bi-person-fill-x

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f8a6

Person Rolodex

bi bi-person-rolodex

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f676

Person Video

bi bi-person-video

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f677

Person Video2

bi bi-person-video2

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f678

Person Video3

bi bi-person-video3

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f679

Person Workspace

bi bi-person-workspace

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f67a

Phone Vibrate

bi bi-phone-vibrate

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f4e6

Piggy Bank

bi bi-piggy-bank

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f64a

Piggy Bank Fill

bi bi-piggy-bank-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f649

Pin Map

bi bi-pin-map

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f64c

Pin Map Fill

bi bi-pin-map-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f64b

Pinterest

bi bi-pinterest

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f663

Playstation

bi bi-playstation

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f6a9

Plug Fill

bi bi-plug-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f4f6

Plus Lg

bi bi-plus-lg

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f64d

Plus Slash Minus

bi bi-plus-slash-minus

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f6aa

Projector

bi bi-projector

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f6ac

Projector Fill

bi bi-projector-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f6ab

Qr Code

bi bi-qr-code

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f6ae

Qr Code Scan

bi bi-qr-code-scan

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f6ad

Question Diamond Fill

bi bi-question-diamond-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f506

Question Lg

bi bi-question-lg

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f64e

Quora

bi bi-quora

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f6af

Quote

bi bi-quote

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f6b0

Radioactive

bi bi-radioactive

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f67b

Record Btn

bi bi-record-btn

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f516

Recycle

bi bi-recycle

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f64f

Reddit

bi bi-reddit

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f650

Rewind Circle Fill

bi bi-rewind-circle-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f816

Robot

bi bi-robot

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f6b1

Rocket

bi bi-rocket

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f846

Router

bi bi-router

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f6ec

Router Fill

bi bi-router-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f6eb

Safe

bi bi-safe

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f65a

Safe Fill

bi bi-safe-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f651

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

Save2 Fill

bi bi-save2-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f526

Sd Card

bi bi-sd-card

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f655

Sd Card Fill

bi bi-sd-card-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f654

Search Heart Fill

bi bi-search-heart-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f786

Send

bi bi-send

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f6c0

Send Check

bi bi-send-check

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f6b3

Send Check Fill

bi bi-send-check-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f6b2

Send Dash

bi bi-send-dash

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f6b5

Send Dash Fill

bi bi-send-dash-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f6b4

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.