mirror of
https://github.com/myronblair/tomsjavajive-app
synced 2026-06-30 17:50:56 -05:00
24 lines
1.2 KiB
XML
24 lines
1.2 KiB
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 80">
|
|
<defs>
|
|
<linearGradient id="coffeeGrad" x1="0%" y1="0%" x2="100%" y2="100%">
|
|
<stop offset="0%" style="stop-color:#8B4513"/>
|
|
<stop offset="100%" style="stop-color:#E86A33"/>
|
|
</linearGradient>
|
|
</defs>
|
|
|
|
<!-- Coffee Cup Icon -->
|
|
<g transform="translate(10, 10)">
|
|
<!-- Cup body -->
|
|
<path d="M5 15 L10 55 Q12 60 20 60 L40 60 Q48 60 50 55 L55 15 Z" fill="url(#coffeeGrad)"/>
|
|
<!-- Cup handle -->
|
|
<path d="M55 20 Q70 20 70 35 Q70 50 55 50" stroke="#8B4513" stroke-width="4" fill="none"/>
|
|
<!-- Steam -->
|
|
<path d="M20 5 Q25 0 20 -5 Q15 -10 20 -15" stroke="#E86A33" stroke-width="2" fill="none" opacity="0.7"/>
|
|
<path d="M30 8 Q35 3 30 -2 Q25 -7 30 -12" stroke="#E86A33" stroke-width="2" fill="none" opacity="0.5"/>
|
|
<path d="M40 5 Q45 0 40 -5 Q35 -10 40 -15" stroke="#E86A33" stroke-width="2" fill="none" opacity="0.7"/>
|
|
</g>
|
|
|
|
<!-- Text -->
|
|
<text x="85" y="35" font-family="Georgia, serif" font-size="28" font-weight="bold" fill="#8B4513">Tom's</text>
|
|
<text x="85" y="60" font-family="Georgia, serif" font-size="24" font-weight="bold" fill="#E86A33">Java Jive</text>
|
|
</svg> |