layers.svg 338 B

123456789101112131415
  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. <polygon points="12 2 2 7 12 12 22 7 12 2" />
  13. <polyline points="2 17 12 22 22 17" />
  14. <polyline points="2 12 12 17 22 12" />
  15. </svg>