> Source: https://tomatophp.com/docs/tomato-admin/inputs/icon

# 🚁 Icon

<figure><img src="https://raw.githubusercontent.com/tomatophp/docs/HEAD/.gitbook/assets/Screenshot from 2024-01-18 17-10-59.png" alt=""><figcaption></figcaption></figure>

as we see it's a Box Icons Selector you can search and view all Box Icons and select the icon then it will go to form as a string you can use it like this

```markup
<x-tomato-admin-icon label="{{__('Icon')}}" placeholder="{{__('Icon')}}" name="icon" />
```
