31 lines
1.3 KiB
XML
Executable File
31 lines
1.3 KiB
XML
Executable File
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32">
|
|
<!-- Background -->
|
|
<rect width="32" height="32" rx="5" fill="#1a1a2e"/>
|
|
|
|
<!-- Book pages -->
|
|
<rect x="7" y="3" width="18" height="26" rx="2" fill="#dbeafe"/>
|
|
|
|
<!-- Spine -->
|
|
<rect x="7" y="3" width="5" height="26" rx="2" fill="#3b82f6"/>
|
|
<!-- Spine inner shadow -->
|
|
<rect x="11" y="3" width="1.5" height="26" fill="#2563eb"/>
|
|
|
|
<!-- Directory entry lines -->
|
|
<rect x="14.5" y="8" width="8" height="1.8" rx="0.9" fill="#93c5fd"/>
|
|
<rect x="14.5" y="12" width="8" height="1.8" rx="0.9" fill="#93c5fd"/>
|
|
<rect x="14.5" y="16" width="8" height="1.8" rx="0.9" fill="#93c5fd"/>
|
|
<rect x="14.5" y="20" width="5" height="1.8" rx="0.9" fill="#93c5fd"/>
|
|
|
|
<!-- Phone handset on cover -->
|
|
<!-- earpiece -->
|
|
<ellipse cx="14.5" cy="26.5" rx="2.2" ry="1.5" fill="#2563eb"/>
|
|
<!-- mouthpiece -->
|
|
<ellipse cx="20.5" cy="24" rx="2.2" ry="1.5" fill="#2563eb"/>
|
|
<!-- handle connecting them (angled) -->
|
|
<line x1="14.5" y1="26.5" x2="20.5" y2="24" stroke="#2563eb" stroke-width="3" stroke-linecap="round"/>
|
|
<!-- highlight on earpiece -->
|
|
<ellipse cx="14.5" cy="26.5" rx="1.4" ry="0.9" fill="#60a5fa"/>
|
|
<!-- highlight on mouthpiece -->
|
|
<ellipse cx="20.5" cy="24" rx="1.4" ry="0.9" fill="#60a5fa"/>
|
|
</svg>
|