# `GSFontMaster.iconName`

*Instance Property*

## Declaration

```swift
var iconName: String { get set }
```

```objc
@property (nonatomic, strong) NSString * iconName;
```

[See also `iconName` in the Python API](https://docu.glyphsapp.com/#GSFontMaster.iconName)

```python
pyobjc_instanceMethods.iconName() -> str
pyobjc_instanceMethods.setIconName_(iconName: str)
```

