---
title: fileIconKey
framework: foundation
role: symbol
role_heading: Type Property
path: foundation/progressuserinfokey/fileiconkey
---

# fileIconKey

A key with a corresponding value that must be an image, typically an icon to represent the file.

## Declaration

```swift
static let fileIconKey: ProgressUserInfoKey
```

## Discussion

Discussion If present, the Finder uses this corresponding value to show the icon of a file that a progress object is tracking.

## See Also

### Using File Operation Keys

- [fileAnimationImageKey](foundation/progressuserinfokey/fileanimationimagekey.md)
- [fileAnimationImageOriginalRectKey](foundation/progressuserinfokey/fileanimationimageoriginalrectkey.md)
- [fileCompletedCountKey](foundation/progressuserinfokey/filecompletedcountkey.md)
- [fileOperationKindKey](foundation/progressuserinfokey/fileoperationkindkey.md)
- [fileTotalCountKey](foundation/progressuserinfokey/filetotalcountkey.md)
- [fileURLKey](foundation/progressuserinfokey/fileurlkey.md)
