24 lines
1.3 KiB
XML
24 lines
1.3 KiB
XML
<svg width="250" height="70" xmlns="http://www.w3.org/2000/svg">
|
|
<defs>
|
|
<linearGradient id="businessGrad" x1="0%" y1="0%" x2="100%" y2="100%">
|
|
<stop offset="0%" style="stop-color:#1e3a8a;stop-opacity:1" />
|
|
<stop offset="50%" style="stop-color:#3b82f6;stop-opacity:1" />
|
|
<stop offset="100%" style="stop-color:#60a5fa;stop-opacity:1" />
|
|
</linearGradient>
|
|
</defs>
|
|
|
|
<!-- Shield/badge background -->
|
|
<path d="M 20 10 L 60 10 Q 70 10 70 20 L 70 40 Q 70 60 50 60 L 30 60 Q 10 60 10 40 L 10 20 Q 10 10 20 10 Z"
|
|
fill="url(#businessGrad)" stroke="white" stroke-width="2"/>
|
|
|
|
<!-- UK initials in shield -->
|
|
<text x="40" y="35" font-family="Arial, sans-serif" font-size="20" font-weight="700" fill="white" text-anchor="middle">UK</text>
|
|
<text x="40" y="50" font-family="Arial, sans-serif" font-size="8" fill="white" text-anchor="middle" opacity="0.9">DATA</text>
|
|
|
|
<!-- Company name -->
|
|
<text x="85" y="25" font-family="Inter, Arial, sans-serif" font-size="18" font-weight="600" fill="#1e3a8a">UK Data Services</text>
|
|
<text x="85" y="42" font-family="Inter, Arial, sans-serif" font-size="11" font-weight="400" fill="#64748b">Professional Web Scraping & Analytics</text>
|
|
|
|
<!-- Established year -->
|
|
<text x="85" y="55" font-family="Inter, Arial, sans-serif" font-size="9" font-weight="500" fill="#94a3b8">Est. 2018</text>
|
|
</svg> |