<!--
{
  "availability" : [
    "macOS: 11.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "AppKit",
  "identifier" : "/documentation/AppKit/NSImage/SymbolScale",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "AppKit"
    ],
    "preciseIdentifier" : "c:@E@NSImageSymbolScale"
  },
  "title" : "NSImage.SymbolScale"
}
-->

# NSImage.SymbolScale

Constants that specify which scale variant of a symbol image to use.

```
enum SymbolScale
```

## Overview

Specify a different scale variant for a symbol to change the emphasis of the symbol relative to its adjacent text. The default symbol scale is [`NSImage.SymbolScale.medium`](/documentation/AppKit/NSImage/SymbolScale/medium).

## Topics

### Constants

[`case small`](/documentation/AppKit/NSImage/SymbolScale/small)

The symbol uses the small scale variant.

[`case medium`](/documentation/AppKit/NSImage/SymbolScale/medium)

The symbol uses the default medium scale variant.

[`case large`](/documentation/AppKit/NSImage/SymbolScale/large)

The symbol uses the large scale variant.

### Initializers

[`init?(rawValue: Int)`](/documentation/AppKit/NSImage/SymbolScale/init(rawValue:))

## Relationships

### Conforms To

[`Hashable`](/documentation/Swift/Hashable)

[`RawRepresentable`](/documentation/Swift/RawRepresentable)

[`BitwiseCopyable`](/documentation/Swift/BitwiseCopyable)

[`Equatable`](/documentation/Swift/Equatable)

[`SendableMetatype`](/documentation/Swift/SendableMetatype)

[`Sendable`](/documentation/Swift/Sendable)

---

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)