<!--
{
  "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" : "SwiftUI",
  "identifier" : "/documentation/SwiftUI/SymbolRenderingMode",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "SwiftUI"
    ],
    "preciseIdentifier" : "s:7SwiftUI19SymbolRenderingModeV"
  },
  "title" : "SymbolRenderingMode"
}
-->

# SymbolRenderingMode

A symbol rendering mode.

```
struct SymbolRenderingMode
```

## Topics

### Getting symbol rendering modes

[`hierarchical`](/documentation/SwiftUI/SymbolRenderingMode/hierarchical)

A mode that renders symbols as multiple layers, with different opacities
applied to the foreground style.

[`monochrome`](/documentation/SwiftUI/SymbolRenderingMode/monochrome)

A mode that renders symbols as a single layer filled with the
foreground style.

[`multicolor`](/documentation/SwiftUI/SymbolRenderingMode/multicolor)

A mode that renders symbols as multiple layers with their inherit
styles.

[`palette`](/documentation/SwiftUI/SymbolRenderingMode/palette)

A mode that renders symbols as multiple layers, with different styles
applied to the layers.

## Relationships

### Conforms To

[`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)