Image Placeholder Generator — SVG & Base64 Data URI (No Uploads)
Settings
Preview
Data URI
Use in HTML, CSS, and Markdown
<img src="DATA_URI_HERE" alt="Placeholder {W}×{H}" width="{W}" height="{H}">
.card-thumb{
background-image: url("DATA_URI_HERE");
background-size: cover;
width: {W}px; height: {H}px;
}

Tip: Ctrl/Cmd + Enter regenerates with current settings.
About Image Placeholder Generation
An image placeholder is a temporary image used in design and development to represent a final image before it's available. It helps in visualizing layouts, testing image responsiveness, and demonstrating design without needing actual image assets.
Why Use This Tool?
This Image Placeholder Generator simplifies the creation of custom image placeholders, making your design and development workflow more efficient:
- Rapid Prototyping: Quickly fill image sections to visualize your design early in the process.
- Consistent Testing: Use consistent placeholder images to test layout responsiveness and image sizing across different devices.
- Customization: Specify width, height, colors, and add custom text directly onto the placeholder image.
Common Placeholder Sizes
- 150×150 (thumbnail), 300×250 (card), 400×300 (content image)
- 728×90 (banner), 1200×628 (social link), 1080×1080 (square)
- 1920×1080 (hero), 2560×1440 (wide banner)
Enter your dimensions and optional text, click Generate Image Placeholder to create an SVG data URI instantly. Copy the URI, or download a PNG.