53 lines
733 B
XML
53 lines
733 B
XML
<svg
|
|
width="512"
|
|
height="512"
|
|
viewBox="0 0 512 512"
|
|
xmlns="http://www.w3.org/2000/svg"
|
|
>
|
|
<!-- Book cover -->
|
|
<rect
|
|
x="116"
|
|
y="76"
|
|
width="280"
|
|
height="360"
|
|
rx="48"
|
|
ry="48"
|
|
fill="#FACC15"
|
|
/>
|
|
|
|
<!-- Book spine -->
|
|
<rect
|
|
x="116"
|
|
y="76"
|
|
width="64"
|
|
height="360"
|
|
rx="40"
|
|
ry="40"
|
|
fill="#F59E0B"
|
|
/>
|
|
|
|
<!-- Folded page corner (top-right triangle) -->
|
|
<path
|
|
d="M396 76 L356 76 L396 116 Z"
|
|
fill="#FEF9C3"
|
|
/>
|
|
|
|
<!-- Keyhole: circular top -->
|
|
<circle
|
|
cx="256"
|
|
cy="256"
|
|
r="34"
|
|
fill="#0F172A"
|
|
/>
|
|
|
|
<!-- Keyhole: stem -->
|
|
<rect
|
|
x="238"
|
|
y="290"
|
|
width="36"
|
|
height="90"
|
|
rx="12"
|
|
ry="12"
|
|
fill="#0F172A"
|
|
/>
|
|
</svg>
|