27 lines
1.5 KiB
XML
27 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="cardpaper" x1="0%" y1="0%" x2="0%" y2="100%">
|
|
<stop offset="0%" stop-color="#FFF8F0"/>
|
|
<stop offset="100%" stop-color="#F5E6D3"/>
|
|
</linearGradient>
|
|
<filter id="cardshadow" x="-10%" y="-10%" width="120%" height="120%">
|
|
<feDropShadow dx="1" dy="2" stdDeviation="1.5" flood-color="#000000" flood-opacity="0.25"/>
|
|
</filter>
|
|
</defs>
|
|
<!-- Card with slight rotation -->
|
|
<g transform="rotate(3, 24, 24)">
|
|
<!-- Card background -->
|
|
<rect x="6" y="10" width="36" height="28" rx="1" fill="url(#cardpaper)" filter="url(#cardshadow)"/>
|
|
<!-- Decorative border -->
|
|
<rect x="8" y="12" width="32" height="24" rx="0.5" fill="none" stroke="#D4AF37" stroke-width="0.8"/>
|
|
<!-- Inner decorative line -->
|
|
<rect x="10" y="14" width="28" height="20" rx="0.5" fill="none" stroke="#D4AF37" stroke-width="0.3" opacity="0.5"/>
|
|
<!-- "Thank You" text in script -->
|
|
<text x="24" y="23" font-family="Georgia, serif" font-size="6" font-style="italic" fill="#8B4513" text-anchor="middle">Thank</text>
|
|
<text x="24" y="30" font-family="Georgia, serif" font-size="6" font-style="italic" fill="#8B4513" text-anchor="middle">You!</text>
|
|
<!-- Small heart decoration -->
|
|
<path d="M 24 16 C 23 15 21 15 21 17 C 21 18 24 20 24 20 C 24 20 27 18 27 17 C 27 15 25 15 24 16" fill="#DC143C" opacity="0.8"/>
|
|
</g>
|
|
</g>
|
|
</svg>
|