<!doctype html><style type="text/css">
* { outline: 1px solid black; }
html {
background: white;
}
body {
display: flex;
background: orange;
width: 200px;
}
svg {
background: cyan;
height: 20px;
}
div {
background: magenta;
width: 100px;
}
</style><body><svg viewBox="0 0 24 24"><rect x=0 y=0 width=12 height=12></svg><div>