14 lines
513 B
XML
14 lines
513 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32">
|
|
<!-- Background -->
|
|
<rect width="32" height="32" rx="6" fill="#2563eb"/>
|
|
|
|
<!-- Envelope Base -->
|
|
<path d="M7 11L16 16L25 11V21H7V11Z" fill="white"/>
|
|
<path d="M7 11L16 16L25 11L16 6L7 11Z" fill="#e5e7eb"/>
|
|
|
|
<!-- Clock Hand (suggesting temporary/time-based nature) -->
|
|
<path d="M16 16L16 12" stroke="white" stroke-width="2" stroke-linecap="round"/>
|
|
|
|
<!-- Small Dot in Center -->
|
|
<circle cx="16" cy="16" r="1" fill="white"/>
|
|
</svg> |