swimming pool icon
swimming-pool-bold from Phosphor by Phosphor Icons · Bold · MIT Free for personal and commercial use.
- Name
- swimming-pool-bold
- Set
- Phosphor
- Style
- Bold
- 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="M88 149.39a12 12 0 0 0 12-12V136h56v3.29a12 12 0 0 0 24 0V32a12 12 0 0 0-24 0v8h-56v-8a12 12 0 0 0-24 0v105.39a12 12 0 0 0 12 12M100 112v-12h56v12Zm56-48v12h-56V64ZM20 164a12 12 0 0 1 12-12c15.63 0 24 5.55 30.66 10c5.4 3.6 9 6 17.34 6s11.93-2.38 17.34-6c6.69-4.47 15-10 30.65-10s24 5.55 30.66 10c5.41 3.6 9 6 17.35 6s11.94-2.38 17.34-6c6.7-4.47 15-10 30.66-10a12 12 0 0 1 0 24c-8.37 0-11.94 2.38-17.35 6c-6.69 4.47-15 10-30.65 10s-24-5.55-30.66-10c-5.41-3.6-9-6-17.35-6s-11.93 2.38-17.34 6c-6.69 4.47-15 10-30.65 10s-24-5.55-30.66-10c-5.4-3.6-9-6-17.34-6a12 12 0 0 1-12-12m216 44a12 12 0 0 1-12 12c-8.37 0-11.94 2.38-17.35 6c-6.69 4.47-15 10-30.65 10s-24-5.55-30.66-10c-5.41-3.6-9-6-17.35-6s-11.93 2.38-17.34 6c-6.69 4.47-15 10-30.65 10s-24-5.55-30.66-10c-5.4-3.6-9-6-17.34-6a12 12 0 0 1 0-24c15.63 0 24 5.55 30.66 10c5.4 3.6 9 6 17.34 6s11.93-2.38 17.34-6c6.69-4.47 15-10 30.65-10s24 5.55 30.66 10c5.41 3.6 9 6 17.35 6s11.94-2.38 17.34-6c6.7-4.47 15-10 30.66-10a12 12 0 0 1 12 12"/></svg>
React
import type { SVGProps } from "react";
export function PhSwimmingPoolBold(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="M88 149.39a12 12 0 0 0 12-12V136h56v3.29a12 12 0 0 0 24 0V32a12 12 0 0 0-24 0v8h-56v-8a12 12 0 0 0-24 0v105.39a12 12 0 0 0 12 12M100 112v-12h56v12Zm56-48v12h-56V64ZM20 164a12 12 0 0 1 12-12c15.63 0 24 5.55 30.66 10c5.4 3.6 9 6 17.34 6s11.93-2.38 17.34-6c6.69-4.47 15-10 30.65-10s24 5.55 30.66 10c5.41 3.6 9 6 17.35 6s11.94-2.38 17.34-6c6.7-4.47 15-10 30.66-10a12 12 0 0 1 0 24c-8.37 0-11.94 2.38-17.35 6c-6.69 4.47-15 10-30.65 10s-24-5.55-30.66-10c-5.41-3.6-9-6-17.35-6s-11.93 2.38-17.34 6c-6.69 4.47-15 10-30.65 10s-24-5.55-30.66-10c-5.4-3.6-9-6-17.34-6a12 12 0 0 1-12-12m216 44a12 12 0 0 1-12 12c-8.37 0-11.94 2.38-17.35 6c-6.69 4.47-15 10-30.65 10s-24-5.55-30.66-10c-5.41-3.6-9-6-17.35-6s-11.93 2.38-17.34 6c-6.69 4.47-15 10-30.65 10s-24-5.55-30.66-10c-5.4-3.6-9-6-17.34-6a12 12 0 0 1 0-24c15.63 0 24 5.55 30.66 10c5.4 3.6 9 6 17.34 6s11.93-2.38 17.34-6c6.69-4.47 15-10 30.65-10s24 5.55 30.66 10c5.41 3.6 9 6 17.35 6s11.94-2.38 17.34-6c6.7-4.47 15-10 30.66-10a12 12 0 0 1 12 12"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M88 149.39a12 12 0 0 0 12-12V136h56v3.29a12 12 0 0 0 24 0V32a12 12 0 0 0-24 0v8h-56v-8a12 12 0 0 0-24 0v105.39a12 12 0 0 0 12 12M100 112v-12h56v12Zm56-48v12h-56V64ZM20 164a12 12 0 0 1 12-12c15.63 0 24 5.55 30.66 10c5.4 3.6 9 6 17.34 6s11.93-2.38 17.34-6c6.69-4.47 15-10 30.65-10s24 5.55 30.66 10c5.41 3.6 9 6 17.35 6s11.94-2.38 17.34-6c6.7-4.47 15-10 30.66-10a12 12 0 0 1 0 24c-8.37 0-11.94 2.38-17.35 6c-6.69 4.47-15 10-30.65 10s-24-5.55-30.66-10c-5.41-3.6-9-6-17.35-6s-11.93 2.38-17.34 6c-6.69 4.47-15 10-30.65 10s-24-5.55-30.66-10c-5.4-3.6-9-6-17.34-6a12 12 0 0 1-12-12m216 44a12 12 0 0 1-12 12c-8.37 0-11.94 2.38-17.35 6c-6.69 4.47-15 10-30.65 10s-24-5.55-30.66-10c-5.41-3.6-9-6-17.35-6s-11.93 2.38-17.34 6c-6.69 4.47-15 10-30.65 10s-24-5.55-30.66-10c-5.4-3.6-9-6-17.34-6a12 12 0 0 1 0-24c15.63 0 24 5.55 30.66 10c5.4 3.6 9 6 17.34 6s11.93-2.38 17.34-6c6.69-4.47 15-10 30.65-10s24 5.55 30.66 10c5.41 3.6 9 6 17.35 6s11.94-2.38 17.34-6c6.7-4.47 15-10 30.66-10a12 12 0 0 1 12 12"/></svg> </template>
CSS
.icon-swimming-pool-bold {
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%22M88%20149.39a12%2012%200%200%200%2012-12V136h56v3.29a12%2012%200%200%200%2024%200V32a12%2012%200%200%200-24%200v8h-56v-8a12%2012%200%200%200-24%200v105.39a12%2012%200%200%200%2012%2012M100%20112v-12h56v12Zm56-48v12h-56V64ZM20%20164a12%2012%200%200%201%2012-12c15.63%200%2024%205.55%2030.66%2010c5.4%203.6%209%206%2017.34%206s11.93-2.38%2017.34-6c6.69-4.47%2015-10%2030.65-10s24%205.55%2030.66%2010c5.41%203.6%209%206%2017.35%206s11.94-2.38%2017.34-6c6.7-4.47%2015-10%2030.66-10a12%2012%200%200%201%200%2024c-8.37%200-11.94%202.38-17.35%206c-6.69%204.47-15%2010-30.65%2010s-24-5.55-30.66-10c-5.41-3.6-9-6-17.35-6s-11.93%202.38-17.34%206c-6.69%204.47-15%2010-30.65%2010s-24-5.55-30.66-10c-5.4-3.6-9-6-17.34-6a12%2012%200%200%201-12-12m216%2044a12%2012%200%200%201-12%2012c-8.37%200-11.94%202.38-17.35%206c-6.69%204.47-15%2010-30.65%2010s-24-5.55-30.66-10c-5.41-3.6-9-6-17.35-6s-11.93%202.38-17.34%206c-6.69%204.47-15%2010-30.65%2010s-24-5.55-30.66-10c-5.4-3.6-9-6-17.34-6a12%2012%200%200%201%200-24c15.63%200%2024%205.55%2030.66%2010c5.4%203.6%209%206%2017.34%206s11.93-2.38%2017.34-6c6.69-4.47%2015-10%2030.65-10s24%205.55%2030.66%2010c5.41%203.6%209%206%2017.35%206s11.94-2.38%2017.34-6c6.7-4.47%2015-10%2030.66-10a12%2012%200%200%201%2012%2012%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%22M88%20149.39a12%2012%200%200%200%2012-12V136h56v3.29a12%2012%200%200%200%2024%200V32a12%2012%200%200%200-24%200v8h-56v-8a12%2012%200%200%200-24%200v105.39a12%2012%200%200%200%2012%2012M100%20112v-12h56v12Zm56-48v12h-56V64ZM20%20164a12%2012%200%200%201%2012-12c15.63%200%2024%205.55%2030.66%2010c5.4%203.6%209%206%2017.34%206s11.93-2.38%2017.34-6c6.69-4.47%2015-10%2030.65-10s24%205.55%2030.66%2010c5.41%203.6%209%206%2017.35%206s11.94-2.38%2017.34-6c6.7-4.47%2015-10%2030.66-10a12%2012%200%200%201%200%2024c-8.37%200-11.94%202.38-17.35%206c-6.69%204.47-15%2010-30.65%2010s-24-5.55-30.66-10c-5.41-3.6-9-6-17.35-6s-11.93%202.38-17.34%206c-6.69%204.47-15%2010-30.65%2010s-24-5.55-30.66-10c-5.4-3.6-9-6-17.34-6a12%2012%200%200%201-12-12m216%2044a12%2012%200%200%201-12%2012c-8.37%200-11.94%202.38-17.35%206c-6.69%204.47-15%2010-30.65%2010s-24-5.55-30.66-10c-5.41-3.6-9-6-17.35-6s-11.93%202.38-17.34%206c-6.69%204.47-15%2010-30.65%2010s-24-5.55-30.66-10c-5.4-3.6-9-6-17.34-6a12%2012%200%200%201%200-24c15.63%200%2024%205.55%2030.66%2010c5.4%203.6%209%206%2017.34%206s11.93-2.38%2017.34-6c6.69-4.47%2015-10%2030.65-10s24%205.55%2030.66%2010c5.41%203.6%209%206%2017.35%206s11.94-2.38%2017.34-6c6.7-4.47%2015-10%2030.66-10a12%2012%200%200%201%2012%2012%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/swimming-pool-bold.svg?color=%231a73e8&size=48