hr-icon.svg 509 B

12345678910
  1. <svg width="64" height="64" viewBox="0 0 64 64" xmlns="http://www.w3.org/2000/svg" role="img" aria-label="HR Icon">
  2. <defs>
  3. <linearGradient id="ig" 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="64" height="64" rx="14" fill="url(#ig)"/>
  9. <text x="32" y="40" font-size="28" font-family="Segoe UI, Roboto, Arial" text-anchor="middle" fill="#fff" font-weight="700">HR</text>
  10. </svg>