user-x.svg 382 B

12345678910111213141516
  1. <svg
  2. xmlns="http://www.w3.org/2000/svg"
  3. width="24"
  4. height="24"
  5. viewBox="0 0 24 24"
  6. fill="none"
  7. stroke="currentColor"
  8. stroke-width="2"
  9. stroke-linecap="round"
  10. stroke-linejoin="round"
  11. >
  12. <path d="M16 21v-2a4 4 0 00-4-4H5a4 4 0 00-4 4v2" />
  13. <circle cx="8.5" cy="7" r="4" />
  14. <line x1="18" y1="8" x2="23" y2="13" />
  15. <line x1="23" y1="8" x2="18" y2="13" />
  16. </svg>