SVG placeholder generator

Generate SVG placeholder images with custom dimensions and colors

SVG Placeholder Generator

Create SVG placeholder images with custom dimensions and colors

300×200
Copy SVG
Download SVG
<svg xmlns="http://www.w3.org/2000/svg" width="300" height="200" viewBox="0 0 300 200">
  <rect width="300" height="200" fill="#cccccc"/>
  <text x="50%" y="50%" dominant-baseline="middle" text-anchor="middle" font-family="sans-serif" font-size="20" fill="#333333">300×200</text>
</svg>