gift.svg 455 B

1234567891011121314151617
  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. <polyline points="20 12 20 22 4 22 4 12" />
  13. <rect x="2" y="7" width="20" height="5" />
  14. <line x1="12" y1="22" x2="12" y2="7" />
  15. <path d="M12 7H7.5a2.5 2.5 0 010-5C11 2 12 7 12 7z" />
  16. <path d="M12 7h4.5a2.5 2.5 0 000-5C13 2 12 7 12 7z" />
  17. </svg>