17 lines
1.2 KiB
XML
17 lines
1.2 KiB
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 200 200" fill="none">
|
|
<!-- 传承守护者 - 盾牌/树 -->
|
|
<circle cx="100" cy="100" r="90" fill="rgba(255,255,255,0.1)" stroke="white" stroke-width="2"/>
|
|
<!-- 盾牌 -->
|
|
<path d="M100,30 L160,55 L160,110 C160,145 130,170 100,180 C70,170 40,145 40,110 L40,55 Z" stroke="white" stroke-width="2.5" fill="rgba(255,255,255,0.1)"/>
|
|
<!-- 树 -->
|
|
<line x1="100" y1="100" x2="100" y2="155" stroke="white" stroke-width="3" stroke-linecap="round"/>
|
|
<line x1="100" y1="120" x2="80" y2="140" stroke="white" stroke-width="2" stroke-linecap="round"/>
|
|
<line x1="100" y1="110" x2="120" y2="130" stroke="white" stroke-width="2" stroke-linecap="round"/>
|
|
<!-- 树冠 -->
|
|
<circle cx="100" cy="80" r="25" stroke="white" stroke-width="2" fill="rgba(255,255,255,0.15)"/>
|
|
<circle cx="80" cy="90" r="18" stroke="white" stroke-width="2" fill="rgba(255,255,255,0.1)"/>
|
|
<circle cx="120" cy="90" r="18" stroke="white" stroke-width="2" fill="rgba(255,255,255,0.1)"/>
|
|
<!-- 根系 -->
|
|
<path d="M100,155 Q90,165 75,170" stroke="white" stroke-width="2" stroke-linecap="round" fill="none"/>
|
|
<path d="M100,155 Q110,165 125,170" stroke="white" stroke-width="2" stroke-linecap="round" fill="none"/>
|
|
</svg> |