12 lines
555 B
XML
12 lines
555 B
XML
|
|
<svg width="40" height="40" xmlns="http://www.w3.org/2000/svg">
|
||
|
|
<defs>
|
||
|
|
<linearGradient id="twitterGrad" x1="0%" y1="0%" x2="100%" y2="100%">
|
||
|
|
<stop offset="0%" style="stop-color:#667eea;stop-opacity:1" />
|
||
|
|
<stop offset="100%" style="stop-color:#764ba2;stop-opacity:1" />
|
||
|
|
</linearGradient>
|
||
|
|
</defs>
|
||
|
|
<!-- Twitter/X background -->
|
||
|
|
<rect x="4" y="4" width="32" height="32" fill="url(#twitterGrad)" rx="6"/>
|
||
|
|
<!-- X symbol -->
|
||
|
|
<path d="M 14 14 L 26 26 M 26 14 L 14 26" stroke="white" stroke-width="3" stroke-linecap="round"/>
|
||
|
|
</svg>
|