Files
ukaiautomation/assets/images/icon-linkedin.svg
2025-06-07 10:53:32 +01:00

16 lines
801 B
XML

<svg width="40" height="40" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="linkedinGrad" 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>
<!-- LinkedIn background -->
<rect x="4" y="4" width="32" height="32" fill="url(#linkedinGrad)" rx="6"/>
<!-- LinkedIn "in" -->
<rect x="9" y="16" width="3" height="12" fill="white"/>
<circle cx="10.5" cy="12" r="1.5" fill="white"/>
<rect x="15" y="16" width="3" height="12" fill="white"/>
<rect x="19" y="20" width="3" height="8" fill="white"/>
<path d="M 19 20 Q 19 18 21 18 Q 23 18 23 20 L 23 28 L 26 28 L 26 19 Q 26 16 23 16 Q 20 16 19 18" fill="white"/>
</svg>