Skip to main content
Bootstrap Icons is the official icon library for Bootstrap, providing a comprehensive set of high-quality SVG icons for web projects.

Installation

Bootstrap Icons are included with React Icons:

Import Path

Library Details

Bootstrap Icons

Icon Count: 2,716Version: 1.11.3Import: react-icons/bsPrefix: Bs, BsFill, BsReverseLicense: MIT LicenseProject: github.com/twbs/icons

Usage Examples

Basic Usage

Icon Variants

Bootstrap Icons provides multiple variants for many icons:
Default Bootstrap icons use the Bs prefix and are outlined.

Buttons and Actions

Common Use Cases

Styling Bootstrap Icons

With Bootstrap CSS

Bootstrap Icons work seamlessly with Bootstrap CSS framework:

Size and Color

Icon Naming Convention

Bootstrap Icons follow these patterns:
  • Outline icons: Bs[IconName] (e.g., BsHeart, BsStar)
  • Filled icons: BsFill[IconName]Fill (e.g., BsFillHeartFill, BsFillStarFill)
  • Reverse icons: BsReverse[IconName] (for directional variants)
All names use PascalCase and remove hyphens:
  • heartBsHeart
  • heart-fillBsFillHeartFill
  • arrow-rightBsArrowRight
  • BsHouse / BsFillHouseFill - Home
  • BsList - Menu/hamburger
  • BsX - Close/X
  • BsChevronDown - Dropdown
  • BsArrowLeft - Back arrow
  • BsSearch - Search

Actions

  • BsPlus - Add
  • BsPencil - Edit
  • BsTrash - Delete
  • BsDownload - Download
  • BsUpload - Upload
  • BsShare - Share
  • BsPrinter - Print

Status

  • BsCheckCircle / BsCheckCircleFill - Success
  • BsExclamationTriangle / BsExclamationTriangleFill - Warning
  • BsInfoCircle / BsInfoCircleFill - Info
  • BsXCircle / BsXCircleFill - Error

Content

  • BsHeart / BsFillHeartFill - Like
  • BsStar / BsFillStarFill - Rating
  • BsBookmark / BsFillBookmarkFill - Save
  • BsChat - Comment
  • BsEnvelope - Email

Integration with Bootstrap Components

With React Bootstrap

Resources

Bootstrap Icons Website

Browse and search all Bootstrap Icons

GitHub Repository

View source code and report issues

Search All Icons

Search Bootstrap Icons in React Icons preview

All Libraries

Explore other icon libraries