# Icon

:eye: [PREVIEW](https://greenelab.github.io/lab-website-template/testbed#icon)

```liquid
{%
  include icon.html
  icon="fa-solid fa-heart"
%}
```

<table><thead><tr><th width="129">Parameter</th><th>Description</th></tr></thead><tbody><tr><td><code>icon</code></td><td>Full class name of <a href="https://fontawesome.com/search?o=r&#x26;m=free">Font Awesome free icon</a>, e.g. <code>fa-brands fa-github</code>, or name of a custom icon SVG in <code>/_includes</code>, e.g. <code>orcid.svg</code>.</td></tr></tbody></table>
