18 lines
689 B
XML
18 lines
689 B
XML
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
<defs>
|
|
<linearGradient id="gradText" x1="0%" y1="0%" x2="0%" y2="100%">
|
|
<stop offset="0%" stop-color="#e879f9" />
|
|
<stop offset="100%" stop-color="#06b6d4" />
|
|
</linearGradient>
|
|
<filter id="glowText" x="-50%" y="-50%" width="200%" height="200%">
|
|
<feGaussianBlur stdDeviation="1" result="blur" />
|
|
<feComposite in="SourceGraphic" in2="blur" operator="over" />
|
|
</filter>
|
|
</defs>
|
|
<path d="M9 4 H15 M12 4 V20 M9 20 H15"
|
|
stroke="url(#gradText)"
|
|
stroke-width="1.5"
|
|
stroke-linecap="round"
|
|
filter="url(#glowText)"/>
|
|
</svg>
|