<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 [WIDTH] [HEIGHT]">
<rect x="0" y="0" width="[WIDTH]" height="[HEIGHT]" fill="[BGCOLOR]" />
<text x="50%" y="50%" text-anchor="middle" dominant-baseline="middle"
fill="[COLOR]" style="font-family:[FONT]; font-size:[FONTSIZE];">[TEXT]</text>
</svg>