initial commit
This commit is contained in:
@@ -0,0 +1,36 @@
|
||||
<svg width="960" height="520" viewBox="0 0 960 520" xmlns="http://www.w3.org/2000/svg">
|
||||
<defs>
|
||||
<linearGradient id="bg" x1="0" y1="0" x2="1" y2="1">
|
||||
<stop offset="0" stop-color="#0d0d1a"/>
|
||||
<stop offset="1" stop-color="#12121f"/>
|
||||
</linearGradient>
|
||||
<radialGradient id="glowA" cx="50%" cy="50%" r="50%">
|
||||
<stop offset="0" stop-color="#8b5cf6" stop-opacity="0.55"/>
|
||||
<stop offset="1" stop-color="#8b5cf6" stop-opacity="0"/>
|
||||
</radialGradient>
|
||||
<radialGradient id="glowB" cx="50%" cy="50%" r="50%">
|
||||
<stop offset="0" stop-color="#3b82f6" stop-opacity="0.45"/>
|
||||
<stop offset="1" stop-color="#3b82f6" stop-opacity="0"/>
|
||||
</radialGradient>
|
||||
<linearGradient id="icon" x1="0" y1="0" x2="1" y2="1">
|
||||
<stop offset="0" stop-color="#8b5cf6"/>
|
||||
<stop offset="1" stop-color="#3b82f6"/>
|
||||
</linearGradient>
|
||||
<filter id="blur" x="-50%" y="-50%" width="200%" height="200%">
|
||||
<feGaussianBlur stdDeviation="45"/>
|
||||
</filter>
|
||||
</defs>
|
||||
|
||||
<rect width="960" height="520" fill="url(#bg)"/>
|
||||
<circle cx="160" cy="90" r="220" fill="url(#glowA)" filter="url(#blur)"/>
|
||||
<circle cx="820" cy="440" r="210" fill="url(#glowB)" filter="url(#blur)"/>
|
||||
|
||||
<!-- open book -->
|
||||
<path d="M480,205 C425,193 365,197 322,222 L322,345 C365,320 425,316 480,328 Z" fill="url(#icon)" opacity="0.95"/>
|
||||
<path d="M480,205 C535,193 595,197 638,222 L638,345 C595,320 535,316 480,328 Z" fill="url(#icon)" opacity="0.95"/>
|
||||
<rect x="476" y="205" width="8" height="123" fill="#0d0d1a" opacity="0.55"/>
|
||||
|
||||
<!-- spark accent -->
|
||||
<circle cx="600" cy="165" r="9" fill="#a78bfa"/>
|
||||
<circle cx="628" cy="190" r="5" fill="#60a5fa"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.6 KiB |
Reference in New Issue
Block a user