/v1/logo · public API

An SVG logo
for any URL.

Give it a domain. Get the brand’s canonical SVG logo, a favicon, and a confidence score — as JSON, a raw SVG, or a redirect. Free sources only. Cached 30 days.

Try
Recently fetched
41 logos
Endpoints
three
GET/v1/logo?url=

JSON with the SVG, the favicon URL, and per-asset confidence.

https://brandkit-api.vercel.app/v1/logo?url=stripe.com
GET/v1/logo.svg?url=

The extracted SVG, served inline as image/svg+xml.

https://brandkit-api.vercel.app/v1/logo.svg?url=stripe.com
GET/v1/favicon?url=

302 redirect to the canonical favicon URL.

https://brandkit-api.vercel.app/v1/favicon?url=stripe.com
Method
three steps
  1. 01Fetch the site. Parse head tags, manifest, and homepage DOM.
  2. 02Probe common paths, cross-check Simple Icons, headless-render on misses.
  3. 03Score every candidate. Ship the highest-confidence SVG and favicon.