1234567891011 |
- <svg width="200" height="60" viewBox="0 0 200 60" xmlns="http://www.w3.org/2000/svg" role="img" aria-label="HR Logo">
- <defs>
- <linearGradient id="lg" x1="0" y1="0" x2="1" y2="1">
- <stop offset="0%" stop-color="#165DFF"/>
- <stop offset="100%" stop-color="#7c3aed"/>
- </linearGradient>
- </defs>
- <rect width="200" height="60" rx="12" fill="#fff"/>
- <rect x="6" y="6" width="188" height="48" rx="10" fill="url(#lg)"/>
- <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>
- </svg>
|