mirror of
https://github.com/myronblair/tomsjavajive-app
synced 2026-06-30 17:50:56 -05:00
13 lines
671 B
XML
13 lines
671 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512">
|
|
<rect width="512" height="512" fill="#FDFBF7"/>
|
|
<g fill="#FF5E1A">
|
|
<!-- Coffee cup -->
|
|
<path d="M128 160h192c8.8 0 16 7.2 16 16v160c0 44.2-35.8 80-80 80H192c-44.2 0-80-35.8-80-80V176c0-8.8 7.2-16 16-16z"/>
|
|
<!-- Cup handle -->
|
|
<path d="M336 192h32c26.5 0 48 21.5 48 48v32c0 26.5-21.5 48-48 48h-32v-128z"/>
|
|
<!-- Steam lines -->
|
|
<path d="M160 128c0-17.7 14.3-32 32-32s32 14.3 32 32c0-17.7 14.3-32 32-32s32 14.3 32 32" stroke="#FF5E1A" stroke-width="16" fill="none" stroke-linecap="round"/>
|
|
</g>
|
|
<!-- Plate -->
|
|
<ellipse cx="224" cy="420" rx="120" ry="20" fill="#E8E2D9"/>
|
|
</svg> |