- Package
- Bootstrap Icons
- Category
- Uncategorized
- Code Point
- f66b
Font Icon Library
Bootstrap Icons Search
190 icons
Matching "y"
Alipay
bi bi-alipay
- Package
- Bootstrap Icons
- Category
- Uncategorized
- Code Point
- f7cf
Battery
bi bi-battery
- Package
- Bootstrap Icons
- Category
- Uncategorized
- Code Point
- f188
Battery Charging
bi bi-battery-charging
- Package
- Bootstrap Icons
- Category
- Uncategorized
- Code Point
- f185
Battery Full
bi bi-battery-full
- Package
- Bootstrap Icons
- Category
- Uncategorized
- Code Point
- f186
Battery Half
bi bi-battery-half
- Package
- Bootstrap Icons
- Category
- Uncategorized
- Code Point
- f187
Battery Low
bi bi-battery-low
- Package
- Bootstrap Icons
- Category
- Uncategorized
- Code Point
- f911
Bicycle
bi bi-bicycle
- Package
- Bootstrap Icons
- Category
- Uncategorized
- Code Point
- f18d
Bluesky
bi bi-bluesky
- Package
- Bootstrap Icons
- Category
- Uncategorized
- Code Point
- f7f9
Body Text
bi bi-body-text
- Package
- Bootstrap Icons
- Category
- Uncategorized
- Code Point
- f683
Border Style
bi bi-border-style
- Package
- Bootstrap Icons
- Category
- Uncategorized
- Code Point
- f1b1
Bullseye
bi bi-bullseye
- Package
- Bootstrap Icons
- Category
- Uncategorized
- Code Point
- f1de
Calendar Day
bi bi-calendar-day
- Package
- Bootstrap Icons
- Category
- Uncategorized
- Code Point
- f1e6
Calendar Day Fill
bi bi-calendar-day-fill
- Package
- Bootstrap Icons
- Category
- Uncategorized
- Code Point
- f1e5
Calendar2 Day
bi bi-calendar2-day
- Package
- Bootstrap Icons
- Category
- Uncategorized
- Code Point
- f1fc
Calendar2 Day Fill
bi bi-calendar2-day-fill
- Package
- Bootstrap Icons
- Category
- Uncategorized
- Code Point
- f1fb
Clock History
bi bi-clock-history
- Package
- Bootstrap Icons
- Category
- Uncategorized
- Code Point
- f292
Cloud Rain Heavy
bi bi-cloud-rain-heavy
- Package
- Bootstrap Icons
- Category
- Uncategorized
- Code Point
- f2b5
Cloud Rain Heavy Fill
bi bi-cloud-rain-heavy-fill
- Package
- Bootstrap Icons
- Category
- Uncategorized
- Code Point
- f2b4
Cloudy
bi bi-cloudy
- Package
- Bootstrap Icons
- Category
- Uncategorized
- Code Point
- f2c5
Cloudy Fill
bi bi-cloudy-fill
- Package
- Bootstrap Icons
- Category
- Uncategorized
- Code Point
- f2c4
Collection Play
bi bi-collection-play
- Package
- Bootstrap Icons
- Category
- Uncategorized
- Code Point
- f2cb
Collection Play Fill
bi bi-collection-play-fill
- Package
- Bootstrap Icons
- Category
- Uncategorized
- Code Point
- f2ca
Copy
bi bi-copy
- Package
- Bootstrap Icons
- Category
- Uncategorized
- Code Point
- f759
Currency Bitcoin
bi bi-currency-bitcoin
- Package
- Bootstrap Icons
- Category
- Uncategorized
- Code Point
- f635
Currency Dollar
bi bi-currency-dollar
- Package
- Bootstrap Icons
- Category
- Uncategorized
- Code Point
- f636
Currency Euro
bi bi-currency-euro
- Package
- Bootstrap Icons
- Category
- Uncategorized
- Code Point
- f637
Currency Exchange
bi bi-currency-exchange
- Package
- Bootstrap Icons
- Category
- Uncategorized
- Code Point
- f638
Currency Pound
bi bi-currency-pound
- Package
- Bootstrap Icons
- Category
- Uncategorized
- Code Point
- f639
Currency Rupee
bi bi-currency-rupee
- Package
- Bootstrap Icons
- Category
- Uncategorized
- Code Point
- f7ec
Currency Yen
bi bi-currency-yen
- Package
- Bootstrap Icons
- Category
- Uncategorized
- Code Point
- f63a
Display
bi bi-display
- Package
- Bootstrap Icons
- Category
- Uncategorized
- Code Point
- f302
Display Fill
bi bi-display-fill
- Package
- Bootstrap Icons
- Category
- Uncategorized
- Code Point
- f301
Displayport
bi bi-displayport
- Package
- Bootstrap Icons
- Category
- Uncategorized
- Code Point
- f6e1
Displayport Fill
bi bi-displayport-fill
- Package
- Bootstrap Icons
- Category
- Uncategorized
- Code Point
- f6fc
Emoji Angry
bi bi-emoji-angry
- Package
- Bootstrap Icons
- Category
- Uncategorized
- Code Point
- f317
Emoji Angry Fill
bi bi-emoji-angry-fill
- Package
- Bootstrap Icons
- Category
- Uncategorized
- Code Point
- f316
Emoji Dizzy
bi bi-emoji-dizzy
- Package
- Bootstrap Icons
- Category
- Uncategorized
- Code Point
- f319
Emoji Dizzy Fill
bi bi-emoji-dizzy-fill
- Package
- Bootstrap Icons
- Category
- Uncategorized
- Code Point
- f318
Emoji Heart Eyes
bi bi-emoji-heart-eyes
- Package
- Bootstrap Icons
- Category
- Uncategorized
- Code Point
- f31f
Emoji Heart Eyes Fill
bi bi-emoji-heart-eyes-fill
- Package
- Bootstrap Icons
- Category
- Uncategorized
- Code Point
- f31e
Eye
bi bi-eye
- Package
- Bootstrap Icons
- Category
- Uncategorized
- Code Point
- f341
Eye Fill
bi bi-eye-fill
- Package
- Bootstrap Icons
- Category
- Uncategorized
- Code Point
- f33e
Eye Slash
bi bi-eye-slash
- Package
- Bootstrap Icons
- Category
- Uncategorized
- Code Point
- f340
Eye Slash Fill
bi bi-eye-slash-fill
- Package
- Bootstrap Icons
- Category
- Uncategorized
- Code Point
- f33f
Eyedropper
bi bi-eyedropper
- Package
- Bootstrap Icons
- Category
- Uncategorized
- Code Point
- f342
Eyeglasses
bi bi-eyeglasses
- Package
- Bootstrap Icons
- Category
- Uncategorized
- Code Point
- f343
File Binary
bi bi-file-binary
- Package
- Bootstrap Icons
- Category
- Uncategorized
- Code Point
- f34c
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.
Related References
Continue with nearby symbol, code, and web design resources.