diff options
| author | Mark Otto <[email protected]> | 2019-02-11 11:15:34 -0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2019-02-11 11:15:34 -0800 |
| commit | 1ded0d6a4eefb7daca62c44e4e735aec200f0b6f (patch) | |
| tree | e0036e5068cfb8e2c17971c4e892bd6b502dda9a /site/docs/4.3/extend/icons.md | |
| parent | 3aa0770b711f69c4dcf5858b8913794e81b32d80 (diff) | |
| download | bootstrap-4.3.0.tar.xz bootstrap-4.3.0.zip | |
Release v4.3.0 (#28228)v4.3.0
* Prep for v4.3.0
* More updates for v4.3.0.
* rerun to build docs source map
Diffstat (limited to 'site/docs/4.3/extend/icons.md')
| -rw-r--r-- | site/docs/4.3/extend/icons.md | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/site/docs/4.3/extend/icons.md b/site/docs/4.3/extend/icons.md new file mode 100644 index 000000000..9acdbeb86 --- /dev/null +++ b/site/docs/4.3/extend/icons.md @@ -0,0 +1,29 @@ +--- +layout: docs +title: Icons +description: Guidance and suggestions for using external icon libraries with Bootstrap. +group: extend +--- + +Bootstrap doesn't include an icon library by default, but we have a handful of recommendations 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/) +- [Iconic](https://github.com/iconic/open-iconic) +- [Octicons](https://octicons.github.com/) + +## More options + +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/tools/icons/) +- [Ionicons](https://ionicons.com/) +- [Feather](https://feathericons.com/) +- [Dripicons](http://demo.amitjakhu.com/dripicons/) +- [Ikons](http://ikons.piotrkwiatkowski.co.uk/) +- [Glyph](https://glyph.smarticons.co/) +- [Icons8](https://icons8.com/) |
