Table of contents

Icon Group

Wrap icons with grid layout

Usage

{{< icon-group >}}

{{< /icon-group >}}

Parameters:

  • gap: Gap between icons (default: 6px)

Examples

{{< icon-group >}}
{{< icon vendor="feather" name="github" >}}
{{< icon vendor="feather" name="rss" >}}
{{< icon vendor="feather" name="twitter" >}}
{{< /icon-group >}}
{{< icon-group gap="12px" >}}
{{< icon vendor="feather" name="github" >}}
{{< icon vendor="feather" name="rss" >}}
{{< icon vendor="feather" name="twitter" >}}
{{< /icon-group >}}
{{< icon-group gap="12px" >}}
{{< icon vendor="simple" name="github" width="48px" height="48px" >}}
{{< icon vendor="simple" name="rss" width="12px" height="12px" >}}
{{< /icon-group >}}
GitHub
RSS