- Home
- Templates
- LinkedIn Banner
- Company Page Banner
Company Page Banner Template
1584 × 396px · LinkedIn Banner
Indigo banner with a logo mark, wordmark, and tagline for a company page — clear of the logo/photo overlap.
Free to start · 50 renders included · no credit card required.
Editable fields
Override any of these when you clone the template or generate via the API.
| Field | Type | Required | Default |
|---|---|---|---|
| wordmark | text | No | Northwind |
| tagline | text | No | Operations software for growing logistics teams |
| logo | image | No |
Generate this template via API
Render it on demand from any language, or use the official TypeScript SDK.
# Public render — returns a PNG (no auth needed for public templates)
curl "https://renderfa.st/api/render?templateId=0a1b2c3d-001a-4a00-8a00-00000000001a" --output image.pngimport { createClient, postApiGenerate } from '@renderfast/client';
const client = createClient({
baseUrl: 'https://renderfa.st',
headers: { Authorization: 'Bearer ' + process.env.RENDERFAST_API_KEY }
});
const { data, error } = await postApiGenerate({
client,
body: {
templateId: '0a1b2c3d-001a-4a00-8a00-00000000001a',
layers: {
"wordmark": {
"text": "Northwind"
},
"tagline": {
"text": "Operations software for growing logistics teams"
},
"logo": {
"image_url": "https://example.com/image.png"
}
}
}
});
if (error) throw error;
console.log(data.imageUrl);More LinkedIn Banner templates
Other templates in this category you can start from.
Minimal Banner
Clean light banner with name and role separated by a thin accent rule — quiet, text clear of the photo overlap.
Product Banner
Product-launch banner with headline copy and a swappable screenshot frame — image sits far right, clear of the photo overlap.
Speaker / Event Banner
Keynote-speaker banner with talk title, event name, and date — decorative rings sit right, text clear of the photo overlap.
We're Hiring Banner
Bold hiring announcement banner with an open-roles pill and headline, text sits clear of the profile photo overlap.
Frequently asked questions
What size is a LinkedIn banner?
LinkedIn banners are 1584 × 396px (4:1). Every template here is built at that size, with key content kept clear of the profile photo overlap in the lower-left.
Will my profile photo cover part of the banner?
Your profile photo overlaps the lower-left corner. These templates keep their content clear of that area, so nothing important gets hidden.
Start with the Company Page Banner template
Clone it, customize it in the editor, and generate it via the API. Free to start.
Use this template