> For the complete documentation index, see [llms.txt](https://www.one.thezero.club/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://www.one.thezero.club/guide/tricks/using-icons-in-content.md).

# Using icons in the content

You can also easily use UIkit icons in your content. In the Text and Textarea (KirbyText) fields. In Editor, you can use it only in the KirbyText field.

```html
# Just icon
<span uk-icon="icon: check"></span>

# As icon link
<a href="" uk-icon="icon: heart"></a>
```

See all available icons <https://getuikit.com/docs/icon#library>

That's it. 😎
