Initial commit: UK Data Services website
This commit is contained in:
16
assets/images/icon-linkedin.svg
Normal file
16
assets/images/icon-linkedin.svg
Normal file
@@ -0,0 +1,16 @@
|
||||
<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>
|
||||
|
After Width: | Height: | Size: 801 B |
Reference in New Issue
Block a user