twbs/icons

Official open source SVG icon library for Bootstrap.

View on GitHub ↗Jump to charts ↓

Summary Information

Updated 25 minutes ago
Added to GitGenius on September 8th, 2026
Created on July 25th, 2019
Open Issues & Pull Requests: 490 (+0)
GitHub issues: Enabled
Number of forks: 1,120
Total Stargazers: 8,122 (+0)
Total Subscribers: 137 (+0)

Repository Insights (GitGenius)

Most active contributors

Sign in to see contributor activity.

Related repositories by overlapping contributors

No overlapping-contributor repos identified yet.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 137
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 647 days
Stale 30+ days: 133
Stale 90+ days: 120

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • icon-request (156)
  • bug (32)
  • brand (25)
  • docs (4)
  • enhancement (3)
  • help wanted (2)
  • build (1)
  • duplicate (1)

Most active issues this week

Detailed Description

Bootstrap Icons is an official open source SVG icon library for Bootstrap that provides a collection of icons for use in web projects.

The library solves the problem of needing a consistent, well-maintained set of icons that integrate naturally with Bootstrap-based applications. It offers icons in SVG format, which can be included in projects through multiple approaches: embedded as HTML, referenced via img elements, used as SVG sprites, or included through CSS. The icons are processed and optimized using SVGO, and the library also provides generated fonts and sprite sheets for different implementation preferences.

Developers building Bootstrap-based projects or those seeking a large icon collection should consider this library. The tool suits projects of any scale that want to avoid designing or sourcing icons separately. The library is available through npm for JavaScript projects and through Composer for PHP projects, making it accessible across different development ecosystems. A Figma file is also available for designers who need to work with the icons in design tools.

The development workflow uses npm scripts to optimize SVGs, generate fonts and sprites, and build documentation pages. Documentation is automatically published when Git tags are created, indicating a structured release process. The repository uses GitHub Actions to automate publishing workflows.