---
title: image
framework: tipkit
role: symbol
role_heading: Instance Property
path: tipkit/tip/image
---

# image

The image associated with the tip.

## Declaration

```swift
var image: Image? { get }
```

## Discussion

Discussion Use this property to display an icon to the left of the title and message of your tip. This property is Optional and defaults to a value of nil.

## See Also

### Setting tip content

- [title](tipkit/tip/title.md)
- [message](tipkit/tip/message.md)
- [id](tipkit/tip/id.md)
