12345678910 |
- <svg width="64" height="64" viewBox="0 0 64 64" xmlns="http://www.w3.org/2000/svg" role="img" aria-label="HR Icon">
- <defs>
- <linearGradient id="ig" x1="0" y1="0" x2="1" y2="1">
- <stop offset="0%" stop-color="#165DFF"/>
- <stop offset="100%" stop-color="#7c3aed"/>
- </linearGradient>
- </defs>
- <rect width="64" height="64" rx="14" fill="url(#ig)"/>
- <text x="32" y="40" font-size="28" font-family="Segoe UI, Roboto, Arial" text-anchor="middle" fill="#fff" font-weight="700">HR</text>
- </svg>
|