Skip to content

Latest commit

 

History

History
40 lines (27 loc) · 1.72 KB

icons.md

File metadata and controls

40 lines (27 loc) · 1.72 KB
layout title description group
docs
Icons
Guidance and suggestions for using external icon libraries with Bootstrap.
extend

While Bootstrap doesn't include an icon set by default, we do have our own comprehensive icon library called Bootstrap Icons. Feel free to use them or any other icon set in your project. We've included details for Bootstrap Icons and other preferred icon sets below.

While most icon sets include multiple file formats, we prefer SVG implementations for their improved accessibility and vector support.

Bootstrap Icons

Bootstrap Icons is a growing library of SVG icons that are designed by @mdo and maintained by the Bootstrap Team. The beginnings of this icon set come from Bootstrap's very own components—our forms, carousels, and more. Bootstrap has very few icon needs out of the box, so we didn't need much. However, once we got going, we couldn't stop making more.

Oh, and did we mention they're completely open source? Licensed under MIT, just like Bootstrap, our icon set is available to everyone.

[Learn more about Bootstrap Icons]({{< param icons >}}), including how to install them and recommended usage.

Alternatives

We've tested and used these icon sets ourselves as preferred alternatives to Bootstrap Icons.

{{< markdown >}} {{< icons.inline >}} {{- $type := .Get "type" | default "preferred" -}}

{{- range (index .Site.Data.icons $type) }}

  • [{{ .name }}]({{ .website }}) {{- end }} {{< /icons.inline >}} {{< /markdown >}}

More options

While we haven't tried these out ourselves, they do look promising and provide multiple formats, including SVG.

{{< markdown >}} {{< icons.inline type="more" />}} {{< /markdown >}}