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

481 icons

Matching "6"

Send Exclamation

bi bi-send-exclamation

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f6b8

Send Exclamation Fill

bi bi-send-exclamation-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f6b7

Send Fill

bi bi-send-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f6b9

Send Plus

bi bi-send-plus

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f6bb

Send Plus Fill

bi bi-send-plus-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f6ba

Send Slash

bi bi-send-slash

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f6bd

Send Slash Fill

bi bi-send-slash-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f6bc

Send X

bi bi-send-x

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f6bf

Send X Fill

bi bi-send-x-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f6be

Shield Fill

bi bi-shield-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f536

Sign Intersection T Fill

bi bi-sign-intersection-t-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f856

Sign No Left Turn

bi bi-sign-no-left-turn

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f860

Sign No Parking

bi bi-sign-no-parking

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f862

Sign No Parking Fill

bi bi-sign-no-parking-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f861

Sign No Right Turn

bi bi-sign-no-right-turn

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f864

Sign No Right Turn Fill

bi bi-sign-no-right-turn-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f863

Sign Railroad

bi bi-sign-railroad

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f866

Sign Railroad Fill

bi bi-sign-railroad-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f865

Sign Turn Slight Right

bi bi-sign-turn-slight-right

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f836

Signal

bi bi-signal

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f664

Signpost 2

bi bi-signpost-2

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f546

Skip End Circle

bi bi-skip-end-circle

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f556

Skip Start

bi bi-skip-start

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f564

Skip Start Btn

bi bi-skip-start-btn

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f560

Skip Start Circle

bi bi-skip-start-circle

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f562

Skip Start Circle Fill

bi bi-skip-start-circle-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f561

Skip Start Fill

bi bi-skip-start-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f563

Skype

bi bi-skype

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f656

Slack

bi bi-slack

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f565

Slash

bi bi-slash

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f56a

Slash Circle

bi bi-slash-circle

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f567

Slash Circle Fill

bi bi-slash-circle-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f566

Slash Lg

bi bi-slash-lg

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f657

Slash Square

bi bi-slash-square

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f569

Slash Square Fill

bi bi-slash-square-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f568

Sliders

bi bi-sliders

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f56b

Smartwatch

bi bi-smartwatch

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f56c

Snapchat

bi bi-snapchat

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f665

Snow

bi bi-snow

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f56d

Snow2

bi bi-snow2

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f56e

Snow3

bi bi-snow3

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f56f

Sort Numeric Down Alt

bi bi-sort-numeric-down-alt

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f576

Sourceforge

bi bi-sourceforge

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f8d6

Spotify

bi bi-spotify

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f666

Stack Overflow

bi bi-stack-overflow

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f667

Star Fill

bi bi-star-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f586

Steam

bi bi-steam

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f6c1

Stopwatch Fill

bi bi-stopwatch-fill

Package
Bootstrap Icons
Category
Uncategorized
Code Point
f596

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.