---
title: "iconURL(fitting:)"
framework: managedappdistribution
role: symbol
role_heading: Instance Method
path: "managedappdistribution/managedapp/iconurl(fitting:)"
---

# iconURL(fitting:)

A URL for the icon of the app.

## Declaration

```swift
func iconURL(fitting size: CGSize) -> URL?
```

## Parameters

- `size`: The size of the icon.

## Return Value

Return Value The URL of the icon.

## Discussion

Discussion The icon scales to fit the given size.

## See Also

### Obtaining general information

- [name](managedappdistribution/managedapp/name.md)
- [subtitle](managedappdistribution/managedapp/subtitle.md)
- [description](managedappdistribution/managedapp/description.md)
- [fileSize](managedappdistribution/managedapp/filesize.md)
- [screenshotURLs(fitting:)](managedappdistribution/managedapp/screenshoturls(fitting:).md)
