diff options
| author | XhmikosR <[email protected]> | 2021-01-19 18:16:38 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-01-19 18:16:38 +0200 |
| commit | 6ffb0b48e455430f8a5359ed689ad64c1143fac2 (patch) | |
| tree | 6262338881c32c3c19e4977152ecd0fca61a341c /site/content/docs/4.6/extend/icons.md | |
| parent | 9d87bd7a30c1874a9c3d60041a4042228753dd0e (diff) | |
| download | bootstrap-4.6.0.tar.xz bootstrap-4.6.0.zip | |
Release v4.6.0. (#32726)v4.6.0
* Bump version to v4.6.0.
* Dist
Diffstat (limited to 'site/content/docs/4.6/extend/icons.md')
| -rw-r--r-- | site/content/docs/4.6/extend/icons.md | 43 |
1 files changed, 43 insertions, 0 deletions
diff --git a/site/content/docs/4.6/extend/icons.md b/site/content/docs/4.6/extend/icons.md new file mode 100644 index 000000000..3fc9dffe0 --- /dev/null +++ b/site/content/docs/4.6/extend/icons.md @@ -0,0 +1,43 @@ +--- +layout: docs +title: Icons +description: Guidance and suggestions for using external icon libraries with Bootstrap. +group: extend +--- + +## Bootstrap Icons + +While you won't find a built-in icon library in Bootstrap, our separate [Bootstrap Icons]({{< param icons >}}) projects is a growing set of open source SVGs you can use. While they're designed first and foremost to work with our components and documentation, you can use them in any project. + +<a href="{{< param icons >}}" class="btn btn-bd-primary">Get Bootstrap Icons</a> + +<img class="img-fluid mt-3 mx-auto" srcset="/docs/{{< param docs_version >}}/assets/img/bootstrap-icons.png, + /docs/{{< param docs_version >}}/assets/img/[email protected] 2x" + src="/docs/{{< param docs_version >}}/assets/img/bootstrap-icons.png" + alt="Bootstrap Icons" width="966" height="600" loading="lazy"> + + +## Additional icon sets + +In addition to Bootstrap Icons, we have a handful of alternative icon libraries for you to choose from. While most icon sets include multiple file formats, we prefer SVG implementations for their improved accessibility and vector support. + +### Preferred + +We've tested and used these icon sets ourselves. + +- [Font Awesome](https://fontawesome.com/) +- [Feather](https://feathericons.com/) +- [Octicons](https://octicons.github.com/) + +### More + +While we haven't tried these out, they do look promising and provide multiple formats—including SVG. + +- [Bytesize](https://github.com/danklammer/bytesize-icons) +- [Google Material icons](https://material.io/resources/icons/) +- [Ionicons](https://ionicons.com/) +- [Dripicons](http://demo.amitjakhu.com/dripicons/) +- [Ikons](http://ikons.piotrkwiatkowski.co.uk/) +- [Icons8](https://icons8.com/) +- [icofont](https://icofont.com/) +- [CoreUI Icons](https://icons.coreui.io/) |
