11 lines
402 B
XML
11 lines
402 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512">
|
|
<defs>
|
|
<style>
|
|
.bg { fill: #2c4a6b; }
|
|
.text { fill: #ffffff; font-family: Arial, sans-serif; font-weight: bold; }
|
|
</style>
|
|
</defs>
|
|
<rect class="bg" width="512" height="512" rx="77"/>
|
|
<text class="text" x="256" y="330" font-size="256" text-anchor="middle">J77</text>
|
|
</svg> |