5 lines
259 B
XML
5 lines
259 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100">
|
|
<circle cx="50" cy="50" r="45" fill="#D4AF37"/>
|
|
<text x="50" y="65" text-anchor="middle" font-family="Arial Black, sans-serif" font-size="45" font-weight="bold" fill="#1a1a1a">H</text>
|
|
</svg>
|