> For the complete documentation index, see [llms.txt](https://api.pyblish.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://api.pyblish.com/pyblish.api/action/action.icon.md).

# .icon

Customisable icon to go with an Action.

## Description

Associate an [FontAwesome](http://fortawesome.github.io/Font-Awesome/icons) icon with an action. Choose from the library of available icons on from the main website.

* [FontAwesome Library](http://fortawesome.github.io/Font-Awesome/icons)

## Example

```python
class MyAction(pyblish.api.Action):
    icon = "close"
```
