Skip to content

Platform Badge

Platform badges are branded badges for linking to app stores and podcast platforms. Unlike icons, these are full-color, non-square assets rendered as CSS background images.

Badges automatically adapt to the current scheme — dark badges in neutral, light badges in contrast.

<a
href="#"
class="tng-platform-badge is-app-store"
aria-label="Download on the App Store"
></a>
<a
href="#"
class="tng-platform-badge is-google-play"
aria-label="Get it on Google Play"
></a>
<a
href="#"
class="tng-platform-badge is-apple-podcasts"
aria-label="Listen on Apple Podcasts"
></a>
<a
href="#"
class="tng-platform-badge is-spotify"
aria-label="Listen on Spotify"
></a>

Three sizes are available: is-sm (32px), default (40px), and is-lg (56px).

<a
href="#"
class="tng-platform-badge is-app-store is-sm"
aria-label="Download on the App Store"
></a>
<a
href="#"
class="tng-platform-badge is-app-store"
aria-label="Download on the App Store"
></a>
<a
href="#"
class="tng-platform-badge is-app-store is-lg"
aria-label="Download on the App Store"
></a>