28 lines
No EOL
1.2 KiB
XML
28 lines
No EOL
1.2 KiB
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 120 120" width="120" height="120">
|
|
<defs>
|
|
<linearGradient id="grad1" x1="0%" y1="0%" x2="100%" y2="100%">
|
|
<stop offset="0%" style="stop-color:#A855F7"/>
|
|
<stop offset="50%" style="stop-color:#8B5CF6"/>
|
|
<stop offset="100%" style="stop-color:#7C3AED"/>
|
|
</linearGradient>
|
|
<linearGradient id="textGrad" x1="0%" y1="0%" x2="100%" y2="0%">
|
|
<stop offset="0%" style="stop-color:#8B5CF6"/>
|
|
<stop offset="100%" style="stop-color:#06B6D4"/>
|
|
</linearGradient>
|
|
<filter id="glow">
|
|
<feGaussianBlur stdDeviation="2" result="coloredBlur"/>
|
|
<feMerge>
|
|
<feMergeNode in="coloredBlur"/>
|
|
<feMergeNode in="SourceGraphic"/>
|
|
</feMerge>
|
|
</filter>
|
|
</defs>
|
|
<rect x="0" y="0" width="120" height="120" rx="26" fill="url(#grad1)"/>
|
|
<path d="M 60 32 L 32 88 L 40 88 L 54 52 Z" fill="#FFFFFF"/>
|
|
<path d="M 60 32 L 88 88 L 80 88 L 66 52 Z" fill="#FFFFFF"/>
|
|
<rect x="40" y="60" width="14" height="4" rx="2" fill="#06B6D4"/>
|
|
<rect x="66" y="60" width="14" height="4" rx="2" fill="#06B6D4"/>
|
|
<circle cx="54" cy="62" r="2.5" fill="#22D3EE"/>
|
|
<circle cx="66" cy="62" r="2.5" fill="#22D3EE"/>
|
|
<circle cx="60" cy="58" r="2" fill="#67E8F9"/>
|
|
</svg> |