UserIcon.vue 844 B

12345678910111213141516171819
  1. <template>
  2. <svg viewBox="0 0 20 20" aria-hidden="true">
  3. <path
  4. stroke-width="0"
  5. fill-rule="evenodd"
  6. clip-rule="evenodd"
  7. d="M10 .5a9.5 9.5 0 0 1 5.598 17.177C14.466 15.177 12.383 13.5 10 13.5s-4.466 1.677-5.598 4.177A9.5 9.5 0 0 1 10 .5ZM12.5 8a2.5 2.5 0 1 0-5 0 2.5 2.5 0 0 0 5 0Z"/>
  8. <path
  9. fill="none"
  10. stroke-linecap="round"
  11. stroke-linejoin="round"
  12. d="M10 .5a9.5 9.5 0 0 1 5.598 17.177A9.458 9.458 0 0 1 10 19.5a9.458 9.458 0 0 1-5.598-1.823A9.5 9.5 0 0 1 10 .5Z"/>
  13. <path
  14. fill="none"
  15. stroke-linecap="round"
  16. stroke-linejoin="round"
  17. d="M4.402 17.677C5.534 15.177 7.617 13.5 10 13.5s4.466 1.677 5.598 4.177M10 5.5a2.5 2.5 0 1 1 0 5 2.5 2.5 0 0 1 0-5Z"/>
  18. </svg>
  19. </template>