home.svg 314 B

1234567891011121314
  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="M3 9l9-7 9 7v11a2 2 0 01-2 2H5a2 2 0 01-2-2z" />
  13. <polyline points="9 22 9 12 15 12 15 22" />
  14. </svg>