Apple Podcast Pixel Art Icon
Apple Podcast's brand icon for linking to podcast pages, app badges and 'Listen on Apple Podcasts' buttons.
Tags
applemaciospodcast
Style variants
Base, sharp, solid or glyph: see how the four styles differ and which to use.
About the Apple Podcast icon
A stylized microphone inside the distinctive Apple Podcasts logo shape, instantly recognized by iOS and macOS users. Place it alongside a 'Listen on Apple Podcasts' badge, a podcast episode listing, or in a row of platform links next to Spotify and other streaming icons. Because it carries Apple's brand meaning, keep it paired with the official purple or near it; do not repurpose it as a generic microphone for recording controls.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/apple-podcast.svg" width="24" height="24" alt="Apple Podcast" />
<!-- React -->
import { ApplePodcast } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="apple-podcast.svg" width="48" height="48" style="image-rendering: pixelated" />