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

92 icons

Matching "square"

Chat Square

bi bi-chat-square

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f265

Chat Square Dots

bi bi-chat-square-dots

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f25f

Chat Square Dots Fill

bi bi-chat-square-dots-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f25e

Chat Square Fill

bi bi-chat-square-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f260

Chat Square Heart

bi bi-chat-square-heart

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f71a

Chat Square Heart Fill

bi bi-chat-square-heart-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f719

Chat Square Quote

bi bi-chat-square-quote

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f262

Chat Square Quote Fill

bi bi-chat-square-quote-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f261

Chat Square Text

bi bi-chat-square-text

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f264

Chat Square Text Fill

bi bi-chat-square-text-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f263

Check Square

bi bi-check-square

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f26d

Check Square Fill

bi bi-check-square-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f26c

Check2 Square

bi bi-check2-square

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f271

Circle Square

bi bi-circle-square

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f289

Code Square

bi bi-code-square

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f2c7

Dash Square

bi bi-dash-square

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f2e9

Dash Square Dotted

bi bi-dash-square-dotted

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f2e7

Dash Square Fill

bi bi-dash-square-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f2e8

Exclamation Square

bi bi-exclamation-square

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f339

Exclamation Square Fill

bi bi-exclamation-square-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f338

Filter Square

bi bi-filter-square

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f3c9

Filter Square Fill

bi bi-filter-square-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f3c8

H Square

bi bi-h-square

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f7fd

H Square Fill

bi bi-h-square-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f7fc

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

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

Pencil Square

bi bi-pencil-square

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f4ca

Person Square

bi bi-person-square

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f4de

Plus Square

bi bi-plus-square

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f4fd

Plus Square Dotted

bi bi-plus-square-dotted

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f4fb

Plus Square Fill

bi bi-plus-square-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f4fc

Question Square

bi bi-question-square

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f50b

Question Square Fill

bi bi-question-square-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f50a

R Square

bi bi-r-square

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f811

R Square Fill

bi bi-r-square-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f810

Slash Square

bi bi-slash-square

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f569

Slash Square Fill

bi bi-slash-square-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f568

Square

bi bi-square

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f584

Square Fill

bi bi-square-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f582

Square Half

bi bi-square-half

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f583

X Square

bi bi-x-square

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f629

X Square Fill

bi bi-x-square-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f628

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.