Thanks to visit codestin.com
Credit goes to www.logo.dev

Skip to main content
Get a company logo on screen in three steps. Every logo is a plain image URL, 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

3. Customize the logo (optional)

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

Logo API

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

Spreadsheets & slides

Add logos in Google Sheets, Excel, and PowerPoint.

Search API

Resolve a brand name to its domain.

Describe API

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