# `GlyphsFileFormat.toolbarIconName`

*Instance Property*

The name of the icon for the tab bar.

## Declaration

```swift
var toolbarIconName: String! { get }
```

```objc
@property (readonly) NSString * toolbarIconName;
```

```python
toolbarIconName() -> str
```

