33 lines
1.5 KiB
XML
33 lines
1.5 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="brass" x1="0%" y1="0%" x2="100%" y2="0%">
|
|
<stop offset="0%" stop-color="#CD7F32"/>
|
|
<stop offset="50%" stop-color="#DAA520"/>
|
|
<stop offset="100%" stop-color="#CD7F32"/>
|
|
</linearGradient>
|
|
<linearGradient id="glass" x1="0%" y1="0%" x2="100%" y2="100%">
|
|
<stop offset="0%" stop-color="#4169E1"/>
|
|
<stop offset="50%" stop-color="#1E90FF"/>
|
|
<stop offset="100%" stop-color="#4169E1"/>
|
|
</linearGradient>
|
|
</defs>
|
|
<!-- Base/water chamber -->
|
|
<ellipse cx="24" cy="38" rx="10" ry="5" fill="url(#glass)" opacity="0.8"/>
|
|
<ellipse cx="24" cy="34" rx="8" ry="12" fill="url(#glass)" opacity="0.7"/>
|
|
<ellipse cx="24" cy="30" rx="6" ry="3" fill="#87CEEB" opacity="0.5"/>
|
|
<!-- Stem -->
|
|
<rect x="22" y="12" width="4" height="18" fill="url(#brass)"/>
|
|
<!-- Bowl -->
|
|
<ellipse cx="24" cy="10" rx="5" ry="3" fill="url(#brass)"/>
|
|
<ellipse cx="24" cy="8" rx="4" ry="2" fill="#8B4513"/>
|
|
<!-- Hose connector -->
|
|
<circle cx="32" cy="28" r="2" fill="url(#brass)"/>
|
|
<!-- Hose -->
|
|
<path d="M 34 28 Q 40 32 42 38" fill="none" stroke="#8B0000" stroke-width="2" stroke-linecap="round"/>
|
|
<!-- Mouthpiece -->
|
|
<ellipse cx="42" cy="40" rx="2" ry="1" fill="url(#brass)"/>
|
|
<!-- Smoke -->
|
|
<path d="M 24 6 Q 26 2 24 0" fill="none" stroke="#CCCCCC" stroke-width="1" opacity="0.5"/>
|
|
</g>
|
|
</svg>
|