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

33 icons

Matching "lock"

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

Blockquote Left

bi bi-blockquote-left

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f190

Blockquote Right

bi bi-blockquote-right

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f191

Building Fill Lock

bi bi-building-fill-lock

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f872

Building Lock

bi bi-building-lock

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f878

Capslock

bi bi-capslock

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f223

Capslock Fill

bi bi-capslock-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f222

Clock

bi bi-clock

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f293

Clock Fill

bi bi-clock-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f291

Clock History

bi bi-clock-history

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f292

Database Fill Lock

bi bi-database-fill-lock

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f8ba

Database Lock

bi bi-database-lock

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f8c0

File Earmark Lock

bi bi-file-earmark-lock

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f36f

File Earmark Lock Fill

bi bi-file-earmark-lock-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f36e

File Earmark Lock2

bi bi-file-earmark-lock2

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f371

File Earmark Lock2 Fill

bi bi-file-earmark-lock2-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f370

File Lock

bi bi-file-lock

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f39d

File Lock Fill

bi bi-file-lock-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f39c

File Lock2

bi bi-file-lock2

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f39f

File Lock2 Fill

bi bi-file-lock2-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f39e

House Lock

bi bi-house-lock

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f893

House Lock Fill

bi bi-house-lock-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f892

Lock

bi bi-lock

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f47b

Lock Fill

bi bi-lock-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f47a

Person Fill Lock

bi bi-person-fill-lock

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f8a3

Person Lock

bi bi-person-lock

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f8a8

Shield Lock

bi bi-shield-lock

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f538

Shield Lock Fill

bi bi-shield-lock-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f537

Unlock

bi bi-unlock

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f600

Unlock Fill

bi bi-unlock-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f5ff

Unlock2

bi bi-unlock2

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f910

Unlock2 Fill

bi bi-unlock2-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f90f

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.