<!--
{
  "availability" : [
    "iOS: 14.5.0 -",
    "iPadOS: 14.5.0 -",
    "macCatalyst: 14.5.0 -",
    "macOS: 11.3.0 -",
    "tvOS: 14.5.0 -",
    "visionOS: 1.0.0 -",
    "watchOS: 7.4.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "SwiftUI",
  "identifier" : "/documentation/SwiftUI/TitleAndIconLabelStyle",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "SwiftUI"
    ],
    "preciseIdentifier" : "s:7SwiftUI22TitleAndIconLabelStyleV"
  },
  "title" : "TitleAndIconLabelStyle"
}
-->

# TitleAndIconLabelStyle

A label style that shows both the title and icon of the label using a
system-standard layout.

```
nonisolated struct TitleAndIconLabelStyle
```

## Overview

You can also use [`titleAndIcon`](/documentation/SwiftUI/LabelStyle/titleAndIcon) to construct this style.

## Topics

### Creating the label style

[`init()`](/documentation/SwiftUI/TitleAndIconLabelStyle/init())

Creates a label style that shows both the title and icon of the label
using a system-standard layout.



---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)