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.
38 lines
1.7 KiB
XML
38 lines
1.7 KiB
XML
1 week ago
|
<svg xmlns="http://www.w3.org/2000/svg" width="64" height="64" viewBox="0 0 64 64">
|
||
|
<defs>
|
||
|
<linearGradient id="garbageGradient" x1="0%" y1="0%" x2="100%" y2="100%">
|
||
|
<stop offset="0%" style="stop-color:#FF9800;stop-opacity:1" />
|
||
|
<stop offset="100%" style="stop-color:#F57C00;stop-opacity:1" />
|
||
|
</linearGradient>
|
||
|
</defs>
|
||
|
|
||
|
<!-- 背景圆 -->
|
||
|
<circle cx="32" cy="32" r="30" fill="url(#garbageGradient)" stroke="white" stroke-width="2"/>
|
||
|
|
||
|
<!-- 垃圾桶主体 -->
|
||
|
<rect x="20" y="28" width="24" height="26" rx="2" fill="white"/>
|
||
|
|
||
|
<!-- 垃圾桶盖 -->
|
||
|
<rect x="18" y="24" width="28" height="6" rx="3" fill="#E0E0E0"/>
|
||
|
|
||
|
<!-- 把手 -->
|
||
|
<rect x="16" y="26" width="4" height="2" rx="1" fill="#BDBDBD"/>
|
||
|
<rect x="44" y="26" width="4" height="2" rx="1" fill="#BDBDBD"/>
|
||
|
|
||
|
<!-- 垃圾桶条纹 -->
|
||
|
<line x1="24" y1="32" x2="24" y2="50" stroke="#E0E0E0" stroke-width="1"/>
|
||
|
<line x1="28" y1="32" x2="28" y2="50" stroke="#E0E0E0" stroke-width="1"/>
|
||
|
<line x1="32" y1="32" x2="32" y2="50" stroke="#E0E0E0" stroke-width="1"/>
|
||
|
<line x1="36" y1="32" x2="36" y2="50" stroke="#E0E0E0" stroke-width="1"/>
|
||
|
<line x1="40" y1="32" x2="40" y2="50" stroke="#E0E0E0" stroke-width="1"/>
|
||
|
|
||
|
<!-- 垃圾内容 -->
|
||
|
<circle cx="26" cy="36" r="2" fill="#4CAF50" opacity="0.7"/>
|
||
|
<rect x="34" y="34" width="4" height="3" fill="#2196F3" opacity="0.7"/>
|
||
|
<polygon points="28,42 30,40 32,42 30,44" fill="#FF5722" opacity="0.7"/>
|
||
|
<circle cx="38" cy="44" r="1.5" fill="#9C27B0" opacity="0.7"/>
|
||
|
|
||
|
<!-- 警告标志 -->
|
||
|
<polygon points="32,12 28,20 36,20" fill="#FF5722"/>
|
||
|
<text x="32" y="18" text-anchor="middle" font-family="Arial" font-size="8" font-weight="bold" fill="white">!</text>
|
||
|
</svg>
|