Icon

Monochrome built-in icons.

Usage

{{< icon vendor="" name="" link="" >}}

Parameters:

  • vendor: Icon vendor (Supported value: feather, simple)
  • link: Render link for icon
  • name: Icon name
  • width: Icon width
  • height: Icon height

Available Icons

Icons from Feather icons

namesvg
globe
moon
sun
github
facebook
rss
twitter
mail

Icons from Simple icons

namesvg
dotenv
.ENV
dotnet
.NET
e
/e/
1001tracklists
1001Tracklists

Examples

{{< icon vendor="feather" name="github" link="https://github.com/kaiiiz/hugo-theme-monochrome" >}}
{{< icon vendor="simple" name="github" link="https://github.com/kaiiiz/hugo-theme-monochrome" >}}
{{< icon vendor="simple" name="github" width="1rem" height="1rem" link="https://github.com/kaiiiz/hugo-theme-monochrome" >}}