|
1
|
<svg width="220" height="36" viewBox="0 0 220 36" fill="none" xmlns="http://www.w3.org/2000/svg"> |
|
2
|
<!-- Ammonite spiral icon --> |
|
3
|
<g transform="translate(4, 2)"> |
|
4
|
<circle cx="16" cy="16" r="14" stroke="#DC394C" stroke-width="2.5" fill="none"/> |
|
5
|
<path d="M16 2C8.268 2 2 8.268 2 16" stroke="#DC394C" stroke-width="2.5" stroke-linecap="round" fill="none"/> |
|
6
|
<path d="M16 7C11.029 7 7 11.029 7 16c0 4.971 4.029 9 9 9" stroke="#e8677a" stroke-width="2" stroke-linecap="round" fill="none"/> |
|
7
|
<path d="M16 12c-2.209 0-4 1.791-4 4s1.791 4 4 4" stroke="#DC394C" stroke-width="1.5" stroke-linecap="round" fill="none"/> |
|
8
|
<circle cx="16" cy="16" r="1.5" fill="#DC394C"/> |
|
9
|
</g> |
|
10
|
<!-- Wordmark --> |
|
11
|
<text x="42" y="24" font-family="-apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif" font-size="20" font-weight="700" fill="#e5e5e5" letter-spacing="-0.5">fossil</text> |
|
12
|
<text x="102" y="24" font-family="-apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif" font-size="20" font-weight="700" fill="#DC394C" letter-spacing="-0.5">repo</text> |
|
13
|
</svg> |
|
14
|
|