Lightweight SVG output
SVG placeholders stay sharp at different display densities and can be embedded as markup, a data URL, an image element, or a CSS background.
Generate a responsive SVG placeholder for mockups, prototypes, and development. Choose dimensions, colors, optional text, and a visual pattern, then copy the SVG, data URL, HTML, or CSS.
SVG placeholders stay sharp at different display densities and can be embedded as markup, a data URL, an image element, or a CSS background.
Yes. Enter custom width and height values or start from a common preset.
The generator provides raw SVG, a data URL, an HTML image element, and CSS background code.
No. The SVG is generated directly in your browser.
Tips:
<img src="data:image/svg+xml;base64," alt="Placeholder" width="800" height="600" />.placeholder {
background-image: url("data:image/svg+xml,");
background-size: cover;
width: 800px;
height: 600px;
}<img
src="data:image/svg+xml;base64,"
alt="Placeholder"
width={800}
height={600}
loading="lazy"
/>