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.
51 lines
1.9 KiB
XML
51 lines
1.9 KiB
XML
<svg xmlns="http://www.w3.org/2000/svg" width="64" height="64" viewBox="0 0 64 64">
|
|
<defs>
|
|
<linearGradient id="droneGradient" x1="0%" y1="0%" x2="100%" y2="100%">
|
|
<stop offset="0%" style="stop-color:#9C27B0;stop-opacity:1" />
|
|
<stop offset="100%" style="stop-color:#6A1B9A;stop-opacity:1" />
|
|
</linearGradient>
|
|
</defs>
|
|
|
|
<!-- 背景圆 -->
|
|
<circle cx="32" cy="32" r="30" fill="url(#droneGradient)" stroke="white" stroke-width="2"/>
|
|
|
|
<!-- 无人机主体 -->
|
|
<ellipse cx="32" cy="32" rx="12" ry="6" fill="white"/>
|
|
|
|
<!-- 螺旋桨臂 -->
|
|
<line x1="20" y1="26" x2="44" y2="38" stroke="#E1BEE7" stroke-width="3"/>
|
|
<line x1="20" y1="38" x2="44" y2="26" stroke="#E1BEE7" stroke-width="3"/>
|
|
|
|
<!-- 螺旋桨 -->
|
|
<g transform="translate(20,26)">
|
|
<circle cx="0" cy="0" r="4" fill="#666" opacity="0.3"/>
|
|
<ellipse cx="0" cy="0" rx="6" ry="1" fill="#333" opacity="0.6"/>
|
|
<ellipse cx="0" cy="0" rx="1" ry="6" fill="#333" opacity="0.6"/>
|
|
</g>
|
|
|
|
<g transform="translate(44,26)">
|
|
<circle cx="0" cy="0" r="4" fill="#666" opacity="0.3"/>
|
|
<ellipse cx="0" cy="0" rx="6" ry="1" fill="#333" opacity="0.6"/>
|
|
<ellipse cx="0" cy="0" rx="1" ry="6" fill="#333" opacity="0.6"/>
|
|
</g>
|
|
|
|
<g transform="translate(20,38)">
|
|
<circle cx="0" cy="0" r="4" fill="#666" opacity="0.3"/>
|
|
<ellipse cx="0" cy="0" rx="6" ry="1" fill="#333" opacity="0.6"/>
|
|
<ellipse cx="0" cy="0" rx="1" ry="6" fill="#333" opacity="0.6"/>
|
|
</g>
|
|
|
|
<g transform="translate(44,38)">
|
|
<circle cx="0" cy="0" r="4" fill="#666" opacity="0.3"/>
|
|
<ellipse cx="0" cy="0" rx="6" ry="1" fill="#333" opacity="0.6"/>
|
|
<ellipse cx="0" cy="0" rx="1" ry="6" fill="#333" opacity="0.6"/>
|
|
</g>
|
|
|
|
<!-- 摄像头 -->
|
|
<circle cx="32" cy="32" r="3" fill="#333"/>
|
|
<circle cx="32" cy="32" r="1" fill="#666"/>
|
|
|
|
<!-- 指示灯 -->
|
|
<circle cx="28" cy="30" r="1" fill="#4CAF50"/>
|
|
<circle cx="36" cy="30" r="1" fill="#FF5722"/>
|
|
</svg> |