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

560 icons

Matching "ar"

Square

bi bi-0-square

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f842

Square Fill

bi bi-0-square-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f841

1 Square

bi bi-1-square

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f799

1 Square Fill

bi bi-1-square-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f798

2 Square

bi bi-2-square

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f79f

2 Square Fill

bi bi-2-square-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f79e

3 Square

bi bi-3-square

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f7a5

3 Square Fill

bi bi-3-square-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f7a4

4 Square

bi bi-4-square

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f7ab

4 Square Fill

bi bi-4-square-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f7aa

5 Square

bi bi-5-square

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f7b1

5 Square Fill

bi bi-5-square-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f7b0

6 Square

bi bi-6-square

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f7b7

6 Square Fill

bi bi-6-square-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f7b6

7 Square

bi bi-7-square

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f7bd

7 Square Fill

bi bi-7-square-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f7bc

8 Square

bi bi-8-square

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f7c3

8 Square Fill

bi bi-8-square-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f7c2

9 Square

bi bi-9-square

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f7c9

9 Square Fill

bi bi-9-square-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f7c8

Alarm

bi bi-alarm

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f102

Alarm Fill

bi bi-alarm-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f101

Align Start

bi bi-align-start

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f107

Archive

bi bi-archive

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f10d

Archive Fill

bi bi-archive-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f10c

Arrow 90Deg Down

bi bi-arrow-90deg-down

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f10e

Arrow 90Deg Left

bi bi-arrow-90deg-left

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f10f

Arrow 90Deg Right

bi bi-arrow-90deg-right

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f110

Arrow 90Deg Up

bi bi-arrow-90deg-up

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f111

Arrow Bar Down

bi bi-arrow-bar-down

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f112

Arrow Bar Left

bi bi-arrow-bar-left

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f113

Arrow Bar Right

bi bi-arrow-bar-right

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f114

Arrow Bar Up

bi bi-arrow-bar-up

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f115

Arrow Clockwise

bi bi-arrow-clockwise

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f116

Arrow Counterclockwise

bi bi-arrow-counterclockwise

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f117

Arrow Down

bi bi-arrow-down

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f128

Arrow Down Circle

bi bi-arrow-down-circle

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f119

Arrow Down Circle Fill

bi bi-arrow-down-circle-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f118

Arrow Down Left

bi bi-arrow-down-left

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f11e

Arrow Down Left Circle

bi bi-arrow-down-left-circle

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f11b

Arrow Down Left Circle Fill

bi bi-arrow-down-left-circle-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f11a

Arrow Down Left Square

bi bi-arrow-down-left-square

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f11d

Arrow Down Left Square Fill

bi bi-arrow-down-left-square-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f11c

Arrow Down Right

bi bi-arrow-down-right

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f123

Arrow Down Right Circle

bi bi-arrow-down-right-circle

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f120

Arrow Down Right Circle Fill

bi bi-arrow-down-right-circle-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f11f

Arrow Down Right Square

bi bi-arrow-down-right-square

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f122

Arrow Down Right Square Fill

bi bi-arrow-down-right-square-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f121

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.