29 lines
1.3 KiB
XML
29 lines
1.3 KiB
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 120 120" width="120" height="120">
|
|
<g transform="scale(2.5)">
|
|
<defs>
|
|
<linearGradient id="chrome" x1="0%" y1="0%" x2="100%" y2="0%">
|
|
<stop offset="0%" stop-color="#C0C0C0"/>
|
|
<stop offset="50%" stop-color="#E8E8E8"/>
|
|
<stop offset="100%" stop-color="#C0C0C0"/>
|
|
</linearGradient>
|
|
<linearGradient id="purpleglass" x1="0%" y1="0%" x2="100%" y2="100%">
|
|
<stop offset="0%" stop-color="#9400D3"/>
|
|
<stop offset="50%" stop-color="#BA55D3"/>
|
|
<stop offset="100%" stop-color="#9400D3"/>
|
|
</linearGradient>
|
|
</defs>
|
|
<!-- Modern cylindrical base -->
|
|
<rect x="16" y="30" width="16" height="14" rx="3" fill="url(#purpleglass)" opacity="0.8"/>
|
|
<rect x="18" y="32" width="12" height="6" fill="#DDA0DD" opacity="0.4"/>
|
|
<!-- Slim stem -->
|
|
<rect x="22" y="10" width="4" height="20" fill="url(#chrome)"/>
|
|
<!-- Modern bowl -->
|
|
<path d="M 18 10 L 20 6 L 28 6 L 30 10 Z" fill="#333"/>
|
|
<ellipse cx="24" cy="6" rx="4" ry="1.5" fill="#555"/>
|
|
<!-- LED ring -->
|
|
<ellipse cx="24" cy="44" rx="8" ry="2" fill="#00FF00" opacity="0.6"/>
|
|
<!-- Silicone hose -->
|
|
<path d="M 32 35 Q 38 35 40 40" fill="none" stroke="#333" stroke-width="3" stroke-linecap="round"/>
|
|
<ellipse cx="41" cy="41" rx="2" ry="1" fill="url(#chrome)"/>
|
|
</g>
|
|
</svg>
|