<!--
{
  "availability" : [
    "iOS: 15.0.0 -",
    "iPadOS: 15.0.0 -",
    "macCatalyst: 15.0.0 -",
    "macOS: 12.0.0 -",
    "tvOS: 15.0.0 -",
    "visionOS: 1.0.0 -",
    "watchOS: 8.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "MusicKit",
  "identifier" : "/documentation/MusicKit/ArtworkImage",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "MusicKit",
      "SwiftUI"
    ],
    "preciseIdentifier" : "s:17_MusicKit_SwiftUI12ArtworkImageV"
  },
  "title" : "ArtworkImage"
}
-->

# ArtworkImage

A view that displays the image for a music item’s artwork.

```
@MainActor @preconcurrency struct ArtworkImage
```

## Overview

You can create an artwork image with an instance of
<doc://com.apple.documentation/documentation/MusicKit/Artwork>.

While the artwork’s image data is loading, [`ArtworkImage`](/documentation/MusicKit/ArtworkImage)
automatically displays a placeholder with a solid color that matches the
<doc://com.apple.documentation/documentation/MusicKit/Artwork/backgroundColor>
property of the artwork to render.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)