manual save(2026-01-05 11:17)
This commit is contained in:
41
public/favicon.svg
Normal file
41
public/favicon.svg
Normal file
@@ -0,0 +1,41 @@
|
||||
<svg width="64" height="64" viewBox="0 0 64 64" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<!-- 背景渐变 -->
|
||||
<defs>
|
||||
<linearGradient id="bgGradient" x1="0%" y1="0%" x2="100%" y2="100%">
|
||||
<stop offset="0%" style="stop-color:#14385d;stop-opacity:1" />
|
||||
<stop offset="100%" style="stop-color:#215d9b;stop-opacity:1" />
|
||||
</linearGradient>
|
||||
<linearGradient id="accentGradient" x1="0%" y1="0%" x2="100%" y2="100%">
|
||||
<stop offset="0%" style="stop-color:#f59e0b;stop-opacity:1" />
|
||||
<stop offset="100%" style="stop-color:#d97706;stop-opacity:1" />
|
||||
</linearGradient>
|
||||
</defs>
|
||||
|
||||
<!-- 圆角矩形背景 -->
|
||||
<rect width="64" height="64" rx="12" fill="url(#bgGradient)"/>
|
||||
|
||||
<!-- 建筑图标 -->
|
||||
<g transform="translate(16, 14)">
|
||||
<!-- 主建筑 -->
|
||||
<rect x="4" y="12" width="24" height="24" rx="2" fill="white" opacity="0.95"/>
|
||||
|
||||
<!-- 窗户网格 -->
|
||||
<rect x="8" y="16" width="4" height="4" rx="1" fill="url(#bgGradient)"/>
|
||||
<rect x="14" y="16" width="4" height="4" rx="1" fill="url(#bgGradient)"/>
|
||||
<rect x="20" y="16" width="4" height="4" rx="1" fill="url(#bgGradient)"/>
|
||||
|
||||
<rect x="8" y="22" width="4" height="4" rx="1" fill="url(#bgGradient)"/>
|
||||
<rect x="14" y="22" width="4" height="4" rx="1" fill="url(#bgGradient)"/>
|
||||
<rect x="20" y="22" width="4" height="4" rx="1" fill="url(#bgGradient)"/>
|
||||
|
||||
<rect x="8" y="28" width="4" height="4" rx="1" fill="url(#bgGradient)"/>
|
||||
<rect x="14" y="28" width="4" height="4" rx="1" fill="url(#bgGradient)"/>
|
||||
<rect x="20" y="28" width="4" height="4" rx="1" fill="url(#bgGradient)"/>
|
||||
|
||||
<!-- 门 -->
|
||||
<rect x="12" y="32" width="8" height="4" rx="1" fill="url(#accentGradient)"/>
|
||||
|
||||
<!-- 顶部装饰 -->
|
||||
<path d="M 2 12 L 16 2 L 30 12" stroke="url(#accentGradient)" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.9 KiB |
Reference in New Issue
Block a user