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.

26 lines
939 B
XML

<svg xmlns="http://www.w3.org/2000/svg" width="64" height="64" viewBox="0 0 64 64">
<defs>
<linearGradient id="cameraGradient" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color:#4CAF50;stop-opacity:1" />
<stop offset="100%" style="stop-color:#2E7D32;stop-opacity:1" />
</linearGradient>
</defs>
<!-- 背景圆 -->
<circle cx="32" cy="32" r="30" fill="url(#cameraGradient)" stroke="white" stroke-width="2"/>
<!-- 摄像头主体 -->
<rect x="18" y="22" width="28" height="20" rx="4" fill="white"/>
<!-- 镜头 -->
<circle cx="32" cy="32" r="8" fill="#333"/>
<circle cx="32" cy="32" r="5" fill="#666"/>
<circle cx="32" cy="32" r="2" fill="#999"/>
<!-- 指示灯 -->
<circle cx="40" cy="26" r="2" fill="#FF5722"/>
<!-- 支架 -->
<rect x="30" y="42" width="4" height="8" fill="#666"/>
<rect x="26" y="48" width="12" height="3" rx="1" fill="#666"/>
</svg>