> For the complete documentation index, see [llms.txt](https://academy.any2info.com/any2info-academy/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://academy.any2info.com/any2info-academy/no-code-platform/app-studio/application-design/dashboard/controls-toolbox/basics/icon-button.md).

# Icon button

**Category**: Control

**Version**: 1.0

**Last Updated**: May 27, 2026

**Author**: Any2Info

***

### Description

The IconButton control is a simple control that allows Click events to be registered. What differentiates it from the regular Button control is that the IconButton has an Icon central in its theming and usage.

***

### General Properties

The **IconButton** control inherits general Control Properties such as ‘Font size’, ‘Font color’ and ‘Icon color’.

***

### Special Properties

The **IconButton** control has a few special properties unique to it. These include:

| Name           | Value                             | Explanation                      |
| -------------- | --------------------------------- | -------------------------------- |
| Icon           | Icon selection                    | Which icon will be displayed     |
| Icon size      | Number                            | The size of the icon             |
| Icon color     | Color                             | The color of the icon            |
| Icon alignment | **Center**, **Left** or **Right** | Where the icon will be displayed |

***

### Tips & Best Practices

* Make the button easy to see and make it clear to a user that it needs to be pressed
* Pick a fitting icon for the action configured

***

### Examples

Below is the most basic example of an IconButton control, when clicked it would fire off the configured “On click” events. The Icon related properties change how the icon look in the Control.

<div align="left"><figure><img src="/files/ifMdJeukfO2ztzb4NdmV" alt=""><figcaption></figcaption></figure></div>

***

### Changelog

| **Version** | **Date**     | **Change**                       |
| ----------- | ------------ | -------------------------------- |
| 1.0         | May 27, 2026 | Initial document & documentation |


---

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

```
GET https://academy.any2info.com/any2info-academy/no-code-platform/app-studio/application-design/dashboard/controls-toolbox/basics/icon-button.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.
