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

47 icons

Matching "plus"

Bag Plus

bi bi-bag-plus

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f176

Bag Plus Fill

bi bi-bag-plus-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f175

Bookmark Plus

bi bi-bookmark-plus

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f19d

Bookmark Plus Fill

bi bi-bookmark-plus-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f19c

Calendar Plus

bi bi-calendar-plus

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f1ef

Calendar Plus Fill

bi bi-calendar-plus-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f1ee

Calendar2 Plus

bi bi-calendar2-plus

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f205

Calendar2 Plus Fill

bi bi-calendar2-plus-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f204

Cart Plus

bi bi-cart-plus

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f23f

Cart Plus Fill

bi bi-cart-plus-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f23e

Clipboard Plus

bi bi-clipboard-plus

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f28e

Clipboard Plus Fill

bi bi-clipboard-plus-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f721

Clipboard2 Plus

bi bi-clipboard2-plus

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f72e

Clipboard2 Plus Fill

bi bi-clipboard2-plus-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f72d

Cloud Plus

bi bi-cloud-plus

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f2b2

Cloud Plus Fill

bi bi-cloud-plus-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f2b1

Envelope Plus

bi bi-envelope-plus

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f694

Envelope Plus Fill

bi bi-envelope-plus-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f693

File Earmark Plus

bi bi-file-earmark-plus

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f37d

File Earmark Plus Fill

bi bi-file-earmark-plus-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f37c

File Plus

bi bi-file-plus

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f3ab

File Plus Fill

bi bi-file-plus-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f3aa

Folder Plus

bi bi-folder-plus

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f3d3

Journal Plus

bi bi-journal-plus

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f442

Node Plus

bi bi-node-plus

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f4a7

Node Plus Fill

bi bi-node-plus-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f4a6

Patch Plus

bi bi-patch-plus

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f4bc

Patch Plus Fill

bi bi-patch-plus-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f4bb

Person Plus

bi bi-person-plus

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f4dd

Person Plus Fill

bi bi-person-plus-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f4dc

Plus

bi bi-plus

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f4fe

Plus Circle

bi bi-plus-circle

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f4fa

Plus Circle Dotted

bi bi-plus-circle-dotted

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f4f8

Plus Circle Fill

bi bi-plus-circle-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f4f9

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

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

Send Plus

bi bi-send-plus

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f6bb

Send Plus Fill

bi bi-send-plus-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f6ba

Shield Fill Plus

bi bi-shield-fill-plus

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f534

Shield Plus

bi bi-shield-plus

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f53a

Telephone Plus

bi bi-telephone-plus

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f5be

Telephone Plus Fill

bi bi-telephone-plus-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f5bd

Terminal Plus

bi bi-terminal-plus

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f6c4

Window Plus

bi bi-window-plus

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f6d0

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.