This commit is contained in:
22
internal/httpserver/ui/static/logo.svg
Normal file
22
internal/httpserver/ui/static/logo.svg
Normal file
@@ -0,0 +1,22 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 96 96" role="img" aria-label="KubeViz Logo">
|
||||
<defs>
|
||||
<linearGradient id="bg" x1="0" y1="0" x2="1" y2="1">
|
||||
<stop offset="0%" stop-color="#0f172a"/>
|
||||
<stop offset="100%" stop-color="#1d4ed8"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="node" x1="0" y1="0" x2="1" y2="1">
|
||||
<stop offset="0%" stop-color="#22c3b7"/>
|
||||
<stop offset="100%" stop-color="#0f766e"/>
|
||||
</linearGradient>
|
||||
</defs>
|
||||
<rect x="4" y="4" width="88" height="88" rx="18" fill="url(#bg)"/>
|
||||
<g fill="none" stroke="#93c5fd" stroke-width="4" stroke-linecap="round" opacity="0.95">
|
||||
<path d="M24 66 L48 30 L72 66"/>
|
||||
<path d="M24 66 L72 66"/>
|
||||
</g>
|
||||
<g fill="url(#node)">
|
||||
<circle cx="24" cy="66" r="7"/>
|
||||
<circle cx="48" cy="30" r="7"/>
|
||||
<circle cx="72" cy="66" r="7"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 848 B |
Reference in New Issue
Block a user