swimming pool icon
swimming-pool-thin from Phosphor by Phosphor Icons · Thin · MIT Free for personal and commercial use.
- Name
- swimming-pool-thin
- Set
- Phosphor
- Style
- Thin
- 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 145.39a4 4 0 0 0 4-4V124h72v19.29a4 4 0 0 0 8 0V32a4 4 0 0 0-8 0v20H92V32a4 4 0 0 0-8 0v109.39a4 4 0 0 0 4 4M92 116V92h72v24Zm72-56v24H92V60ZM28 168a4 4 0 0 1 4-4c13.21 0 20.12 4.61 26.22 8.67c5.9 3.93 11 7.33 21.78 7.33s15.88-3.4 21.78-7.33c6.09-4.06 13-8.67 26.21-8.67s20.13 4.61 26.22 8.67c5.9 3.93 11 7.33 21.79 7.33s15.88-3.4 21.78-7.33c6.1-4.06 13-8.67 26.22-8.67a4 4 0 0 1 0 8c-10.79 0-15.88 3.4-21.78 7.33c-6.1 4.06-13 8.67-26.22 8.67s-20.13-4.61-26.22-8.67c-5.9-3.93-11-7.33-21.79-7.33s-15.88 3.4-21.78 7.33c-6.09 4.06-13 8.67-26.21 8.67s-20.12-4.61-26.22-8.67C47.88 175.4 42.79 172 32 172a4 4 0 0 1-4-4m200 40a4 4 0 0 1-4 4c-10.79 0-15.88 3.4-21.78 7.33c-6.1 4.06-13 8.67-26.22 8.67s-20.13-4.61-26.22-8.67c-5.9-3.93-11-7.33-21.79-7.33s-15.88 3.4-21.78 7.33c-6.09 4.06-13 8.67-26.21 8.67s-20.12-4.61-26.22-8.67C47.88 215.4 42.79 212 32 212a4 4 0 0 1 0-8c13.21 0 20.12 4.61 26.22 8.67c5.9 3.93 11 7.33 21.78 7.33s15.88-3.4 21.78-7.33c6.09-4.06 13-8.67 26.21-8.67s20.13 4.61 26.22 8.67c5.9 3.93 11 7.33 21.79 7.33s15.88-3.4 21.78-7.33c6.1-4.06 13-8.67 26.22-8.67a4 4 0 0 1 4 4"/></svg>
React
import type { SVGProps } from "react";
export function PhSwimmingPoolThin(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 145.39a4 4 0 0 0 4-4V124h72v19.29a4 4 0 0 0 8 0V32a4 4 0 0 0-8 0v20H92V32a4 4 0 0 0-8 0v109.39a4 4 0 0 0 4 4M92 116V92h72v24Zm72-56v24H92V60ZM28 168a4 4 0 0 1 4-4c13.21 0 20.12 4.61 26.22 8.67c5.9 3.93 11 7.33 21.78 7.33s15.88-3.4 21.78-7.33c6.09-4.06 13-8.67 26.21-8.67s20.13 4.61 26.22 8.67c5.9 3.93 11 7.33 21.79 7.33s15.88-3.4 21.78-7.33c6.1-4.06 13-8.67 26.22-8.67a4 4 0 0 1 0 8c-10.79 0-15.88 3.4-21.78 7.33c-6.1 4.06-13 8.67-26.22 8.67s-20.13-4.61-26.22-8.67c-5.9-3.93-11-7.33-21.79-7.33s-15.88 3.4-21.78 7.33c-6.09 4.06-13 8.67-26.21 8.67s-20.12-4.61-26.22-8.67C47.88 175.4 42.79 172 32 172a4 4 0 0 1-4-4m200 40a4 4 0 0 1-4 4c-10.79 0-15.88 3.4-21.78 7.33c-6.1 4.06-13 8.67-26.22 8.67s-20.13-4.61-26.22-8.67c-5.9-3.93-11-7.33-21.79-7.33s-15.88 3.4-21.78 7.33c-6.09 4.06-13 8.67-26.21 8.67s-20.12-4.61-26.22-8.67C47.88 215.4 42.79 212 32 212a4 4 0 0 1 0-8c13.21 0 20.12 4.61 26.22 8.67c5.9 3.93 11 7.33 21.78 7.33s15.88-3.4 21.78-7.33c6.09-4.06 13-8.67 26.21-8.67s20.13 4.61 26.22 8.67c5.9 3.93 11 7.33 21.79 7.33s15.88-3.4 21.78-7.33c6.1-4.06 13-8.67 26.22-8.67a4 4 0 0 1 4 4"/></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 145.39a4 4 0 0 0 4-4V124h72v19.29a4 4 0 0 0 8 0V32a4 4 0 0 0-8 0v20H92V32a4 4 0 0 0-8 0v109.39a4 4 0 0 0 4 4M92 116V92h72v24Zm72-56v24H92V60ZM28 168a4 4 0 0 1 4-4c13.21 0 20.12 4.61 26.22 8.67c5.9 3.93 11 7.33 21.78 7.33s15.88-3.4 21.78-7.33c6.09-4.06 13-8.67 26.21-8.67s20.13 4.61 26.22 8.67c5.9 3.93 11 7.33 21.79 7.33s15.88-3.4 21.78-7.33c6.1-4.06 13-8.67 26.22-8.67a4 4 0 0 1 0 8c-10.79 0-15.88 3.4-21.78 7.33c-6.1 4.06-13 8.67-26.22 8.67s-20.13-4.61-26.22-8.67c-5.9-3.93-11-7.33-21.79-7.33s-15.88 3.4-21.78 7.33c-6.09 4.06-13 8.67-26.21 8.67s-20.12-4.61-26.22-8.67C47.88 175.4 42.79 172 32 172a4 4 0 0 1-4-4m200 40a4 4 0 0 1-4 4c-10.79 0-15.88 3.4-21.78 7.33c-6.1 4.06-13 8.67-26.22 8.67s-20.13-4.61-26.22-8.67c-5.9-3.93-11-7.33-21.79-7.33s-15.88 3.4-21.78 7.33c-6.09 4.06-13 8.67-26.21 8.67s-20.12-4.61-26.22-8.67C47.88 215.4 42.79 212 32 212a4 4 0 0 1 0-8c13.21 0 20.12 4.61 26.22 8.67c5.9 3.93 11 7.33 21.78 7.33s15.88-3.4 21.78-7.33c6.09-4.06 13-8.67 26.21-8.67s20.13 4.61 26.22 8.67c5.9 3.93 11 7.33 21.79 7.33s15.88-3.4 21.78-7.33c6.1-4.06 13-8.67 26.22-8.67a4 4 0 0 1 4 4"/></svg> </template>
CSS
.icon-swimming-pool-thin {
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%20145.39a4%204%200%200%200%204-4V124h72v19.29a4%204%200%200%200%208%200V32a4%204%200%200%200-8%200v20H92V32a4%204%200%200%200-8%200v109.39a4%204%200%200%200%204%204M92%20116V92h72v24Zm72-56v24H92V60ZM28%20168a4%204%200%200%201%204-4c13.21%200%2020.12%204.61%2026.22%208.67c5.9%203.93%2011%207.33%2021.78%207.33s15.88-3.4%2021.78-7.33c6.09-4.06%2013-8.67%2026.21-8.67s20.13%204.61%2026.22%208.67c5.9%203.93%2011%207.33%2021.79%207.33s15.88-3.4%2021.78-7.33c6.1-4.06%2013-8.67%2026.22-8.67a4%204%200%200%201%200%208c-10.79%200-15.88%203.4-21.78%207.33c-6.1%204.06-13%208.67-26.22%208.67s-20.13-4.61-26.22-8.67c-5.9-3.93-11-7.33-21.79-7.33s-15.88%203.4-21.78%207.33c-6.09%204.06-13%208.67-26.21%208.67s-20.12-4.61-26.22-8.67C47.88%20175.4%2042.79%20172%2032%20172a4%204%200%200%201-4-4m200%2040a4%204%200%200%201-4%204c-10.79%200-15.88%203.4-21.78%207.33c-6.1%204.06-13%208.67-26.22%208.67s-20.13-4.61-26.22-8.67c-5.9-3.93-11-7.33-21.79-7.33s-15.88%203.4-21.78%207.33c-6.09%204.06-13%208.67-26.21%208.67s-20.12-4.61-26.22-8.67C47.88%20215.4%2042.79%20212%2032%20212a4%204%200%200%201%200-8c13.21%200%2020.12%204.61%2026.22%208.67c5.9%203.93%2011%207.33%2021.78%207.33s15.88-3.4%2021.78-7.33c6.09-4.06%2013-8.67%2026.21-8.67s20.13%204.61%2026.22%208.67c5.9%203.93%2011%207.33%2021.79%207.33s15.88-3.4%2021.78-7.33c6.1-4.06%2013-8.67%2026.22-8.67a4%204%200%200%201%204%204%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%20145.39a4%204%200%200%200%204-4V124h72v19.29a4%204%200%200%200%208%200V32a4%204%200%200%200-8%200v20H92V32a4%204%200%200%200-8%200v109.39a4%204%200%200%200%204%204M92%20116V92h72v24Zm72-56v24H92V60ZM28%20168a4%204%200%200%201%204-4c13.21%200%2020.12%204.61%2026.22%208.67c5.9%203.93%2011%207.33%2021.78%207.33s15.88-3.4%2021.78-7.33c6.09-4.06%2013-8.67%2026.21-8.67s20.13%204.61%2026.22%208.67c5.9%203.93%2011%207.33%2021.79%207.33s15.88-3.4%2021.78-7.33c6.1-4.06%2013-8.67%2026.22-8.67a4%204%200%200%201%200%208c-10.79%200-15.88%203.4-21.78%207.33c-6.1%204.06-13%208.67-26.22%208.67s-20.13-4.61-26.22-8.67c-5.9-3.93-11-7.33-21.79-7.33s-15.88%203.4-21.78%207.33c-6.09%204.06-13%208.67-26.21%208.67s-20.12-4.61-26.22-8.67C47.88%20175.4%2042.79%20172%2032%20172a4%204%200%200%201-4-4m200%2040a4%204%200%200%201-4%204c-10.79%200-15.88%203.4-21.78%207.33c-6.1%204.06-13%208.67-26.22%208.67s-20.13-4.61-26.22-8.67c-5.9-3.93-11-7.33-21.79-7.33s-15.88%203.4-21.78%207.33c-6.09%204.06-13%208.67-26.21%208.67s-20.12-4.61-26.22-8.67C47.88%20215.4%2042.79%20212%2032%20212a4%204%200%200%201%200-8c13.21%200%2020.12%204.61%2026.22%208.67c5.9%203.93%2011%207.33%2021.78%207.33s15.88-3.4%2021.78-7.33c6.09-4.06%2013-8.67%2026.21-8.67s20.13%204.61%2026.22%208.67c5.9%203.93%2011%207.33%2021.79%207.33s15.88-3.4%2021.78-7.33c6.1-4.06%2013-8.67%2026.22-8.67a4%204%200%200%201%204%204%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/swimming-pool-thin.svg?color=%231a73e8&size=48