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

42 icons

Matching "ev"

Backspace Reverse

bi bi-backspace-reverse

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f158

Backspace Reverse Fill

bi bi-backspace-reverse-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f157

Calendar Event

bi bi-calendar-event

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f1e8

Calendar Event Fill

bi bi-calendar-event-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f1e7

Calendar2 Event

bi bi-calendar2-event

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f1fe

Calendar2 Event Fill

bi bi-calendar2-event-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f1fd

Calendar3 Event

bi bi-calendar3-event

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f20e

Calendar3 Event Fill

bi bi-calendar3-event-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f20d

Calendar4 Event

bi bi-calendar4-event

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f215

Chevron Bar Contract

bi bi-chevron-bar-contract

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f273

Chevron Bar Down

bi bi-chevron-bar-down

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f274

Chevron Bar Expand

bi bi-chevron-bar-expand

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f275

Chevron Bar Left

bi bi-chevron-bar-left

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f276

Chevron Bar Right

bi bi-chevron-bar-right

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f277

Chevron Bar Up

bi bi-chevron-bar-up

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f278

Chevron Compact Down

bi bi-chevron-compact-down

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f279

Chevron Compact Left

bi bi-chevron-compact-left

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f27a

Chevron Compact Right

bi bi-chevron-compact-right

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f27b

Chevron Compact Up

bi bi-chevron-compact-up

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f27c

Chevron Contract

bi bi-chevron-contract

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f27d

Chevron Double Down

bi bi-chevron-double-down

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f27e

Chevron Double Left

bi bi-chevron-double-left

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f27f

Chevron Double Right

bi bi-chevron-double-right

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f280

Chevron Double Up

bi bi-chevron-double-up

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f281

Chevron Down

bi bi-chevron-down

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f282

Chevron Expand

bi bi-chevron-expand

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f283

Chevron Left

bi bi-chevron-left

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f284

Chevron Right

bi bi-chevron-right

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f285

Chevron Up

bi bi-chevron-up

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f286

Device Hdd

bi bi-device-hdd

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f6f9

Device Hdd Fill

bi bi-device-hdd-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f6f8

Device Ssd

bi bi-device-ssd

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f6fb

Device Ssd Fill

bi bi-device-ssd-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f6fa

Ev Front

bi bi-ev-front

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f881

Ev Front Fill

bi bi-ev-front-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f880

Ev Station

bi bi-ev-station

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f83a

Ev Station Fill

bi bi-ev-station-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f839

Layout Sidebar Inset Reverse

bi bi-layout-sidebar-inset-reverse

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f45c

Layout Sidebar Reverse

bi bi-layout-sidebar-reverse

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f45e

Layout Text Sidebar Reverse

bi bi-layout-text-sidebar-reverse

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f461

Layout Text Window Reverse

bi bi-layout-text-window-reverse

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f463

List Columns Reverse

bi bi-list-columns-reverse

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f69f

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.