> For the complete documentation index, see [llms.txt](https://docs.sentre.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.sentre.io/design-pricinples/icons.md).

# Icons

### Application icons

Application icons represent your app in the SenOS. They are primarily used to launch your application, but also represent your app wherever it appears in the SenOS:

* Navigation
* Dashboard
* Widget info
* Control center

![](/files/0dPwpZjGVirLaie2TgRf)

### System icons

By default, the icon uses the ionicons library.

![](/files/2cZV5KKnMGMnXzyzTpEL)

#### 1. When to use icons?

Use an icon for actions, like cut, copy, paste, and save, or for navigation items in a navigation menu.

![](/files/rKJNVtgUC93Nyip2KXFq)

Use an icon if it's easy for the user to understand what the icon means and it's simple enough to be clear at small sizes.

![](/files/U1IXesf3DocznkIykLGx)

#### 2. Use a Scalable Vector Graphics (SVG) file

SVG resources are ideal for icons, because they always look sharp at any size or resolution. You can also use a bitmap image, such as PNG, GIF, or JPEG, although we don't recommend it. When the image is scaled down (shrunk), it can appear blurry; when it's scaled up, it can appear blocky and pixelated.

![](/files/h8ZbVPVuD8CHFx1xBf9B)

#### 3. Corners

Consistent rounding of corners and sizing of angles is also an important element in maintaining visual unity.

![](/files/Q8v4fiicHbo1YcnUKmNl)

#### 4. Outline icons

Icons should be used synchronously and consistently in one type. We use default in outline format.

![](/files/nOyT3MjBCZ773gh8z2Q0)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.sentre.io/design-pricinples/icons.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
