33 lines
1.6 KiB
XML
33 lines
1.6 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="blackmetal" x1="0%" y1="0%" x2="100%" y2="0%">
|
|
<stop offset="0%" stop-color="#1C1C1C"/>
|
|
<stop offset="50%" stop-color="#3C3C3C"/>
|
|
<stop offset="100%" stop-color="#1C1C1C"/>
|
|
</linearGradient>
|
|
<linearGradient id="clearglass" x1="0%" y1="0%" x2="100%" y2="100%">
|
|
<stop offset="0%" stop-color="#E0E0E0"/>
|
|
<stop offset="50%" stop-color="#F5F5F5"/>
|
|
<stop offset="100%" stop-color="#E0E0E0"/>
|
|
</linearGradient>
|
|
</defs>
|
|
<!-- Tall narrow base -->
|
|
<path d="M 18 46 L 20 32 L 28 32 L 30 46 Z" fill="url(#clearglass)" opacity="0.7"/>
|
|
<ellipse cx="24" cy="38" rx="4" ry="2" fill="#B0E0E6" opacity="0.5"/>
|
|
<!-- Long slim stem -->
|
|
<rect x="22" y="6" width="4" height="26" fill="url(#blackmetal)"/>
|
|
<!-- Diffuser at bottom of stem -->
|
|
<ellipse cx="24" cy="32" rx="3" ry="1" fill="url(#blackmetal)"/>
|
|
<!-- Sleek bowl -->
|
|
<ellipse cx="24" cy="5" rx="5" ry="2.5" fill="url(#blackmetal)"/>
|
|
<ellipse cx="24" cy="4" rx="3.5" ry="1.5" fill="#2F1810"/>
|
|
<!-- Heat management device -->
|
|
<rect x="20" y="2" width="8" height="2" rx="1" fill="#666"/>
|
|
<!-- Slim hose -->
|
|
<path d="M 30 36 Q 36 36 38 42" fill="none" stroke="#1C1C1C" stroke-width="1.5"/>
|
|
<ellipse cx="39" cy="43" rx="1.5" ry="1" fill="url(#blackmetal)"/>
|
|
<!-- Subtle smoke -->
|
|
<path d="M 24 1 Q 26 -2 24 -4" fill="none" stroke="#CCC" stroke-width="0.7" opacity="0.4"/>
|
|
</g>
|
|
</svg>
|