<!--
{
  "availability" : [
    "Apple News Format: 1.7.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "AppleNews",
  "identifier" : "/documentation/AppleNewsFormat/Logo",
  "metadataVersion" : "0.1.0",
  "role" : "Object",
  "symbol" : {
    "kind" : "Object",
    "modules" : [
      "Apple News Format"
    ],
    "preciseIdentifier" : "data:news_format:Logo"
  },
  "title" : "Logo"
}
-->

# Logo

The component for including a logo image.

```
object Logo
```

## Discussion

Use the `logo` component to display an image that identifies a brand, company, or publication. (Other components are available for other types of images, such as [`Figure`](/documentation/AppleNewsFormat/Figure), [`Portrait`](/documentation/AppleNewsFormat/Portrait), and [`Photo`](/documentation/AppleNewsFormat/Photo).)

See <doc://com.apple.applenews/documentation/AppleNews/preparing-image-video-audio-music-and-arkit-assets>.

### Example

```json
{
  "components": [
    {
      "role": "title",
      "text": "Apple News Format"
    },
    {
      "role": "body",
      "text": "Apple News Format allows publishers to craft beautiful editorial layouts. Galleries, audio, video, and fun interactions like animation make stories spring to life."
    },
    {
      "role": "logo",
      "URL": "bundle://apple-logo.png",
      "layout": {
        "columnStart": 1,
        "columnSpan": 3,
        "ignoreDocumentMargin": true,
        "margin": {
          "top": 15,
          "bottom": 15
        }
      }
    }
  ]
}
```

## Relationships

### Inherits From

[`Component`](/documentation/AppleNewsFormat/Component)

---

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)