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

83 icons

Matching "up"

Emoji Smile Upside Down

bi bi-emoji-smile-upside-down

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f326

Emoji Smile Upside Down Fill

bi bi-emoji-smile-upside-down-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f325

Envelope Arrow Up

bi bi-envelope-arrow-up

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f7be

Envelope Arrow Up Fill

bi bi-envelope-arrow-up-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f7b9

File Arrow Up

bi bi-file-arrow-up

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f348

File Arrow Up Fill

bi bi-file-arrow-up-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f347

File Earmark Arrow Up

bi bi-file-earmark-arrow-up

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f358

File Earmark Arrow Up Fill

bi bi-file-earmark-arrow-up-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f357

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

Hand Thumbs Up

bi bi-hand-thumbs-up

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f407

Hand Thumbs Up Fill

bi bi-hand-thumbs-up-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f406

House Up

bi bi-house-up

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f897

House Up Fill

bi bi-house-up-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f896

Journal Arrow Up

bi bi-journal-arrow-up

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f43b

Measuring Cup

bi bi-measuring-cup

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f90e

Measuring Cup Fill

bi bi-measuring-cup-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f90d

Menu Up

bi bi-menu-up

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f48c

Person Arms Up

bi bi-person-arms-up

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f8f6

Person Fill Up

bi bi-person-fill-up

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f8a5

Person Up

bi bi-person-up

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f8aa

Send Arrow Up

bi bi-send-arrow-up

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f8d3

Send Arrow Up Fill

bi bi-send-arrow-up-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f8d2

Sort Alpha Up

bi bi-sort-alpha-up

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f573

Sort Alpha Up Alt

bi bi-sort-alpha-up-alt

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f572

Sort Numeric Up

bi bi-sort-numeric-up

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f579

Sort Numeric Up Alt

bi bi-sort-numeric-up-alt

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f578

Sort Up

bi bi-sort-up

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f57b

Sort Up Alt

bi bi-sort-up-alt

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f57a

Superscript

bi bi-superscript

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f849

Upc

bi bi-upc

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f602
upc

Upc Scan

bi bi-upc-scan

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f601

Upload

bi bi-upload

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f603

Volume Up

bi bi-volume-up

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f611

Volume Up Fill

bi bi-volume-up-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f610

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.