-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfavicon.ico
More file actions
17 lines (14 loc) · 742 Bytes
/
Copy pathfavicon.ico
File metadata and controls
17 lines (14 loc) · 742 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32">
<!-- Black background -->
<rect width="32" height="32" fill="#000000"/>
<!-- Monolith-inspired rectangle -->
<rect x="12" y="4" width="8" height="24" fill="#ffffff" opacity="0.9"/>
<!-- Space stars -->
<circle cx="6" cy="8" r="1" fill="#ffffff" opacity="0.7"/>
<circle cx="26" cy="12" r="0.8" fill="#ffffff" opacity="0.6"/>
<circle cx="8" cy="20" r="0.6" fill="#ffffff" opacity="0.8"/>
<circle cx="24" cy="24" r="0.7" fill="#ffffff" opacity="0.5"/>
<circle cx="4" cy="28" r="0.5" fill="#ffffff" opacity="0.9"/>
<!-- Subtle glow effect on monolith -->
<rect x="11" y="3" width="10" height="26" fill="#ffffff" opacity="0.1"/>
</svg>