---
title: routeSymbolName
framework: avsystemrouting
role: symbol
role_heading: Instance Property
path: avsystemrouting/avsystemroute-9kkj3/routesymbolname
---

# routeSymbolName

The SF Symbol name representing the remote device or route.

## Declaration

```occ
@property (copy, readonly) NSString * routeSymbolName;
```

## Discussion

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