2014-12-06 09:18:44 +01:00
---
2015-08-15 07:45:55 +02:00
layout: docs
2017-02-05 06:14:41 +01:00
title: Icons
2017-05-28 20:25:59 +02:00
description: Guidance and suggestions for using external icon libraries with Bootstrap.
2017-02-05 06:14:41 +01:00
group: extend
2014-12-06 09:18:44 +01:00
---
2020-05-14 08:06:08 +02:00
## Bootstrap Icons
2017-02-05 06:14:41 +01:00
2020-05-14 08:06:08 +02:00
While you won't find a built-in icon library in Bootstrap, our separate [Bootstrap Icons ]({{ site.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 = "{{ site.icons }}" class = "btn btn-bd-primary" > Get Bootstrap Icons< / a >
< img class = "img-fluid mt-3 mx-auto" srcset = "{{ site . baseurl } } / docs / { { site . docs_version } } / assets / img / bootstrap-icons . png ,
{{ site.baseurl }}/docs/{{ site.docs_version }}/assets/img/bootstrap-icons@2x.png 2x"
src="{{ site.baseurl }}/docs/{{ site.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
2017-09-26 13:50:35 +02:00
2017-02-05 06:14:41 +01:00
We've tested and used these icon sets ourselves.
2018-01-31 09:31:46 +01:00
- [Font Awesome ](https://fontawesome.com/ )
2019-07-19 17:25:03 +02:00
- [Feather ](https://feathericons.com/ )
2017-02-05 06:14:41 +01:00
- [Octicons ](https://octicons.github.com/ )
2020-05-14 08:06:08 +02:00
### More
2017-09-26 13:50:35 +02:00
2017-02-05 06:14:41 +01:00
While we haven't tried these out, they do look promising and provide multiple formats—including SVG.
2017-08-08 06:35:43 +02:00
- [Bytesize ](https://github.com/danklammer/bytesize-icons )
2020-03-25 15:38:44 +01:00
- [Google Material icons ](https://material.io/resources/icons/ )
2018-06-05 19:11:08 +02:00
- [Ionicons ](https://ionicons.com/ )
2017-02-05 06:14:41 +01:00
- [Dripicons ](http://demo.amitjakhu.com/dripicons/ )
- [Ikons ](http://ikons.piotrkwiatkowski.co.uk/ )
2018-03-08 13:38:48 +01:00
- [Icons8 ](https://icons8.com/ )
2020-09-19 18:04:48 +02:00
- [icofont ](https://icofont.com/ )
2020-09-18 09:37:35 +02:00
- [CoreUI Icons ](https://icons.coreui.io/ )