- Home
- Templates
- LinkedIn Banner
- Minimal Banner
Minimal Banner Template
1584 × 396px · LinkedIn Banner
Clean light banner with name and role separated by a thin accent rule — quiet, text clear of the 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 |
|---|---|---|---|
| name | text | No | Priya Nair |
| role | text | No | Independent product consultant |
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-001e-4a00-8a00-00000000001e" --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-001e-4a00-8a00-00000000001e',
layers: {
"name": {
"text": "Priya Nair"
},
"role": {
"text": "Independent product consultant"
}
}
}
});
if (error) throw error;
console.log(data.imageUrl);More LinkedIn Banner templates
Other templates in this category you can start from.
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.
Company Page Banner
Indigo banner with a logo mark, wordmark, and tagline for a company page — clear of the logo/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 Minimal Banner template
Clone it, customize it in the editor, and generate it via the API. Free to start.
Use this template