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

179 icons

Matching "file"

File Minus

bi bi-file-minus

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f3a3

File Minus Fill

bi bi-file-minus-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f3a2

File Music

bi bi-file-music

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f3a5

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 Pdf Fill

bi bi-file-pdf-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f63f

File Person

bi bi-file-person

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f3a7

File Person Fill

bi bi-file-person-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f3a6

File Play

bi bi-file-play

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f3a9

File Play Fill

bi bi-file-play-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f3a8

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

File Post

bi bi-file-post

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f3ad

File Post Fill

bi bi-file-post-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f3ac

File Ppt

bi bi-file-ppt

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f3af

File Ppt Fill

bi bi-file-ppt-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f3ae

File Richtext

bi bi-file-richtext

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f3b1

File Richtext Fill

bi bi-file-richtext-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f3b0

File Ruled

bi bi-file-ruled

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f3b3

File Ruled Fill

bi bi-file-ruled-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f3b2

File Slides

bi bi-file-slides

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f3b5

File Slides Fill

bi bi-file-slides-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f3b4

File Spreadsheet

bi bi-file-spreadsheet

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f3b7

File Spreadsheet Fill

bi bi-file-spreadsheet-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f3b6

File Text

bi bi-file-text

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f3b9

File Text Fill

bi bi-file-text-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f3b8

File Word

bi bi-file-word

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f3bb

File Word Fill

bi bi-file-word-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f3ba

File X

bi bi-file-x

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f3bd

File X Fill

bi bi-file-x-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f3bc

File Zip

bi bi-file-zip

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f3bf

File Zip Fill

bi bi-file-zip-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f3be

Files

bi bi-files

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f3c2

Files Alt

bi bi-files-alt

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f3c1

Filetype Aac

bi bi-filetype-aac

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f73e

Filetype Ai

bi bi-filetype-ai

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f73f

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

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.