15 lines
376 B
XML
15 lines
376 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32">
|
|
<rect width="32" height="32" rx="4" fill="#f9a825"/>
|
|
<text
|
|
x="50%"
|
|
y="55%"
|
|
dominant-baseline="middle"
|
|
text-anchor="middle"
|
|
fill="#0a162b"
|
|
font-family="system-ui, -apple-system, sans-serif"
|
|
font-weight="900"
|
|
font-size="16"
|
|
letter-spacing="-0.05em"
|
|
>CV</text>
|
|
</svg>
|