Generate placeholder images as tiny SVG files or data URIs with custom size, colors, and text, locally in your browser.
Presets
Drag to 0 for automatic sizing based on the image dimensions.
SVG code
<svg xmlns="http://www.w3.org/2000/svg" width="600" height="400" viewBox="0 0 600 400"><rect width="100%" height="100%" fill="#e2e8f0"/><text x="50%" y="50%" fill="#64748b" font-family="system-ui, sans-serif" font-size="80" text-anchor="middle" dominant-baseline="central">600 × 400</text></svg>