23 lines
875 B
XML
23 lines
875 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64" fill="none">
|
|
<!-- Background circle -->
|
|
<circle cx="32" cy="32" r="30" fill="#1890ff"/>
|
|
|
|
<!-- Document icon -->
|
|
<g transform="translate(16, 14)">
|
|
<!-- Main document shape -->
|
|
<path d="M4 0 L24 0 L32 8 L32 36 L4 36 Z" fill="#ffffff" opacity="0.95"/>
|
|
|
|
<!-- Folded corner -->
|
|
<path d="M24 0 L24 8 L32 8 Z" fill="#ffffff" opacity="0.7"/>
|
|
|
|
<!-- Text lines -->
|
|
<rect x="8" y="14" width="16" height="2" fill="#1890ff" rx="1"/>
|
|
<rect x="8" y="20" width="16" height="2" fill="#1890ff" rx="1"/>
|
|
<rect x="8" y="26" width="12" height="2" fill="#1890ff" rx="1"/>
|
|
</g>
|
|
|
|
<!-- Small "N" badge -->
|
|
<circle cx="48" cy="48" r="10" fill="#52c41a"/>
|
|
<text x="48" y="53" font-family="Arial, sans-serif" font-size="14" font-weight="bold" fill="#ffffff" text-anchor="middle">N</text>
|
|
</svg>
|