chattyness/stock/props/coffee-iced.svg

32 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="plasticcup" x1="0%" y1="0%" x2="100%" y2="0%">
<stop offset="0%" stop-color="#E0E0E0"/>
<stop offset="50%" stop-color="#F8F8F8"/>
<stop offset="100%" stop-color="#E0E0E0"/>
</linearGradient>
<linearGradient id="icedcoffee" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" stop-color="#C4A77D"/>
<stop offset="100%" stop-color="#6B4423"/>
</linearGradient>
</defs>
<!-- Plastic cup -->
<path d="M 12 10 L 16 44 L 32 44 L 36 10 Z" fill="url(#plasticcup)" opacity="0.5"/>
<!-- Iced coffee liquid -->
<path d="M 14 14 L 17 42 L 31 42 L 34 14 Z" fill="url(#icedcoffee)" opacity="0.8"/>
<!-- Ice cubes -->
<rect x="18" y="18" width="6" height="5" rx="1" fill="#E0FFFF" opacity="0.7"/>
<rect x="26" y="22" width="5" height="5" rx="1" fill="#E0FFFF" opacity="0.7"/>
<rect x="19" y="28" width="5" height="4" rx="1" fill="#E0FFFF" opacity="0.7"/>
<!-- Dome lid -->
<ellipse cx="24" cy="10" rx="12" ry="3" fill="url(#plasticcup)"/>
<path d="M 12 10 Q 24 4 36 10" fill="url(#plasticcup)" opacity="0.8"/>
<!-- Straw -->
<rect x="28" y="2" width="3" height="20" fill="#32CD32"/>
<ellipse cx="29.5" cy="2" rx="1.5" ry="0.5" fill="#228B22"/>
<!-- Condensation drops -->
<circle cx="14" cy="25" r="1" fill="#87CEEB" opacity="0.6"/>
<circle cx="34" cy="32" r="1" fill="#87CEEB" opacity="0.6"/>
</g>
</svg>