Skip to main content

Documentation Index

Fetch the complete documentation index at: https://www.logo.dev/docs/llms.txt

Use this file to discover all available pages before exploring further.

Get a company logo on screen in three steps. Every logo is a plain image URL — no SDK to install.

Prerequisites

1. Get your publishable key

Get your API 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"
/>

3. Customize the logo (optional)

Add URL parameters to change the size, format, or theme:
<img
  src="https://img.logo.dev/stripe.com?token=LOGO_DEV_PUBLISHABLE_KEY&size=256&format=png&theme=dark"
  alt="Stripe logo"
/>
See the full list of image parameters.

Next steps

Image CDN

Look up logos by domain, ticker, crypto symbol, ISIN, or name.

Spreadsheets & slides

Add logos in Google Sheets, Excel, and PowerPoint.

Brand Search API

Resolve a brand name to its domain.

Brand Data API

Get colors, description, and social profiles for a domain.