---
title: icon
framework: intents
role: symbol
role_heading: Instance Property
path: intents/inpaymentmethod/icon
---

# icon

The image representing the payment method.

## Declaration

```swift
@NSCopying var icon: INImage? { get }
```

## Discussion

Discussion This properties stores an image with any branding information associated with the payment type. For example, this property could contain an image provided by a particular credit card vendor.

## See Also

### Getting the Payment Information

- [type](intents/inpaymentmethod/type.md)
- [INPaymentMethodType](intents/inpaymentmethodtype.md)
- [name](intents/inpaymentmethod/name.md)
- [identificationHint](intents/inpaymentmethod/identificationhint.md)
