---
title: routeSymbolName
framework: avsystemrouting
role: symbol
role_heading: Instance Property
path: avsystemrouting/avsystemroute-5s2um/routesymbolname
---

# routeSymbolName

The SF Symbol name representing the remote device or route.

## Declaration

```swift
final var routeSymbolName: String { get }
```

## Mentioned in

Routing and streaming media to remote devices

## Discussion

Discussion This property returns a system symbol name as a String that identifies the type of device (such as a TV, speaker, or other compatible endpoint). Use this value with Image(systemName:) to create an icon for display in your app’s user interface. let routeIcon = Image(systemName: route.routeSymbolName) The symbol helps people visually identify where their media will be played.
