← back to Watches
public/icons/icon-192x192.svg
33 lines
<svg width="192" height="192" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg">
<!-- Background -->
<rect width="512" height="512" fill="#0C1E3C"/>
<!-- Omega Symbol Approximation (Circle with gap) -->
<g transform="translate(256, 256)">
<!-- Outer circle -->
<circle cx="0" cy="0" r="180" fill="none" stroke="#C41E3A" stroke-width="24"/>
<!-- Inner circle -->
<circle cx="0" cy="0" r="120" fill="none" stroke="#C41E3A" stroke-width="16"/>
<!-- Bottom gap -->
<rect x="-20" y="140" width="40" height="80" fill="#0C1E3C"/>
<!-- Bottom extensions -->
<rect x="-140" y="180" width="100" height="24" rx="12" fill="#C41E3A"/>
<rect x="40" y="180" width="100" height="24" rx="12" fill="#C41E3A"/>
<!-- Watch hands -->
<line x1="0" y1="0" x2="0" y2="-80" stroke="#fff" stroke-width="12" stroke-linecap="round"/>
<line x1="0" y1="0" x2="60" y2="40" stroke="#fff" stroke-width="10" stroke-linecap="round"/>
<!-- Center dot -->
<circle cx="0" cy="0" r="16" fill="#C41E3A"/>
<circle cx="0" cy="0" r="8" fill="#fff"/>
</g>
<!-- Text (for larger icons) -->
<text x="256" y="470" font-family="Arial, sans-serif" font-size="48" font-weight="bold" fill="#C41E3A" text-anchor="middle">OMEGA</text>
</svg>