chattyness/stock/props/misc-signed-dollar.svg

44 lines
2.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="dollarbg" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" stop-color="#85BB65"/>
<stop offset="50%" stop-color="#6B9E4E"/>
<stop offset="100%" stop-color="#85BB65"/>
</linearGradient>
<filter id="billshadow" x="-10%" y="-10%" width="120%" height="120%">
<feDropShadow dx="1" dy="2" stdDeviation="1" flood-color="#000000" flood-opacity="0.3"/>
</filter>
</defs>
<!-- Bill with slight tilt -->
<g transform="rotate(-3, 24, 24)">
<!-- Bill background -->
<rect x="4" y="14" width="40" height="20" rx="1" fill="url(#dollarbg)" filter="url(#billshadow)"/>
<!-- Outer ornate border -->
<rect x="5" y="15" width="38" height="18" rx="0.5" fill="none" stroke="#2D5016" stroke-width="0.8"/>
<!-- Inner border -->
<rect x="7" y="17" width="34" height="14" rx="0.5" fill="none" stroke="#2D5016" stroke-width="0.4"/>
<!-- Left circle with "1" -->
<circle cx="12" cy="24" r="4" fill="none" stroke="#2D5016" stroke-width="0.5"/>
<text x="12" y="26" font-family="Georgia, serif" font-size="6" font-weight="bold" fill="#2D5016" text-anchor="middle">1</text>
<!-- Right circle with "1" -->
<circle cx="36" cy="24" r="4" fill="none" stroke="#2D5016" stroke-width="0.5"/>
<text x="36" y="26" font-family="Georgia, serif" font-size="6" font-weight="bold" fill="#2D5016" text-anchor="middle">1</text>
<!-- Center portrait placeholder (simplified oval) -->
<ellipse cx="24" cy="24" rx="5" ry="6" fill="#7AAF54" stroke="#2D5016" stroke-width="0.4"/>
<ellipse cx="24" cy="23" rx="2" ry="2.5" fill="#6B9E4E"/>
<ellipse cx="24" cy="26" rx="3" ry="2" fill="#6B9E4E"/>
<!-- "ONE DOLLAR" text at bottom -->
<text x="24" y="30" font-family="Georgia, serif" font-size="2" fill="#2D5016" text-anchor="middle">ONE DOLLAR</text>
<!-- Big sharpie signature "Signed Dollar" across the bill - flowing cursive -->
<g transform="rotate(-6, 24, 24)">
<!-- "Signed" in connected cursive -->
<path d="M 7 24 C 6 21 9 19 10 21 C 11 23 9 25 11 24 C 12 23 13 22 14 24 C 14 25 13 26 15 25 C 16 24 16 22 17 24 C 17 26 18 24 19 23 C 20 22 21 24 21 25 C 21 26 22 24 23 24"
fill="none" stroke="#FFFFFF" stroke-width="1.3" stroke-linecap="round" stroke-linejoin="round"/>
<!-- "Dollar" in connected cursive -->
<path d="M 25 24 C 25 21 27 20 28 22 C 29 24 27 26 29 25 C 30 24 31 23 32 25 C 32 26 33 25 34 24 C 35 23 35 25 36 25 C 37 25 37 23 38 24 C 39 25 40 24 41 23"
fill="none" stroke="#FFFFFF" stroke-width="1.3" stroke-linecap="round" stroke-linejoin="round"/>
</g>
</g>
</g>
</svg>