> For the complete documentation index, see [llms.txt](https://quarkdown.com/wiki/llms.txt).

# Icons

The **`.icon {name}`**  function displays a pixel-perfect icon by its name.

> **Example 1**
> 
> ```markdown
> Quarkdown is on .icon {github}
> ```
> 
> Quarkdown is on

In HTML rendering, the [Bootstrap Icons](https://icons.getbootstrap.com/#icons) library is used. Refer to the library’s icon list for all available names.

> No validation is performed at compile time. If an icon name does not exist in the library, it may not be rendered or may be rendered incorrectly.