# Icons

Pages come with its very own pixel perfect font icons that is made specially for pages, this has over 100 icons to choose from. \
We have also include the popular Google [Material Icon](https://material.io/resources/icons/) Currently it will scale up over Over 600 icons

## **Pages Icons**

Us the tag`<i></i>` with the class `pg-icon`. And enter the name of the icon you want in between the tag as shown in the example. To view all classes in pages icon go to our [cheat sheet](http://pages.revox.io/dashboard/cheatsheet/)

EXAMPLE :

```markup
<i class="pg-icon">home</i>
```

## **Material Icons**

Follow these steps to include an icon on to your page

### **Step one**

Check if the following Style sheet is already added inside the `<head>` tag

```markup
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
```

### **Step two**

Use a \<i> tag with the class "material-icons". You can find the list of all icons [here](https://material.io/resources/icons/?style=baseline)

EXAMPLE :

```markup
<i class="material-icons">
accessibility
</i>
```


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.pages.revox.io/ui-elements/icons.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
