SVG Image
<!DOCTYPE html> <html> <body> <svg viewBox='0 0 200 150'> <rect width='200' height='150' fill='#e2e8f0'/> <image href='https://picsum.photos/id/1015/300/220' x='20' y='15' width='160' height='120'/> </svg> </body> </html>
<!DOCTYPE html> <html> <body> <svg viewBox='0 0 200 150'> <rect width='200' height='150' fill='#e2e8f0'/> <image href='https://picsum.photos/id/1015/300/220' x='20' y='15' width='160' height='120'/> </svg> </body> </html>