life-buoy.svg 544 B

12345678910111213141516171819
  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. <circle cx="12" cy="12" r="10" />
  13. <circle cx="12" cy="12" r="4" />
  14. <line x1="4.93" y1="4.93" x2="9.17" y2="9.17" />
  15. <line x1="14.83" y1="14.83" x2="19.07" y2="19.07" />
  16. <line x1="14.83" y1="9.17" x2="19.07" y2="4.93" />
  17. <line x1="14.83" y1="9.17" x2="18.36" y2="5.64" />
  18. <line x1="4.93" y1="19.07" x2="9.17" y2="14.83" />
  19. </svg>