This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<svg xmlns="http://www.w3.org/2000/svg" width="200" height="200" viewBox="0 0 200 200"> | |
<rect width="200" height="200" fill="#F0F0F0"/> | |
<circle cx="100" cy="100" r="80" fill="#3498db"/> | |
<text x="100" y="110" font-size="30" text-anchor="middle" fill="#ffffff">SVG</text> | |
</svg> |