SVG Placeholder Images
Placehold images or CSS backgrounds without HTTP requests.
Input
Inline Size ( Width )
Block Size ( Height )
Background Color
Text Color
Format
<svg>
<img>
CSS Background Image
CSS Pseduo Element
Output
Copy
Download
<svg width="100" height="100" viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><rect width="100" height="100" fill="#eeeeee"></rect><text fill="#111111" font-family="sans-serif" x="50%" y="50%" text-anchor="middle" font-size="14">100x100</text></svg>
Preview
100x100