🛠️ Path parameters
Below is the complete list of parameters for embedding the logo that best matches your use case:
.../{domain}/{type}/theme/{theme}/fallback/{fallback}/h/{height}/w/{width}?c={your-clientId}
Parameter | Type | Description |
---|
domain | string | Domain name (FQDN). required |
type | string | Logo’s type (see table below). |
theme | string | Logo’s theme (see table below). |
fallback | string | Logo’s fallback (see table below). |
height | number | Logo’s height. The ratio of the logo is always respected. |
width | number | Logo’s width. The ratio of the logo is always respected. |
Logo type
Type | Description |
---|
icon | The icon that is used on social profiles (e.g. Tesla’s social icon) |
logo | The horizontal logo, usually seen on large surfaces (e.g. Tesla’s logo) |
symbol | The universal mark that abstractly represents the brand (e.g. Tesla’s T symbol). |
Logo theme
Theme | Description |
---|
light | The light version of the logo. |
dark | The dark version of the logo. |
Logo fallback
Fallback | Description |
---|
brandfetch | The Brandfetch logo (default). |
transparent | A see-through placeholder for custom background options. |
lettermark | A square icon featuring the first letter of the brand’s name. |