You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
32 lines
1.2 KiB
XML
32 lines
1.2 KiB
XML
<svg xmlns="http://www.w3.org/2000/svg" width="64" height="64" viewBox="0 0 64 64">
|
|
<defs>
|
|
<linearGradient id="shipGradient" x1="0%" y1="0%" x2="100%" y2="100%">
|
|
<stop offset="0%" style="stop-color:#2196F3;stop-opacity:1" />
|
|
<stop offset="100%" style="stop-color:#1565C0;stop-opacity:1" />
|
|
</linearGradient>
|
|
</defs>
|
|
|
|
<!-- 背景圆 -->
|
|
<circle cx="32" cy="32" r="30" fill="url(#shipGradient)" stroke="white" stroke-width="2"/>
|
|
|
|
<!-- 船体 -->
|
|
<path d="M12 38 Q32 30 52 38 L50 42 Q32 36 14 42 Z" fill="white"/>
|
|
|
|
<!-- 船舱 -->
|
|
<rect x="20" y="32" width="24" height="8" rx="2" fill="#E3F2FD"/>
|
|
|
|
<!-- 驾驶舱 -->
|
|
<rect x="28" y="28" width="8" height="6" rx="1" fill="white"/>
|
|
|
|
<!-- 天线 -->
|
|
<line x1="32" y1="28" x2="32" y2="20" stroke="#666" stroke-width="1"/>
|
|
<circle cx="32" cy="20" r="1" fill="#FF5722"/>
|
|
|
|
<!-- 推进器 -->
|
|
<circle cx="18" cy="40" r="2" fill="#666"/>
|
|
<circle cx="46" cy="40" r="2" fill="#666"/>
|
|
|
|
<!-- 水波纹 -->
|
|
<path d="M8 45 Q16 43 24 45 Q32 47 40 45 Q48 43 56 45" stroke="#81D4FA" stroke-width="2" fill="none" opacity="0.7"/>
|
|
<path d="M10 48 Q18 46 26 48 Q34 50 42 48 Q50 46 54 48" stroke="#81D4FA" stroke-width="1" fill="none" opacity="0.5"/>
|
|
</svg> |