> For the complete documentation index, see [llms.txt](https://greene-lab.gitbook.io/lab-website-template-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://greene-lab.gitbook.io/lab-website-template-docs/basics/components/icon.md).

# 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>
