2026-04-05 17:40:18 +02:00

11 lines
530 B
XML

<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100">
<!-- Square background using site's white (#ffffff) -->
<rect width="100" height="100" fill="#ffffff" />
<!-- Much larger '12' text -->
<text x="47%" y="54%" dominant-baseline="central" text-anchor="middle" font-family="-apple-system, BlinkMacSystemFont, 'Inter', sans-serif" font-weight="500" font-size="75" fill="#111111" letter-spacing="-4">12</text>
<!-- Slightly larger terracotta dot -->
<circle cx="85" cy="78" r="8" fill="#d45d3c" />
</svg>