hr-logo.svg 586 B

1234567891011
  1. <svg width="200" height="60" viewBox="0 0 200 60" xmlns="http://www.w3.org/2000/svg" role="img" aria-label="HR Logo">
  2. <defs>
  3. <linearGradient id="lg" x1="0" y1="0" x2="1" y2="1">
  4. <stop offset="0%" stop-color="#165DFF"/>
  5. <stop offset="100%" stop-color="#7c3aed"/>
  6. </linearGradient>
  7. </defs>
  8. <rect width="200" height="60" rx="12" fill="#fff"/>
  9. <rect x="6" y="6" width="188" height="48" rx="10" fill="url(#lg)"/>
  10. <text x="100" y="38" font-size="28" font-family="Segoe UI, Roboto, Arial" text-anchor="middle" fill="#fff" font-weight="700">HR Center</text>
  11. </svg>