16 lines
377 B
XML
16 lines
377 B
XML
<svg xmlns="http://www.w3.org/2000/svg" width="64" height="64" viewBox="0 0 64 64" role="img" aria-label="JH logo">
|
|
<rect width="64" height="64" rx="12" fill="#111827" />
|
|
<text
|
|
x="50%"
|
|
y="57%"
|
|
text-anchor="middle"
|
|
font-family="Arial, sans-serif"
|
|
font-size="28"
|
|
font-weight="700"
|
|
letter-spacing="2"
|
|
fill="#F9FAFB"
|
|
>
|
|
JH
|
|
</text>
|
|
</svg>
|