Skip to main content
After this page, you’ll have a company logo rendering in your app from a plain image URL. Every logo works this way, so there’s no SDK to install.

Prerequisites

1. Get your publishable key

Get your publishable key from the Logo.dev dashboard to get started.
Your publishable key (pk_…) is safe to use in client-side code and works only with the image CDN. Append your key as the token parameter on any img.logo.dev URL and use it anywhere you’d use an image:
<img
  src="https://img.logo.dev/nike.com?token=LOGO_DEV_PUBLISHABLE_KEY"
  alt="Nike logo"
/>
The URL returns the logo directly. Here’s nike.com:
Nike logo
Add URL parameters to change the size, format, or theme:
<img
  src="https://img.logo.dev/nike.com?token=LOGO_DEV_PUBLISHABLE_KEY&size=256&format=png&theme=dark"
  alt="Nike logo"
/>
See the full list of image parameters.

Next steps

Use cases

See live demos of logo walls, autocompletes, and transaction feeds, each with working code.

Logo API

Every image parameter: size, format, theme, greyscale, and fallbacks.