---
title: image
framework: swiftui
role: symbol
role_heading: Instance Property
path: swiftui/asyncimagephase/image
---

# image

The loaded image, if any.

## Declaration

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

## Discussion

Discussion If this value isn’t nil, the image load operation has finished, and you can use the image to update the view. You can use the image directly, or you can modify it in some way. For example, you can add a resizable(capInsets:resizingMode:) modifier to make the image resizable.
