32 lines
1.4 KiB
XML
32 lines
1.4 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="glasspress" 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="brewedcoffee" x1="0%" y1="0%" x2="0%" y2="100%">
|
|
<stop offset="0%" stop-color="#4A2C17"/>
|
|
<stop offset="100%" stop-color="#2C1810"/>
|
|
</linearGradient>
|
|
</defs>
|
|
<!-- Glass carafe -->
|
|
<rect x="12" y="14" width="20" height="28" rx="2" fill="url(#glasspress)" opacity="0.4"/>
|
|
<!-- Coffee inside -->
|
|
<rect x="14" y="20" width="16" height="20" fill="url(#brewedcoffee)" opacity="0.8"/>
|
|
<!-- Metal frame -->
|
|
<rect x="10" y="12" width="24" height="3" rx="1" fill="#808080"/>
|
|
<rect x="10" y="40" width="24" height="4" rx="1" fill="#808080"/>
|
|
<!-- Plunger rod -->
|
|
<rect x="22" y="2" width="3" height="16" fill="#696969"/>
|
|
<!-- Plunger handle -->
|
|
<ellipse cx="23.5" cy="3" rx="5" ry="2" fill="#404040"/>
|
|
<!-- Plunger filter -->
|
|
<rect x="14" y="16" width="16" height="2" fill="#A0A0A0"/>
|
|
<!-- Handle -->
|
|
<path d="M 32 18 Q 40 18 40 28 Q 40 38 32 38" fill="none" stroke="#606060" stroke-width="3"/>
|
|
<!-- Spout hint -->
|
|
<path d="M 12 16 L 8 14 L 8 18 Z" fill="#808080"/>
|
|
</g>
|
|
</svg>
|