Files
huiyuti/assets/icons/icebreaker.svg
2026-04-26 13:47:21 +08:00

15 lines
1012 B
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"/>
<!-- 冰块 -->
<polygon points="100,35 155,65 155,115 100,145 45,115 45,65" stroke="white" stroke-width="2.5" fill="rgba(255,255,255,0.15)"/>
<line x1="100" y1="35" x2="100" y2="145" stroke="white" stroke-width="1.5" opacity="0.5"/>
<line x1="45" y1="65" x2="155" y2="115" stroke="white" stroke-width="1.5" opacity="0.5"/>
<line x1="155" y1="65" x2="45" y2="115" stroke="white" stroke-width="1.5" opacity="0.5"/>
<!-- 裂缝 -->
<path d="M100,55 L95,75 L105,85 L90,105 L100,115" stroke="white" stroke-width="2.5" stroke-linecap="round" fill="none"/>
<!-- 碎片飞溅 -->
<polygon points="130,50 138,45 140,55" fill="white" opacity="0.7"/>
<polygon points="70,45 65,38 75,40" fill="white" opacity="0.7"/>
<polygon points="145,85 152,80 150,92" fill="white" opacity="0.5"/>
</svg>