2014-12-06 00:18:44 -08:00
---
2015-08-14 22:45:55 -07:00
layout: docs
2017-02-04 21:14:41 -08:00
title: Icons
2017-05-28 11:25:59 -07:00
description: Guidance and suggestions for using external icon libraries with Bootstrap.
2017-02-04 21:14:41 -08:00
group: extend
2014-12-06 00:18:44 -08:00
---
2017-02-04 21:14:41 -08:00
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
2017-09-26 14:50:35 +03:00
2017-02-04 21:14:41 -08:00
We've tested and used these icon sets ourselves.
2019-07-23 09:41:14 +03:00
{{< markdown > }}
{{< icons.inline > }}
{{- $type := .Get "type" | default "preferred" -}}
{{- range (index .Site.Data.icons $type) }}
- [{{ .name }} ]({{ .website }} )
{{- end }}
{{< / icons.inline > }}
{{< / markdown > }}
2017-02-04 21:14:41 -08:00
## More options
2017-09-26 14:50:35 +03:00
2017-02-04 21:14:41 -08:00
While we haven't tried these out, they do look promising and provide multiple formats—including SVG.
2019-07-23 09:41:14 +03:00
{{< markdown > }}
{{< icons.inline type = "more" / > }}
{{< / markdown > }}