**Source URL:** https://general.veevavault.dev/medical/vault-sdk/entry-points/actions/action-icons.md

# Action Icons



Choose which icon users see in the Action Bar for custom record and document actions by using the `icon` element of a `RecordActionInfo` or `DocumentActionInfo` annotation. If no icon is specified, the default value is `""`, meaning no icon is displayed and the action is not eligible to appear in the most frequently used section of the Action Bar. You can choose any of the following icons:

| Label | Value | Icon |
| --- | --- | --- |
| Create | `create__sys` |  |
| Update | `update__sys` |  |
| Delete | `delete__sys` |  |
| Save | `save__sys` |  |
| Remove | `remove__sys` |  |
| Send | `send__sys` |  |
| Import | `import__sys` |  |
| Export | `export__sys` |  |
| Generate | `generate__sys` |  |
| Sync | `sync__sys` |  |


---

**Previous:** [Document Actions](/medical/vault-sdk/entry-points/actions/document-actions)  
**Next:** [Debugging Actions](/medical/vault-sdk/entry-points/actions/debugging-actions)