swimming pool icon

swimming-pool-fill from Phosphor by Phosphor Icons · Fill · MIT Free for personal and commercial use.

Name
swimming-pool-fill
Set
Phosphor
Style
Fill
Viewbox
256×256
License
MIT

5 other variants in Phosphor

The same icon in other sets

Use the swimming pool icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M24 168a8 8 0 0 1 8-8c14.42 0 22.19 5.18 28.44 9.34C66 173.06 70.42 176 80 176s14-2.94 19.56-6.66c6.24-4.16 14-9.34 28.43-9.34s22.2 5.18 28.44 9.34c5.58 3.72 10 6.66 19.57 6.66s14-2.94 19.56-6.66c6.25-4.16 14-9.34 28.44-9.34a8 8 0 0 1 0 16c-9.58 0-14 2.94-19.56 6.66c-6.25 4.16-14 9.34-28.44 9.34s-22.2-5.18-28.44-9.34C142 178.94 137.57 176 128 176s-14 2.94-19.56 6.66c-6.24 4.16-14 9.34-28.43 9.34s-22.19-5.18-28.44-9.34C46 178.94 41.58 176 32 176a8 8 0 0 1-8-8m200 32c-14.42 0-22.19 5.18-28.44 9.34C190 213.06 185.58 216 176 216s-14-2.94-19.57-6.66c-6.24-4.16-14-9.34-28.44-9.34s-22.19 5.18-28.43 9.34C94 213.06 89.57 216 80 216s-14-2.94-19.56-6.66C54.19 205.18 46.42 200 32 200a8 8 0 0 0 0 16c9.58 0 14 2.94 19.56 6.66c6.25 4.16 14 9.34 28.44 9.34s22.19-5.18 28.43-9.34c5.58-3.72 10-6.66 19.56-6.66s14 2.94 19.57 6.66c6.24 4.16 14 9.34 28.44 9.34s22.19-5.18 28.44-9.34c5.57-3.72 10-6.66 19.56-6.66a8 8 0 0 0 0-16M80 141.39V32a8 8 0 0 1 16 0v8h64v-8a8 8 0 0 1 16 0v111.29a8 8 0 0 1-16 0V136H96v5.39a8 8 0 0 1-16 0M96 72a8 8 0 0 0 8 8h48a8 8 0 0 0 0-16h-48a8 8 0 0 0-8 8m0 32a8 8 0 0 0 8 8h48a8 8 0 0 0 0-16h-48a8 8 0 0 0-8 8"/></svg>

React

import type { SVGProps } from "react";

export function PhSwimmingPoolFill(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M24 168a8 8 0 0 1 8-8c14.42 0 22.19 5.18 28.44 9.34C66 173.06 70.42 176 80 176s14-2.94 19.56-6.66c6.24-4.16 14-9.34 28.43-9.34s22.2 5.18 28.44 9.34c5.58 3.72 10 6.66 19.57 6.66s14-2.94 19.56-6.66c6.25-4.16 14-9.34 28.44-9.34a8 8 0 0 1 0 16c-9.58 0-14 2.94-19.56 6.66c-6.25 4.16-14 9.34-28.44 9.34s-22.2-5.18-28.44-9.34C142 178.94 137.57 176 128 176s-14 2.94-19.56 6.66c-6.24 4.16-14 9.34-28.43 9.34s-22.19-5.18-28.44-9.34C46 178.94 41.58 176 32 176a8 8 0 0 1-8-8m200 32c-14.42 0-22.19 5.18-28.44 9.34C190 213.06 185.58 216 176 216s-14-2.94-19.57-6.66c-6.24-4.16-14-9.34-28.44-9.34s-22.19 5.18-28.43 9.34C94 213.06 89.57 216 80 216s-14-2.94-19.56-6.66C54.19 205.18 46.42 200 32 200a8 8 0 0 0 0 16c9.58 0 14 2.94 19.56 6.66c6.25 4.16 14 9.34 28.44 9.34s22.19-5.18 28.43-9.34c5.58-3.72 10-6.66 19.56-6.66s14 2.94 19.57 6.66c6.24 4.16 14 9.34 28.44 9.34s22.19-5.18 28.44-9.34c5.57-3.72 10-6.66 19.56-6.66a8 8 0 0 0 0-16M80 141.39V32a8 8 0 0 1 16 0v8h64v-8a8 8 0 0 1 16 0v111.29a8 8 0 0 1-16 0V136H96v5.39a8 8 0 0 1-16 0M96 72a8 8 0 0 0 8 8h48a8 8 0 0 0 0-16h-48a8 8 0 0 0-8 8m0 32a8 8 0 0 0 8 8h48a8 8 0 0 0 0-16h-48a8 8 0 0 0-8 8"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M24 168a8 8 0 0 1 8-8c14.42 0 22.19 5.18 28.44 9.34C66 173.06 70.42 176 80 176s14-2.94 19.56-6.66c6.24-4.16 14-9.34 28.43-9.34s22.2 5.18 28.44 9.34c5.58 3.72 10 6.66 19.57 6.66s14-2.94 19.56-6.66c6.25-4.16 14-9.34 28.44-9.34a8 8 0 0 1 0 16c-9.58 0-14 2.94-19.56 6.66c-6.25 4.16-14 9.34-28.44 9.34s-22.2-5.18-28.44-9.34C142 178.94 137.57 176 128 176s-14 2.94-19.56 6.66c-6.24 4.16-14 9.34-28.43 9.34s-22.19-5.18-28.44-9.34C46 178.94 41.58 176 32 176a8 8 0 0 1-8-8m200 32c-14.42 0-22.19 5.18-28.44 9.34C190 213.06 185.58 216 176 216s-14-2.94-19.57-6.66c-6.24-4.16-14-9.34-28.44-9.34s-22.19 5.18-28.43 9.34C94 213.06 89.57 216 80 216s-14-2.94-19.56-6.66C54.19 205.18 46.42 200 32 200a8 8 0 0 0 0 16c9.58 0 14 2.94 19.56 6.66c6.25 4.16 14 9.34 28.44 9.34s22.19-5.18 28.43-9.34c5.58-3.72 10-6.66 19.56-6.66s14 2.94 19.57 6.66c6.24 4.16 14 9.34 28.44 9.34s22.19-5.18 28.44-9.34c5.57-3.72 10-6.66 19.56-6.66a8 8 0 0 0 0-16M80 141.39V32a8 8 0 0 1 16 0v8h64v-8a8 8 0 0 1 16 0v111.29a8 8 0 0 1-16 0V136H96v5.39a8 8 0 0 1-16 0M96 72a8 8 0 0 0 8 8h48a8 8 0 0 0 0-16h-48a8 8 0 0 0-8 8m0 32a8 8 0 0 0 8 8h48a8 8 0 0 0 0-16h-48a8 8 0 0 0-8 8"/></svg>
</template>

CSS

.icon-swimming-pool-fill {
  width: 24px;
  height: 24px;
  background-color: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M24%20168a8%208%200%200%201%208-8c14.42%200%2022.19%205.18%2028.44%209.34C66%20173.06%2070.42%20176%2080%20176s14-2.94%2019.56-6.66c6.24-4.16%2014-9.34%2028.43-9.34s22.2%205.18%2028.44%209.34c5.58%203.72%2010%206.66%2019.57%206.66s14-2.94%2019.56-6.66c6.25-4.16%2014-9.34%2028.44-9.34a8%208%200%200%201%200%2016c-9.58%200-14%202.94-19.56%206.66c-6.25%204.16-14%209.34-28.44%209.34s-22.2-5.18-28.44-9.34C142%20178.94%20137.57%20176%20128%20176s-14%202.94-19.56%206.66c-6.24%204.16-14%209.34-28.43%209.34s-22.19-5.18-28.44-9.34C46%20178.94%2041.58%20176%2032%20176a8%208%200%200%201-8-8m200%2032c-14.42%200-22.19%205.18-28.44%209.34C190%20213.06%20185.58%20216%20176%20216s-14-2.94-19.57-6.66c-6.24-4.16-14-9.34-28.44-9.34s-22.19%205.18-28.43%209.34C94%20213.06%2089.57%20216%2080%20216s-14-2.94-19.56-6.66C54.19%20205.18%2046.42%20200%2032%20200a8%208%200%200%200%200%2016c9.58%200%2014%202.94%2019.56%206.66c6.25%204.16%2014%209.34%2028.44%209.34s22.19-5.18%2028.43-9.34c5.58-3.72%2010-6.66%2019.56-6.66s14%202.94%2019.57%206.66c6.24%204.16%2014%209.34%2028.44%209.34s22.19-5.18%2028.44-9.34c5.57-3.72%2010-6.66%2019.56-6.66a8%208%200%200%200%200-16M80%20141.39V32a8%208%200%200%201%2016%200v8h64v-8a8%208%200%200%201%2016%200v111.29a8%208%200%200%201-16%200V136H96v5.39a8%208%200%200%201-16%200M96%2072a8%208%200%200%200%208%208h48a8%208%200%200%200%200-16h-48a8%208%200%200%200-8%208m0%2032a8%208%200%200%200%208%208h48a8%208%200%200%200%200-16h-48a8%208%200%200%200-8%208%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
  mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M24%20168a8%208%200%200%201%208-8c14.42%200%2022.19%205.18%2028.44%209.34C66%20173.06%2070.42%20176%2080%20176s14-2.94%2019.56-6.66c6.24-4.16%2014-9.34%2028.43-9.34s22.2%205.18%2028.44%209.34c5.58%203.72%2010%206.66%2019.57%206.66s14-2.94%2019.56-6.66c6.25-4.16%2014-9.34%2028.44-9.34a8%208%200%200%201%200%2016c-9.58%200-14%202.94-19.56%206.66c-6.25%204.16-14%209.34-28.44%209.34s-22.2-5.18-28.44-9.34C142%20178.94%20137.57%20176%20128%20176s-14%202.94-19.56%206.66c-6.24%204.16-14%209.34-28.43%209.34s-22.19-5.18-28.44-9.34C46%20178.94%2041.58%20176%2032%20176a8%208%200%200%201-8-8m200%2032c-14.42%200-22.19%205.18-28.44%209.34C190%20213.06%20185.58%20216%20176%20216s-14-2.94-19.57-6.66c-6.24-4.16-14-9.34-28.44-9.34s-22.19%205.18-28.43%209.34C94%20213.06%2089.57%20216%2080%20216s-14-2.94-19.56-6.66C54.19%20205.18%2046.42%20200%2032%20200a8%208%200%200%200%200%2016c9.58%200%2014%202.94%2019.56%206.66c6.25%204.16%2014%209.34%2028.44%209.34s22.19-5.18%2028.43-9.34c5.58-3.72%2010-6.66%2019.56-6.66s14%202.94%2019.57%206.66c6.24%204.16%2014%209.34%2028.44%209.34s22.19-5.18%2028.44-9.34c5.57-3.72%2010-6.66%2019.56-6.66a8%208%200%200%200%200-16M80%20141.39V32a8%208%200%200%201%2016%200v8h64v-8a8%208%200%200%201%2016%200v111.29a8%208%200%200%201-16%200V136H96v5.39a8%208%200%200%201-16%200M96%2072a8%208%200%200%200%208%208h48a8%208%200%200%200%200-16h-48a8%208%200%200%200-8%208m0%2032a8%208%200%200%200%208%208h48a8%208%200%200%200%200-16h-48a8%208%200%200%200-8%208%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/swimming-pool-fill.svg?color=%231a73e8&size=48