27 lines
1.4 KiB
XML
27 lines
1.4 KiB
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 180 180">
|
|
<defs>
|
|
<linearGradient id="bg" x1="0%" y1="0%" x2="100%" y2="100%">
|
|
<stop offset="0%" style="stop-color:#667eea"/>
|
|
<stop offset="100%" style="stop-color:#a855f7"/>
|
|
</linearGradient>
|
|
</defs>
|
|
<!-- 圆角背景 -->
|
|
<rect width="180" height="180" rx="40" fill="url(#bg)"/>
|
|
<!-- 装饰圆 -->
|
|
<circle cx="140" cy="40" r="30" fill="rgba(255,255,255,0.08)"/>
|
|
<circle cx="30" cy="150" r="20" fill="rgba(255,255,255,0.06)"/>
|
|
<!-- 笔记本图标 -->
|
|
<rect x="50" y="35" width="80" height="100" rx="8" fill="white" opacity="0.95"/>
|
|
<rect x="50" y="35" width="80" height="24" rx="8" fill="rgba(102,126,234,0.3)"/>
|
|
<rect x="50" y="51" width="80" height="8" fill="rgba(102,126,234,0.3)"/>
|
|
<!-- 横线 -->
|
|
<line x1="62" y1="75" x2="118" y2="75" stroke="#667eea" stroke-width="2" opacity="0.4"/>
|
|
<line x1="62" y1="87" x2="108" y2="87" stroke="#667eea" stroke-width="2" opacity="0.3"/>
|
|
<line x1="62" y1="99" x2="100" y2="99" stroke="#667eea" stroke-width="2" opacity="0.2"/>
|
|
<!-- 打勾 -->
|
|
<circle cx="120" cy="110" r="18" fill="#22c55e"/>
|
|
<polyline points="110,110 117,117 131,103" stroke="white" stroke-width="3.5" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
|
|
<!-- H 字母 -->
|
|
<text x="90" y="158" text-anchor="middle" font-family="-apple-system,sans-serif" font-size="18" font-weight="700" fill="rgba(255,255,255,0.9)">Hera</text>
|
|
</svg>
|