11 lines
476 B
XML
11 lines
476 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100">
|
|
<style>
|
|
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');
|
|
text {
|
|
font-family: 'Bebas Neue', Archivo, sans-serif;
|
|
}
|
|
</style>
|
|
<rect x="4" y="4" width="92" height="92" fill="#07080a" stroke="#c8a96e" stroke-width="4" />
|
|
<text x="52" y="52" font-size="52" fill="#c8a96e" text-anchor="middle" dominant-baseline="central" letter-spacing="2">AA</text>
|
|
</svg>
|