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

36 icons

Matching "text"

Body Text

bi bi-body-text

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f683

Card Text

bi bi-card-text

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f228

Chat Left Text

bi bi-chat-left-text

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f252

Chat Left Text Fill

bi bi-chat-left-text-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f251

Chat Right Text

bi bi-chat-right-text

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f25c

Chat Right Text Fill

bi bi-chat-right-text-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f25b

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

Chat Text

bi bi-chat-text

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f267

Chat Text Fill

bi bi-chat-text-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f266

Cursor Text

bi bi-cursor-text

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f2e2

File Earmark Richtext

bi bi-file-earmark-richtext

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f383

File Earmark Richtext Fill

bi bi-file-earmark-richtext-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f382

File Earmark Text

bi bi-file-earmark-text

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f38b

File Earmark Text Fill

bi bi-file-earmark-text-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f38a

File Richtext

bi bi-file-richtext

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f3b1

File Richtext Fill

bi bi-file-richtext-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f3b0

File Text

bi bi-file-text

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f3b9

File Text Fill

bi bi-file-text-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f3b8

Input Cursor Text

bi bi-input-cursor-text

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f435

Journal Richtext

bi bi-journal-richtext

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f443

Journal Text

bi bi-journal-text

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f444

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

Text Center

bi bi-text-center

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f5c4

Text Indent Left

bi bi-text-indent-left

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f5c5

Text Indent Right

bi bi-text-indent-right

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f5c6

Text Left

bi bi-text-left

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f5c7

Text Paragraph

bi bi-text-paragraph

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f5c8

Text Right

bi bi-text-right

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f5c9

Text Wrap

bi bi-text-wrap

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f84e

Textarea

bi bi-textarea

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f5cc

Textarea Resize

bi bi-textarea-resize

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f5ca

Textarea T

bi bi-textarea-t

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f5cb

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.