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

490 icons

Matching "4"

Emoji Smile Fill

bi bi-emoji-smile-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f324

Envelope At

bi bi-envelope-at

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f84c

Envelope At Fill

bi bi-envelope-at-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f84b

Envelope Plus

bi bi-envelope-plus

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f694

Exclamation Diamond Fill

bi bi-exclamation-diamond-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f334

Eye

bi bi-eye

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f341
eye

Eye Slash

bi bi-eye-slash

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f340

Eyedropper

bi bi-eyedropper

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f342

Eyeglasses

bi bi-eyeglasses

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f343

Facebook

bi bi-facebook

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f344

Fast Forward

bi bi-fast-forward

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f7f4

Feather2

bi bi-feather2

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f7c4

File Arrow Down

bi bi-file-arrow-down

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f346

File Arrow Down Fill

bi bi-file-arrow-down-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f345

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 Bar Graph

bi bi-file-bar-graph

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f34a

File Bar Graph Fill

bi bi-file-bar-graph-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f349

File Binary

bi bi-file-binary

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f34c

File Binary Fill

bi bi-file-binary-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f34b

File Break

bi bi-file-break

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f34e

File Break Fill

bi bi-file-break-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f34d

File Check Fill

bi bi-file-check-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f34f

File Diff

bi bi-file-diff

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f354

File Earmark Diff

bi bi-file-earmark-diff

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f364

File Earmark Minus Fill

bi bi-file-earmark-minus-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f374

File Earmark Ruled Fill

bi bi-file-earmark-ruled-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f384

File Easel

bi bi-file-easel

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f394

File Music Fill

bi bi-file-music-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f3a4

File Pdf

bi bi-file-pdf

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f640

File Slides Fill

bi bi-file-slides-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f3b4

Filetype Bmp

bi bi-filetype-bmp

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f740

Filetype Cs

bi bi-filetype-cs

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f741

Filetype Css

bi bi-filetype-css

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f742

Filetype Csv

bi bi-filetype-csv

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f743

Filetype Doc

bi bi-filetype-doc

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f744

Filetype Docx

bi bi-filetype-docx

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f745

Filetype Exe

bi bi-filetype-exe

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f746

Filetype Gif

bi bi-filetype-gif

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f747

Filetype Heic

bi bi-filetype-heic

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f748

Filetype Html

bi bi-filetype-html

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f749

Filetype Java

bi bi-filetype-java

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f74a

Filetype Jpg

bi bi-filetype-jpg

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f74b

Filetype Js

bi bi-filetype-js

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f74c

Filetype Jsx

bi bi-filetype-jsx

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f74d

Filetype Key

bi bi-filetype-key

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f74e

Filetype M4P

bi bi-filetype-m4p

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f74f

Filetype Mp4

bi bi-filetype-mp4

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f754

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.