Files
ukaiautomation/assets/images/logo-enhanced-white.svg
2025-06-07 10:53:32 +01:00

24 lines
1.3 KiB
XML

<svg width="300" height="80" xmlns="http://www.w3.org/2000/svg">
<!-- Background -->
<rect width="300" height="80" fill="white" rx="12"/>
<!-- Main company name -->
<text x="40" y="35" font-family="Inter, Arial, sans-serif" font-size="24" font-weight="700" fill="#1a1a1a">UK DATA</text>
<text x="40" y="60" font-family="Inter, Arial, sans-serif" font-size="24" font-weight="700" fill="#1a1a1a">SERVICES</text>
<!-- Professional tagline -->
<text x="185" y="35" font-family="Inter, Arial, sans-serif" font-size="11" font-weight="500" fill="#666">Professional Data Solutions</text>
<text x="185" y="50" font-family="Inter, Arial, sans-serif" font-size="11" font-weight="500" fill="#666">Web Scraping • Analytics • Intelligence</text>
<!-- Data visualization element -->
<g transform="translate(200, 20)">
<!-- Chart bars -->
<rect x="0" y="25" width="4" height="15" fill="#667eea" rx="2"/>
<rect x="8" y="20" width="4" height="20" fill="#667eea" rx="2"/>
<rect x="16" y="15" width="4" height="25" fill="#667eea" rx="2"/>
<rect x="24" y="10" width="4" height="30" fill="#667eea" rx="2"/>
<!-- Connecting line -->
<polyline points="2,32 10,27 18,22 26,17" stroke="#667eea" stroke-width="1.5" fill="none"/>
</g>
</svg>