pool icon
pool from Material Symbols Light by Google · Regular · Travel · Apache-2.0 Free for personal and commercial use.
- Name
- pool
- Set
- Material Symbols Light
- Style
- Regular
- Category
- Travel
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- pool-outline
2 other variants in Material Symbols Light
The same icon in other sets
More travel icons from Material Symbols Light
airline-seat-flatairline-seat-flat-angledairline-seat-individual-suiteairline-seat-legroom-extraairline-seat-legroom-normalairline-seat-legroom-reducedairline-seat-recline-extraairline-seat-recline-normalairplane-ticketapartmentattractionsbakery-diningbath-bedrockbeach-accessbeer-mealbentobreakfast-diningbrunch-diningbungalowcabincar-rentalcar-repaircarpentercarry-on-bag
Use the pool icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2.5 20.462v-1.039q.777-.096 1.242-.51q.466-.413 1.635-.413t1.733.5t1.579.5t1.578-.5T12 18.5t1.752.5t1.598.5t1.56-.5t1.713-.5t1.635.414t1.242.509v1.039q-.898-.116-1.418-.539t-1.459-.423t-1.482.5q-.545.5-1.791.5t-1.829-.5q-.582-.5-1.521-.5t-1.502.5t-1.81.5t-1.81-.5q-.562-.5-1.501-.5t-1.459.423t-1.418.539m0-4.5v-1.039q.777-.096 1.242-.51Q4.208 14 5.377 14t1.736.5t1.576.5q1.015 0 1.578-.5T12 14t1.733.5t1.578.5t1.58-.5q.563-.5 1.732-.5t1.635.414t1.242.509v1.038q-.898-.115-1.418-.538T18.623 15t-1.474.5t-1.799.5q-1.252 0-1.832-.5T12 15q-.95 0-1.499.5t-1.812.5t-1.819-.5t-1.493-.5t-1.459.423t-1.418.539m5.284-4.793l3.23-3.228l-1.539-1.539q-.806-.806-1.634-1.133q-.83-.327-2.103-.385V3.5q1.568.058 2.6.441q1.033.384 2.054 1.405l5.824 5.823q-.195.16-.402.246t-.483.085q-.67 0-1.32-.5T12 10.5t-2.011.5t-1.32.5q-.275 0-.483-.085t-.401-.246m10.142-6.855q.62.622.62 1.494q0 .876-.62 1.496t-1.496.619t-1.497-.62q-.618-.618-.618-1.495q0-.872.618-1.494q.62-.622 1.497-.622t1.496.622"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightPool(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2.5 20.462v-1.039q.777-.096 1.242-.51q.466-.413 1.635-.413t1.733.5t1.579.5t1.578-.5T12 18.5t1.752.5t1.598.5t1.56-.5t1.713-.5t1.635.414t1.242.509v1.039q-.898-.116-1.418-.539t-1.459-.423t-1.482.5q-.545.5-1.791.5t-1.829-.5q-.582-.5-1.521-.5t-1.502.5t-1.81.5t-1.81-.5q-.562-.5-1.501-.5t-1.459.423t-1.418.539m0-4.5v-1.039q.777-.096 1.242-.51Q4.208 14 5.377 14t1.736.5t1.576.5q1.015 0 1.578-.5T12 14t1.733.5t1.578.5t1.58-.5q.563-.5 1.732-.5t1.635.414t1.242.509v1.038q-.898-.115-1.418-.538T18.623 15t-1.474.5t-1.799.5q-1.252 0-1.832-.5T12 15q-.95 0-1.499.5t-1.812.5t-1.819-.5t-1.493-.5t-1.459.423t-1.418.539m5.284-4.793l3.23-3.228l-1.539-1.539q-.806-.806-1.634-1.133q-.83-.327-2.103-.385V3.5q1.568.058 2.6.441q1.033.384 2.054 1.405l5.824 5.823q-.195.16-.402.246t-.483.085q-.67 0-1.32-.5T12 10.5t-2.011.5t-1.32.5q-.275 0-.483-.085t-.401-.246m10.142-6.855q.62.622.62 1.494q0 .876-.62 1.496t-1.496.619t-1.497-.62q-.618-.618-.618-1.495q0-.872.618-1.494q.62-.622 1.497-.622t1.496.622"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2.5 20.462v-1.039q.777-.096 1.242-.51q.466-.413 1.635-.413t1.733.5t1.579.5t1.578-.5T12 18.5t1.752.5t1.598.5t1.56-.5t1.713-.5t1.635.414t1.242.509v1.039q-.898-.116-1.418-.539t-1.459-.423t-1.482.5q-.545.5-1.791.5t-1.829-.5q-.582-.5-1.521-.5t-1.502.5t-1.81.5t-1.81-.5q-.562-.5-1.501-.5t-1.459.423t-1.418.539m0-4.5v-1.039q.777-.096 1.242-.51Q4.208 14 5.377 14t1.736.5t1.576.5q1.015 0 1.578-.5T12 14t1.733.5t1.578.5t1.58-.5q.563-.5 1.732-.5t1.635.414t1.242.509v1.038q-.898-.115-1.418-.538T18.623 15t-1.474.5t-1.799.5q-1.252 0-1.832-.5T12 15q-.95 0-1.499.5t-1.812.5t-1.819-.5t-1.493-.5t-1.459.423t-1.418.539m5.284-4.793l3.23-3.228l-1.539-1.539q-.806-.806-1.634-1.133q-.83-.327-2.103-.385V3.5q1.568.058 2.6.441q1.033.384 2.054 1.405l5.824 5.823q-.195.16-.402.246t-.483.085q-.67 0-1.32-.5T12 10.5t-2.011.5t-1.32.5q-.275 0-.483-.085t-.401-.246m10.142-6.855q.62.622.62 1.494q0 .876-.62 1.496t-1.496.619t-1.497-.62q-.618-.618-.618-1.495q0-.872.618-1.494q.62-.622 1.497-.622t1.496.622"/></svg> </template>
CSS
.icon-pool {
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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M2.5%2020.462v-1.039q.777-.096%201.242-.51q.466-.413%201.635-.413t1.733.5t1.579.5t1.578-.5T12%2018.5t1.752.5t1.598.5t1.56-.5t1.713-.5t1.635.414t1.242.509v1.039q-.898-.116-1.418-.539t-1.459-.423t-1.482.5q-.545.5-1.791.5t-1.829-.5q-.582-.5-1.521-.5t-1.502.5t-1.81.5t-1.81-.5q-.562-.5-1.501-.5t-1.459.423t-1.418.539m0-4.5v-1.039q.777-.096%201.242-.51Q4.208%2014%205.377%2014t1.736.5t1.576.5q1.015%200%201.578-.5T12%2014t1.733.5t1.578.5t1.58-.5q.563-.5%201.732-.5t1.635.414t1.242.509v1.038q-.898-.115-1.418-.538T18.623%2015t-1.474.5t-1.799.5q-1.252%200-1.832-.5T12%2015q-.95%200-1.499.5t-1.812.5t-1.819-.5t-1.493-.5t-1.459.423t-1.418.539m5.284-4.793l3.23-3.228l-1.539-1.539q-.806-.806-1.634-1.133q-.83-.327-2.103-.385V3.5q1.568.058%202.6.441q1.033.384%202.054%201.405l5.824%205.823q-.195.16-.402.246t-.483.085q-.67%200-1.32-.5T12%2010.5t-2.011.5t-1.32.5q-.275%200-.483-.085t-.401-.246m10.142-6.855q.62.622.62%201.494q0%20.876-.62%201.496t-1.496.619t-1.497-.62q-.618-.618-.618-1.495q0-.872.618-1.494q.62-.622%201.497-.622t1.496.622%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M2.5%2020.462v-1.039q.777-.096%201.242-.51q.466-.413%201.635-.413t1.733.5t1.579.5t1.578-.5T12%2018.5t1.752.5t1.598.5t1.56-.5t1.713-.5t1.635.414t1.242.509v1.039q-.898-.116-1.418-.539t-1.459-.423t-1.482.5q-.545.5-1.791.5t-1.829-.5q-.582-.5-1.521-.5t-1.502.5t-1.81.5t-1.81-.5q-.562-.5-1.501-.5t-1.459.423t-1.418.539m0-4.5v-1.039q.777-.096%201.242-.51Q4.208%2014%205.377%2014t1.736.5t1.576.5q1.015%200%201.578-.5T12%2014t1.733.5t1.578.5t1.58-.5q.563-.5%201.732-.5t1.635.414t1.242.509v1.038q-.898-.115-1.418-.538T18.623%2015t-1.474.5t-1.799.5q-1.252%200-1.832-.5T12%2015q-.95%200-1.499.5t-1.812.5t-1.819-.5t-1.493-.5t-1.459.423t-1.418.539m5.284-4.793l3.23-3.228l-1.539-1.539q-.806-.806-1.634-1.133q-.83-.327-2.103-.385V3.5q1.568.058%202.6.441q1.033.384%202.054%201.405l5.824%205.823q-.195.16-.402.246t-.483.085q-.67%200-1.32-.5T12%2010.5t-2.011.5t-1.32.5q-.275%200-.483-.085t-.401-.246m10.142-6.855q.62.622.62%201.494q0%20.876-.62%201.496t-1.496.619t-1.497-.62q-.618-.618-.618-1.495q0-.872.618-1.494q.62-.622%201.497-.622t1.496.622%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/pool.svg?color=%231a73e8&size=48