38 lines
1.8 KiB
XML
38 lines
1.8 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="purplecan" x1="0%" y1="0%" x2="100%" y2="0%">
|
|
<stop offset="0%" stop-color="#4B0082"/>
|
|
<stop offset="30%" stop-color="#8B008B"/>
|
|
<stop offset="70%" stop-color="#8B008B"/>
|
|
<stop offset="100%" stop-color="#4B0082"/>
|
|
</linearGradient>
|
|
<linearGradient id="cantop4" x1="0%" y1="0%" x2="100%" y2="0%">
|
|
<stop offset="0%" stop-color="#A0A0A0"/>
|
|
<stop offset="50%" stop-color="#D0D0D0"/>
|
|
<stop offset="100%" stop-color="#A0A0A0"/>
|
|
</linearGradient>
|
|
</defs>
|
|
<!-- Can body -->
|
|
<rect x="12" y="10" width="24" height="34" rx="2" fill="url(#purplecan)"/>
|
|
<!-- Can top -->
|
|
<ellipse cx="24" cy="10" rx="12" ry="4" fill="url(#cantop4)"/>
|
|
<!-- Pull tab -->
|
|
<ellipse cx="24" cy="10" rx="4" ry="1.5" fill="#808080"/>
|
|
<ellipse cx="24" cy="9" rx="2" ry="0.8" fill="#606060"/>
|
|
<!-- Can bottom rim -->
|
|
<ellipse cx="24" cy="44" rx="12" ry="3" fill="#A0A0A0"/>
|
|
<!-- Grape cluster design -->
|
|
<circle cx="22" cy="22" r="4" fill="#9932CC" opacity="0.9"/>
|
|
<circle cx="28" cy="24" r="4" fill="#9932CC" opacity="0.9"/>
|
|
<circle cx="24" cy="28" r="4" fill="#9932CC" opacity="0.9"/>
|
|
<circle cx="20" cy="28" r="3" fill="#9932CC" opacity="0.8"/>
|
|
<circle cx="28" cy="30" r="3" fill="#9932CC" opacity="0.8"/>
|
|
<!-- Leaf -->
|
|
<path d="M 26 18 Q 30 16 28 14" fill="#228B22" stroke="#228B22" stroke-width="1"/>
|
|
<!-- Generic grape text -->
|
|
<text x="24" y="40" font-family="Arial, sans-serif" font-size="5" font-weight="bold" fill="#FFFFFF" text-anchor="middle">GRAPE</text>
|
|
<!-- Highlight -->
|
|
<rect x="14" y="12" width="3" height="28" fill="#FFFFFF" opacity="0.2" rx="1"/>
|
|
</g>
|
|
</svg>
|