mirror of
https://github.com/skyle1995/NetworkAuth.git
synced 2026-05-25 02:24:05 +08:00
11 lines
491 B
XML
11 lines
491 B
XML
<svg xmlns="http://www.w3.org/2000/svg" width="128" height="128" viewBox="0 0 128 128" fill="none">
|
|
<defs>
|
|
<linearGradient id="g" x1="0" y1="0" x2="1" y2="1">
|
|
<stop offset="0%" stop-color="#2563eb"/>
|
|
<stop offset="100%" stop-color="#60a5fa"/>
|
|
</linearGradient>
|
|
</defs>
|
|
<rect x="8" y="8" width="112" height="112" rx="20" fill="url(#g)"/>
|
|
<path d="M64 28 L86 64 L64 100 L42 64 Z" fill="#fff" opacity="0.95"/>
|
|
<circle cx="64" cy="64" r="10" fill="#2563eb"/>
|
|
</svg> |