swimming pool icon

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

Name
swimming-pool-duotone
Set
Phosphor
Style
Duotone
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"><g fill="currentColor"><path d="M224 168v40c-24 0-24 16-48 16s-24-16-48-16s-24 16-48 16s-24-16-48-16v-40c24 0 24 16 48 16s24-16 48-16s24 16 48 16s24-16 48-16" opacity=".2"/><path d="M88 149.39a8 8 0 0 0 8-8V128h64v15.29a8 8 0 0 0 16 0V32a8 8 0 0 0-16 0v16H96V32a8 8 0 0 0-16 0v109.39a8 8 0 0 0 8 8M96 112V96h64v16Zm64-48v16H96V64ZM24 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-8m208 40a8 8 0 0 1-8 8c-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 218.94 137.57 216 128 216s-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 218.94 41.58 216 32 216a8 8 0 0 1 0-16c14.42 0 22.19 5.18 28.44 9.34C66 213.06 70.42 216 80 216s14-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 8 8"/></g></svg>

React

import type { SVGProps } from "react";

export function PhSwimmingPoolDuotone(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="currentColor"><path d="M224 168v40c-24 0-24 16-48 16s-24-16-48-16s-24 16-48 16s-24-16-48-16v-40c24 0 24 16 48 16s24-16 48-16s24 16 48 16s24-16 48-16" opacity=".2"/><path d="M88 149.39a8 8 0 0 0 8-8V128h64v15.29a8 8 0 0 0 16 0V32a8 8 0 0 0-16 0v16H96V32a8 8 0 0 0-16 0v109.39a8 8 0 0 0 8 8M96 112V96h64v16Zm64-48v16H96V64ZM24 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-8m208 40a8 8 0 0 1-8 8c-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 218.94 137.57 216 128 216s-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 218.94 41.58 216 32 216a8 8 0 0 1 0-16c14.42 0 22.19 5.18 28.44 9.34C66 213.06 70.42 216 80 216s14-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 8 8"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="currentColor"><path d="M224 168v40c-24 0-24 16-48 16s-24-16-48-16s-24 16-48 16s-24-16-48-16v-40c24 0 24 16 48 16s24-16 48-16s24 16 48 16s24-16 48-16" opacity=".2"/><path d="M88 149.39a8 8 0 0 0 8-8V128h64v15.29a8 8 0 0 0 16 0V32a8 8 0 0 0-16 0v16H96V32a8 8 0 0 0-16 0v109.39a8 8 0 0 0 8 8M96 112V96h64v16Zm64-48v16H96V64ZM24 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-8m208 40a8 8 0 0 1-8 8c-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 218.94 137.57 216 128 216s-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 218.94 41.58 216 32 216a8 8 0 0 1 0-16c14.42 0 22.19 5.18 28.44 9.34C66 213.06 70.42 216 80 216s14-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 8 8"/></g></svg>
</template>

CSS

.icon-swimming-pool-duotone {
  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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M224%20168v40c-24%200-24%2016-48%2016s-24-16-48-16s-24%2016-48%2016s-24-16-48-16v-40c24%200%2024%2016%2048%2016s24-16%2048-16s24%2016%2048%2016s24-16%2048-16%22%20opacity%3D%22.2%22%2F%3E%3Cpath%20d%3D%22M88%20149.39a8%208%200%200%200%208-8V128h64v15.29a8%208%200%200%200%2016%200V32a8%208%200%200%200-16%200v16H96V32a8%208%200%200%200-16%200v109.39a8%208%200%200%200%208%208M96%20112V96h64v16Zm64-48v16H96V64ZM24%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-8m208%2040a8%208%200%200%201-8%208c-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%20218.94%20137.57%20216%20128%20216s-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%20218.94%2041.58%20216%2032%20216a8%208%200%200%201%200-16c14.42%200%2022.19%205.18%2028.44%209.34C66%20213.06%2070.42%20216%2080%20216s14-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%208%208%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M224%20168v40c-24%200-24%2016-48%2016s-24-16-48-16s-24%2016-48%2016s-24-16-48-16v-40c24%200%2024%2016%2048%2016s24-16%2048-16s24%2016%2048%2016s24-16%2048-16%22%20opacity%3D%22.2%22%2F%3E%3Cpath%20d%3D%22M88%20149.39a8%208%200%200%200%208-8V128h64v15.29a8%208%200%200%200%2016%200V32a8%208%200%200%200-16%200v16H96V32a8%208%200%200%200-16%200v109.39a8%208%200%200%200%208%208M96%20112V96h64v16Zm64-48v16H96V64ZM24%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-8m208%2040a8%208%200%200%201-8%208c-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%20218.94%20137.57%20216%20128%20216s-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%20218.94%2041.58%20216%2032%20216a8%208%200%200%201%200-16c14.42%200%2022.19%205.18%2028.44%209.34C66%20213.06%2070.42%20216%2080%20216s14-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%208%208%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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