Last active 2 months ago

nikita revised this gist 2 months ago. Go to revision

No changes

nikita revised this gist 2 months ago. Go to revision

No changes

nikita revised this gist 2 months ago. Go to revision

1 file changed, 32 insertions

svg(file created)

@@ -0,0 +1,32 @@
1 + <svg width="256" height="256" viewBox="0 0 256 256" fill="none"
2 + xmlns="http://www.w3.org/2000/svg">
3 +
4 + <!-- background card -->
5 + <rect x="16" y="16" width="224" height="224" rx="32" fill="#1F2937"/>
6 +
7 + <!-- paper -->
8 + <rect x="56" y="56" width="144" height="160" rx="20" fill="#93C5FD"/>
9 +
10 + <!-- text lines -->
11 + <rect x="76" y="96" width="104" height="12" rx="6" fill="#FFFFFF"/>
12 + <rect x="76" y="120" width="104" height="12" rx="6" fill="#FFFFFF"/>
13 + <rect x="76" y="144" width="72" height="12" rx="6" fill="#FFFFFF"/>
14 +
15 + <!-- window dots -->
16 + <circle cx="76" cy="76" r="6" fill="#EF4444"/>
17 + <circle cx="96" cy="76" r="6" fill="#FACC15"/>
18 + <circle cx="116" cy="76" r="6" fill="#22C55E"/>
19 +
20 + <!-- paperclip -->
21 + <path d="M160 64
22 + C176 64 184 72 184 88
23 + V148
24 + C184 172 152 172 152 148
25 + V92
26 + C152 80 168 80 168 92
27 + V140"
28 + stroke="#E5E7EB"
29 + stroke-width="10"
30 + stroke-linecap="round"
31 + stroke-linejoin="round"/>
32 + </svg>
Newer Older