swimming pool icon
swimming-pool-light from Phosphor by Phosphor Icons · Light · MIT Free for personal and commercial use.
- Name
- swimming-pool-light
- Set
- Phosphor
- Style
- Light
- 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 147.39a6 6 0 0 0 6-6V126h68v17.29a6 6 0 0 0 12 0V32a6 6 0 0 0-12 0v18H94V32a6 6 0 0 0-12 0v109.39a6 6 0 0 0 6 6M94 114V94h68v20Zm68-52v20H94V62ZM26 168a6 6 0 0 1 6-6c13.82 0 21 4.79 27.33 9c5.63 3.75 10.48 7 20.67 7s15-3.24 20.67-7c6.33-4.22 13.51-9 27.32-9s21 4.79 27.33 9c5.63 3.75 10.49 7 20.68 7s15-3.24 20.67-7c6.33-4.22 13.51-9 27.33-9a6 6 0 0 1 0 12c-10.18 0-15 3.24-20.67 7c-6.34 4.22-13.52 9-27.33 9s-21-4.79-27.33-9c-5.63-3.75-10.49-7-20.68-7s-15 3.24-20.67 7c-6.33 4.22-13.51 9-27.32 9s-21-4.79-27.33-9c-5.67-3.76-10.49-7-20.67-7a6 6 0 0 1-6-6m204 40a6 6 0 0 1-6 6c-10.18 0-15 3.24-20.67 7c-6.34 4.22-13.52 9-27.33 9s-21-4.79-27.33-9c-5.63-3.75-10.49-7-20.68-7s-15 3.24-20.67 7c-6.33 4.22-13.51 9-27.32 9s-21-4.79-27.33-9c-5.67-3.76-10.49-7-20.67-7a6 6 0 0 1 0-12c13.82 0 21 4.79 27.33 9c5.63 3.75 10.48 7 20.67 7s15-3.24 20.67-7c6.33-4.22 13.51-9 27.32-9s21 4.79 27.33 9c5.63 3.75 10.49 7 20.68 7s15-3.24 20.67-7c6.33-4.22 13.51-9 27.33-9a6 6 0 0 1 6 6"/></svg>
React
import type { SVGProps } from "react";
export function PhSwimmingPoolLight(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 147.39a6 6 0 0 0 6-6V126h68v17.29a6 6 0 0 0 12 0V32a6 6 0 0 0-12 0v18H94V32a6 6 0 0 0-12 0v109.39a6 6 0 0 0 6 6M94 114V94h68v20Zm68-52v20H94V62ZM26 168a6 6 0 0 1 6-6c13.82 0 21 4.79 27.33 9c5.63 3.75 10.48 7 20.67 7s15-3.24 20.67-7c6.33-4.22 13.51-9 27.32-9s21 4.79 27.33 9c5.63 3.75 10.49 7 20.68 7s15-3.24 20.67-7c6.33-4.22 13.51-9 27.33-9a6 6 0 0 1 0 12c-10.18 0-15 3.24-20.67 7c-6.34 4.22-13.52 9-27.33 9s-21-4.79-27.33-9c-5.63-3.75-10.49-7-20.68-7s-15 3.24-20.67 7c-6.33 4.22-13.51 9-27.32 9s-21-4.79-27.33-9c-5.67-3.76-10.49-7-20.67-7a6 6 0 0 1-6-6m204 40a6 6 0 0 1-6 6c-10.18 0-15 3.24-20.67 7c-6.34 4.22-13.52 9-27.33 9s-21-4.79-27.33-9c-5.63-3.75-10.49-7-20.68-7s-15 3.24-20.67 7c-6.33 4.22-13.51 9-27.32 9s-21-4.79-27.33-9c-5.67-3.76-10.49-7-20.67-7a6 6 0 0 1 0-12c13.82 0 21 4.79 27.33 9c5.63 3.75 10.48 7 20.67 7s15-3.24 20.67-7c6.33-4.22 13.51-9 27.32-9s21 4.79 27.33 9c5.63 3.75 10.49 7 20.68 7s15-3.24 20.67-7c6.33-4.22 13.51-9 27.33-9a6 6 0 0 1 6 6"/></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 147.39a6 6 0 0 0 6-6V126h68v17.29a6 6 0 0 0 12 0V32a6 6 0 0 0-12 0v18H94V32a6 6 0 0 0-12 0v109.39a6 6 0 0 0 6 6M94 114V94h68v20Zm68-52v20H94V62ZM26 168a6 6 0 0 1 6-6c13.82 0 21 4.79 27.33 9c5.63 3.75 10.48 7 20.67 7s15-3.24 20.67-7c6.33-4.22 13.51-9 27.32-9s21 4.79 27.33 9c5.63 3.75 10.49 7 20.68 7s15-3.24 20.67-7c6.33-4.22 13.51-9 27.33-9a6 6 0 0 1 0 12c-10.18 0-15 3.24-20.67 7c-6.34 4.22-13.52 9-27.33 9s-21-4.79-27.33-9c-5.63-3.75-10.49-7-20.68-7s-15 3.24-20.67 7c-6.33 4.22-13.51 9-27.32 9s-21-4.79-27.33-9c-5.67-3.76-10.49-7-20.67-7a6 6 0 0 1-6-6m204 40a6 6 0 0 1-6 6c-10.18 0-15 3.24-20.67 7c-6.34 4.22-13.52 9-27.33 9s-21-4.79-27.33-9c-5.63-3.75-10.49-7-20.68-7s-15 3.24-20.67 7c-6.33 4.22-13.51 9-27.32 9s-21-4.79-27.33-9c-5.67-3.76-10.49-7-20.67-7a6 6 0 0 1 0-12c13.82 0 21 4.79 27.33 9c5.63 3.75 10.48 7 20.67 7s15-3.24 20.67-7c6.33-4.22 13.51-9 27.32-9s21 4.79 27.33 9c5.63 3.75 10.49 7 20.68 7s15-3.24 20.67-7c6.33-4.22 13.51-9 27.33-9a6 6 0 0 1 6 6"/></svg> </template>
CSS
.icon-swimming-pool-light {
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%20147.39a6%206%200%200%200%206-6V126h68v17.29a6%206%200%200%200%2012%200V32a6%206%200%200%200-12%200v18H94V32a6%206%200%200%200-12%200v109.39a6%206%200%200%200%206%206M94%20114V94h68v20Zm68-52v20H94V62ZM26%20168a6%206%200%200%201%206-6c13.82%200%2021%204.79%2027.33%209c5.63%203.75%2010.48%207%2020.67%207s15-3.24%2020.67-7c6.33-4.22%2013.51-9%2027.32-9s21%204.79%2027.33%209c5.63%203.75%2010.49%207%2020.68%207s15-3.24%2020.67-7c6.33-4.22%2013.51-9%2027.33-9a6%206%200%200%201%200%2012c-10.18%200-15%203.24-20.67%207c-6.34%204.22-13.52%209-27.33%209s-21-4.79-27.33-9c-5.63-3.75-10.49-7-20.68-7s-15%203.24-20.67%207c-6.33%204.22-13.51%209-27.32%209s-21-4.79-27.33-9c-5.67-3.76-10.49-7-20.67-7a6%206%200%200%201-6-6m204%2040a6%206%200%200%201-6%206c-10.18%200-15%203.24-20.67%207c-6.34%204.22-13.52%209-27.33%209s-21-4.79-27.33-9c-5.63-3.75-10.49-7-20.68-7s-15%203.24-20.67%207c-6.33%204.22-13.51%209-27.32%209s-21-4.79-27.33-9c-5.67-3.76-10.49-7-20.67-7a6%206%200%200%201%200-12c13.82%200%2021%204.79%2027.33%209c5.63%203.75%2010.48%207%2020.67%207s15-3.24%2020.67-7c6.33-4.22%2013.51-9%2027.32-9s21%204.79%2027.33%209c5.63%203.75%2010.49%207%2020.68%207s15-3.24%2020.67-7c6.33-4.22%2013.51-9%2027.33-9a6%206%200%200%201%206%206%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%20147.39a6%206%200%200%200%206-6V126h68v17.29a6%206%200%200%200%2012%200V32a6%206%200%200%200-12%200v18H94V32a6%206%200%200%200-12%200v109.39a6%206%200%200%200%206%206M94%20114V94h68v20Zm68-52v20H94V62ZM26%20168a6%206%200%200%201%206-6c13.82%200%2021%204.79%2027.33%209c5.63%203.75%2010.48%207%2020.67%207s15-3.24%2020.67-7c6.33-4.22%2013.51-9%2027.32-9s21%204.79%2027.33%209c5.63%203.75%2010.49%207%2020.68%207s15-3.24%2020.67-7c6.33-4.22%2013.51-9%2027.33-9a6%206%200%200%201%200%2012c-10.18%200-15%203.24-20.67%207c-6.34%204.22-13.52%209-27.33%209s-21-4.79-27.33-9c-5.63-3.75-10.49-7-20.68-7s-15%203.24-20.67%207c-6.33%204.22-13.51%209-27.32%209s-21-4.79-27.33-9c-5.67-3.76-10.49-7-20.67-7a6%206%200%200%201-6-6m204%2040a6%206%200%200%201-6%206c-10.18%200-15%203.24-20.67%207c-6.34%204.22-13.52%209-27.33%209s-21-4.79-27.33-9c-5.63-3.75-10.49-7-20.68-7s-15%203.24-20.67%207c-6.33%204.22-13.51%209-27.32%209s-21-4.79-27.33-9c-5.67-3.76-10.49-7-20.67-7a6%206%200%200%201%200-12c13.82%200%2021%204.79%2027.33%209c5.63%203.75%2010.48%207%2020.67%207s15-3.24%2020.67-7c6.33-4.22%2013.51-9%2027.32-9s21%204.79%2027.33%209c5.63%203.75%2010.49%207%2020.68%207s15-3.24%2020.67-7c6.33-4.22%2013.51-9%2027.33-9a6%206%200%200%201%206%206%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/swimming-pool-light.svg?color=%231a73e8&size=48