---
title: symbolConfiguration
framework: appkit
role: symbol
role_heading: Instance Property
path: appkit/nsimageview/symbolconfiguration
---

# symbolConfiguration

Specifies a combination of point size, weight, and scale to use when sizing and displaying symbol images.

## Declaration

```swift
@NSCopying var symbolConfiguration: NSImage.SymbolConfiguration? { get set }
```

## Discussion

Discussion If a symbol configuration isn’t provided, the image view uses a default size, weight, and scale provided by the system. The default value is nil.

## See Also

### Specifying the image

- [image](appkit/nsimageview/image.md)
