Placeholder Image Generator
Generate placeholder images in SVG format with the dimensions, background colors and text you choose. Download them or copy the URL/data URI directly.
Settings
Preview
<img src="data:image/svg+xml;base64,…" width="1280" height="720" alt="placeholder">
const img = new URL("/placeholder.png", import.meta.url);
Related tools
Frequently asked questions
Which formats does it generate?+
It generates scalable SVG and its data-URI representation to use in <img> without files.

