Skip to main content
The Logo API returns any company’s logo as a cacheable image URL. Request https://img.logo.dev/:domain with your publishable key and embed it anywhere you’d use an <img> tag: web apps, emails, spreadsheets, and dashboards. A global CDN serves every logo in PNG, JPG, and WebP, so you never host a logo file yourself.

Lookup modes

Look up a logo with whatever identifier you have:

Parameters

Every lookup mode accepts the same parameters: For per-identifier details and more worked examples, see Display from domain.

Examples

Request a logo with just a domain and your token:
Use theme to adapt a transparent logo to a dark or light background:

Fallback images

When no logo is found, the API returns a black-and-white monogram of the domain’s first letter with a 200 OK, so images never break in your UI. To handle missing logos yourself, pass fallback=404 to get an empty 404 Not Found instead of a monogram, then swap in your own image on error:
New to Logo.dev? Create a free account to get a publishable key. The free tier covers most projects. See rate limits for usage details.