---
title: "symbolVariableValueMode(_:)"
framework: swiftui
role: symbol
role_heading: Instance Method
path: "swiftui/view/symbolvariablevaluemode(_:)"
---

# symbolVariableValueMode(_:)

Sets the variable value mode mode for symbol images within this view.

## Declaration

```swift
nonisolated func symbolVariableValueMode(_ mode: SymbolVariableValueMode?) -> some View

```

## Parameters

- `mode`: The symbol variable value mode to use.

## Return Value

Return Value A view that uses the symbol variable value mode you supply.

## See Also

### Symbol appearance

- [symbolRenderingMode(_:)](swiftui/view/symbolrenderingmode(_:).md)
- [symbolColorRenderingMode(_:)](swiftui/view/symbolcolorrenderingmode(_:).md)
- [symbolVariant(_:)](swiftui/view/symbolvariant(_:).md)
