19 lines
914 B
XML
19 lines
914 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 40 40" fill="none" aria-hidden="true">
|
|
<defs>
|
|
<linearGradient id="ag" x1="4" y1="4" x2="36" y2="4" gradientUnits="userSpaceOnUse">
|
|
<stop offset="0%" stop-color="#EA4335"/>
|
|
<stop offset="20%" stop-color="#FA500F"/>
|
|
<stop offset="40%" stop-color="#FBBC04"/>
|
|
<stop offset="60%" stop-color="#34A853"/>
|
|
<stop offset="80%" stop-color="#4285F4"/>
|
|
<stop offset="100%" stop-color="#A142F4"/>
|
|
</linearGradient>
|
|
</defs>
|
|
<!-- Calendar body -->
|
|
<rect x="4" y="8" width="32" height="28" rx="4" fill="white" stroke="#e0e0e0" stroke-width="0.8"/>
|
|
<!-- Rainbow header -->
|
|
<path fill="url(#ag)" d="M4 8c0-2.2 1.8-4 4-4h24c2.2 0 4 1.8 4 4v6H4V8z"/>
|
|
<!-- Big centered day number -->
|
|
<text x="20" y="31" font-size="16" font-weight="700" fill="#1a1a1a" font-family="Arial, sans-serif" text-anchor="middle">14</text>
|
|
</svg>
|