35 lines
No EOL
1.6 KiB
XML
35 lines
No EOL
1.6 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<svg width="200" height="48" viewBox="0 0 200 48" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
<!-- Calculator/Budget icon -->
|
|
<g>
|
|
<!-- Calculator body -->
|
|
<rect x="8" y="8" width="32" height="32" rx="4" fill="#10B981" stroke="#047857" stroke-width="1.5"/>
|
|
|
|
<!-- Screen -->
|
|
<rect x="12" y="12" width="24" height="8" rx="2" fill="#D1FAE5"/>
|
|
|
|
<!-- Dollar sign in screen -->
|
|
<text x="24" y="18" font-family="Arial, sans-serif" font-size="8" fill="#047857" text-anchor="middle" font-weight="bold">$</text>
|
|
|
|
<!-- Calculator buttons -->
|
|
<rect x="12" y="24" width="5" height="3" rx="0.5" fill="#047857"/>
|
|
<rect x="19.5" y="24" width="5" height="3" rx="0.5" fill="#047857"/>
|
|
<rect x="27" y="24" width="5" height="3" rx="0.5" fill="#047857"/>
|
|
|
|
<rect x="12" y="29" width="5" height="3" rx="0.5" fill="#047857"/>
|
|
<rect x="19.5" y="29" width="5" height="3" rx="0.5" fill="#047857"/>
|
|
<rect x="27" y="29" width="5" height="3" rx="0.5" fill="#047857"/>
|
|
|
|
<rect x="12" y="34" width="5" height="3" rx="0.5" fill="#047857"/>
|
|
<rect x="19.5" y="34" width="5" height="3" rx="0.5" fill="#047857"/>
|
|
<rect x="27" y="34" width="5" height="3" rx="0.5" fill="#047857"/>
|
|
</g>
|
|
|
|
<!-- Text -->
|
|
<text x="48" y="28" font-family="Arial, Helvetica, sans-serif" font-size="24" fill="#ffffff" font-weight="600" dominant-baseline="middle">
|
|
Budget
|
|
</text>
|
|
<text x="130" y="28" font-family="Arial, Helvetica, sans-serif" font-size="24" fill="#10B981" font-weight="600" dominant-baseline="middle">
|
|
Track
|
|
</text>
|
|
</svg> |