mirror of
https://github.com/decolua/9router.git
synced 2026-05-08 12:01:28 +00:00
12 lines
533 B
XML
12 lines
533 B
XML
<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
<rect width="32" height="32" rx="6" fill="url(#gradient)"/>
|
|
<text x="16" y="24" font-family="system-ui, -apple-system, sans-serif" font-size="20" font-weight="700" fill="white" text-anchor="middle">9</text>
|
|
<defs>
|
|
<linearGradient id="gradient" x1="0" y1="0" x2="32" y2="32" gradientUnits="userSpaceOnUse">
|
|
<stop stop-color="#f97815"/>
|
|
<stop offset="1" stop-color="#c2590a"/>
|
|
</linearGradient>
|
|
</defs>
|
|
</svg>
|
|
|