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

503 icons

Matching "3"

Globe Asia Australia

bi bi-globe-asia-australia

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f883

Globe2

bi bi-globe2

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f3ef

Google

bi bi-google

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f3f0

Graph Down

bi bi-graph-down

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f3f1

Graph Up

bi bi-graph-up

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f3f2

Graph Up Arrow

bi bi-graph-up-arrow

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f673

Grid

bi bi-grid

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f3fc

Grid 1X2

bi bi-grid-1x2

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f3f4

Grid 1X2 Fill

bi bi-grid-1x2-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f3f3

Grid 3X2

bi bi-grid-3x2

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f3f7

Grid 3X2 Gap

bi bi-grid-3x2-gap

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f3f6

Grid 3X2 Gap Fill

bi bi-grid-3x2-gap-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f3f5

Grid 3X3

bi bi-grid-3x3

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f3fa

Grid 3X3 Gap

bi bi-grid-3x3-gap

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f3f9

Grid 3X3 Gap Fill

bi bi-grid-3x3-gap-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f3f8

Grid Fill

bi bi-grid-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f3fb

Grip Horizontal

bi bi-grip-horizontal

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f3fd

Grip Vertical

bi bi-grip-vertical

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f3fe

Hammer

bi bi-hammer

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f3ff

Hand Index

bi bi-hand-index

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f403

Headphones

bi bi-headphones

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f413

Hospital Fill

bi bi-hospital-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f773

House Door

bi bi-house-door

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f423

House Lock

bi bi-house-lock

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f893

Info

bi bi-info

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f434

Info Circle

bi bi-info-circle

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f431

Info Circle Fill

bi bi-info-circle-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f430

Info Square

bi bi-info-square

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f433

Info Square Fill

bi bi-info-square-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f432

Input Cursor

bi bi-input-cursor

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f436

Input Cursor Text

bi bi-input-cursor-text

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f435

Instagram

bi bi-instagram

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f437

Intersect

bi bi-intersect

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f438

Journal Album

bi bi-journal-album

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f439

Journal Arrow Down

bi bi-journal-arrow-down

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f43a

Journal Arrow Up

bi bi-journal-arrow-up

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f43b

Journal Bookmark

bi bi-journal-bookmark

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f43d

Journal Bookmark Fill

bi bi-journal-bookmark-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f43c

Journal Check

bi bi-journal-check

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f43e

Journal Code

bi bi-journal-code

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f43f

Journal Richtext

bi bi-journal-richtext

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f443

Lamp Fill

bi bi-lamp-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f453

Layout Text Window Reverse

bi bi-layout-text-window-reverse

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f463

List Check

bi bi-list-check

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f473

Megaphone Fill

bi bi-megaphone-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f483

Memory

bi bi-memory

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f6e3

Moisture

bi bi-moisture

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f493

Mouse3

bi bi-mouse3

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f49d

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.