15 lines
778 B
XML
15 lines
778 B
XML
<svg width="100" height="40" viewBox="0 0 100 40" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
<!-- Background -->
|
|
<rect width="100" height="40" rx="4" fill="#4F46E5"/>
|
|
|
|
<!-- Cash/Money Icon -->
|
|
<rect x="12" y="10" width="28" height="20" rx="2" fill="#10B981" opacity="0.9"/>
|
|
<rect x="14" y="12" width="24" height="16" rx="1" fill="#ECFDF5"/>
|
|
<circle cx="26" cy="20" r="4" fill="#10B981"/>
|
|
<text x="26" y="23" font-family="Arial, sans-serif" font-size="6" font-weight="bold" text-anchor="middle" fill="#ECFDF5">$</text>
|
|
|
|
<!-- Text -->
|
|
<text x="45" y="16" font-family="Arial, sans-serif" font-size="9" font-weight="bold" fill="white">Offline</text>
|
|
<text x="45" y="27" font-family="Arial, sans-serif" font-size="8" fill="#E0E7FF">Payment</text>
|
|
</svg>
|