pool icon
pool-rounded from Material Symbols Light by Google · Rounded · Travel · Apache-2.0 Free for personal and commercial use.
- Name
- pool-rounded
- Set
- Material Symbols Light
- Style
- Rounded
- Category
- Travel
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- pool-outline-rounded
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="M12 19.5q-.938 0-1.502.5t-1.81.5t-1.81-.5q-.563-.5-1.501-.5q-.783 0-1.254.318t-1.098.518q-.189.062-.357-.059t-.168-.335q0-.233.156-.4t.377-.254q.482-.205.948-.497q.465-.291 1.396-.291q1.17 0 1.733.5t1.579.5t1.578-.5T12 18.5t1.752.5t1.598.5t1.56-.5t1.713-.5q.93 0 1.396.291q.466.292.948.498q.222.084.377.252t.156.401q0 .214-.168.335q-.169.121-.357.06q-.627-.2-1.098-.519q-.471-.318-1.254-.318q-.938 0-1.482.5q-.545.5-1.791.5t-1.829-.5q-.582-.5-1.521-.5m0-4.5q-.95 0-1.499.5t-1.812.5t-1.819-.5t-1.493-.5q-.783 0-1.254.318q-.471.319-1.098.519q-.188.061-.357-.06t-.168-.335q0-.232.156-.4t.377-.253q.483-.206.948-.498Q4.446 14 5.377 14q1.17 0 1.736.5t1.576.5q1.015 0 1.578-.5T12 14t1.733.5t1.578.5t1.58-.5q.563-.5 1.732-.5q.93 0 1.396.291q.466.292.948.497q.222.085.377.253t.156.401q0 .214-.168.335q-.169.121-.357.06q-.627-.2-1.098-.519Q19.406 15 18.623 15q-.938 0-1.474.5t-1.799.5q-1.252 0-1.832-.5T12 15m-4.215-3.83l3.229-3.23l-1.539-1.538q-.683-.683-1.364-1.007t-1.648-.449q-.288-.042-.506-.254t-.219-.5q0-.294.212-.483q.211-.19.5-.159q1.254.125 2.152.514q.898.39 1.79 1.282l5.824 5.823q-.195.16-.402.245q-.208.086-.483.086q-.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 MaterialSymbolsLightPoolRounded(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="M12 19.5q-.938 0-1.502.5t-1.81.5t-1.81-.5q-.563-.5-1.501-.5q-.783 0-1.254.318t-1.098.518q-.189.062-.357-.059t-.168-.335q0-.233.156-.4t.377-.254q.482-.205.948-.497q.465-.291 1.396-.291q1.17 0 1.733.5t1.579.5t1.578-.5T12 18.5t1.752.5t1.598.5t1.56-.5t1.713-.5q.93 0 1.396.291q.466.292.948.498q.222.084.377.252t.156.401q0 .214-.168.335q-.169.121-.357.06q-.627-.2-1.098-.519q-.471-.318-1.254-.318q-.938 0-1.482.5q-.545.5-1.791.5t-1.829-.5q-.582-.5-1.521-.5m0-4.5q-.95 0-1.499.5t-1.812.5t-1.819-.5t-1.493-.5q-.783 0-1.254.318q-.471.319-1.098.519q-.188.061-.357-.06t-.168-.335q0-.232.156-.4t.377-.253q.483-.206.948-.498Q4.446 14 5.377 14q1.17 0 1.736.5t1.576.5q1.015 0 1.578-.5T12 14t1.733.5t1.578.5t1.58-.5q.563-.5 1.732-.5q.93 0 1.396.291q.466.292.948.497q.222.085.377.253t.156.401q0 .214-.168.335q-.169.121-.357.06q-.627-.2-1.098-.519Q19.406 15 18.623 15q-.938 0-1.474.5t-1.799.5q-1.252 0-1.832-.5T12 15m-4.215-3.83l3.229-3.23l-1.539-1.538q-.683-.683-1.364-1.007t-1.648-.449q-.288-.042-.506-.254t-.219-.5q0-.294.212-.483q.211-.19.5-.159q1.254.125 2.152.514q.898.39 1.79 1.282l5.824 5.823q-.195.16-.402.245q-.208.086-.483.086q-.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="M12 19.5q-.938 0-1.502.5t-1.81.5t-1.81-.5q-.563-.5-1.501-.5q-.783 0-1.254.318t-1.098.518q-.189.062-.357-.059t-.168-.335q0-.233.156-.4t.377-.254q.482-.205.948-.497q.465-.291 1.396-.291q1.17 0 1.733.5t1.579.5t1.578-.5T12 18.5t1.752.5t1.598.5t1.56-.5t1.713-.5q.93 0 1.396.291q.466.292.948.498q.222.084.377.252t.156.401q0 .214-.168.335q-.169.121-.357.06q-.627-.2-1.098-.519q-.471-.318-1.254-.318q-.938 0-1.482.5q-.545.5-1.791.5t-1.829-.5q-.582-.5-1.521-.5m0-4.5q-.95 0-1.499.5t-1.812.5t-1.819-.5t-1.493-.5q-.783 0-1.254.318q-.471.319-1.098.519q-.188.061-.357-.06t-.168-.335q0-.232.156-.4t.377-.253q.483-.206.948-.498Q4.446 14 5.377 14q1.17 0 1.736.5t1.576.5q1.015 0 1.578-.5T12 14t1.733.5t1.578.5t1.58-.5q.563-.5 1.732-.5q.93 0 1.396.291q.466.292.948.497q.222.085.377.253t.156.401q0 .214-.168.335q-.169.121-.357.06q-.627-.2-1.098-.519Q19.406 15 18.623 15q-.938 0-1.474.5t-1.799.5q-1.252 0-1.832-.5T12 15m-4.215-3.83l3.229-3.23l-1.539-1.538q-.683-.683-1.364-1.007t-1.648-.449q-.288-.042-.506-.254t-.219-.5q0-.294.212-.483q.211-.19.5-.159q1.254.125 2.152.514q.898.39 1.79 1.282l5.824 5.823q-.195.16-.402.245q-.208.086-.483.086q-.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-rounded {
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%22M12%2019.5q-.938%200-1.502.5t-1.81.5t-1.81-.5q-.563-.5-1.501-.5q-.783%200-1.254.318t-1.098.518q-.189.062-.357-.059t-.168-.335q0-.233.156-.4t.377-.254q.482-.205.948-.497q.465-.291%201.396-.291q1.17%200%201.733.5t1.579.5t1.578-.5T12%2018.5t1.752.5t1.598.5t1.56-.5t1.713-.5q.93%200%201.396.291q.466.292.948.498q.222.084.377.252t.156.401q0%20.214-.168.335q-.169.121-.357.06q-.627-.2-1.098-.519q-.471-.318-1.254-.318q-.938%200-1.482.5q-.545.5-1.791.5t-1.829-.5q-.582-.5-1.521-.5m0-4.5q-.95%200-1.499.5t-1.812.5t-1.819-.5t-1.493-.5q-.783%200-1.254.318q-.471.319-1.098.519q-.188.061-.357-.06t-.168-.335q0-.232.156-.4t.377-.253q.483-.206.948-.498Q4.446%2014%205.377%2014q1.17%200%201.736.5t1.576.5q1.015%200%201.578-.5T12%2014t1.733.5t1.578.5t1.58-.5q.563-.5%201.732-.5q.93%200%201.396.291q.466.292.948.497q.222.085.377.253t.156.401q0%20.214-.168.335q-.169.121-.357.06q-.627-.2-1.098-.519Q19.406%2015%2018.623%2015q-.938%200-1.474.5t-1.799.5q-1.252%200-1.832-.5T12%2015m-4.215-3.83l3.229-3.23l-1.539-1.538q-.683-.683-1.364-1.007t-1.648-.449q-.288-.042-.506-.254t-.219-.5q0-.294.212-.483q.211-.19.5-.159q1.254.125%202.152.514q.898.39%201.79%201.282l5.824%205.823q-.195.16-.402.245q-.208.086-.483.086q-.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%22M12%2019.5q-.938%200-1.502.5t-1.81.5t-1.81-.5q-.563-.5-1.501-.5q-.783%200-1.254.318t-1.098.518q-.189.062-.357-.059t-.168-.335q0-.233.156-.4t.377-.254q.482-.205.948-.497q.465-.291%201.396-.291q1.17%200%201.733.5t1.579.5t1.578-.5T12%2018.5t1.752.5t1.598.5t1.56-.5t1.713-.5q.93%200%201.396.291q.466.292.948.498q.222.084.377.252t.156.401q0%20.214-.168.335q-.169.121-.357.06q-.627-.2-1.098-.519q-.471-.318-1.254-.318q-.938%200-1.482.5q-.545.5-1.791.5t-1.829-.5q-.582-.5-1.521-.5m0-4.5q-.95%200-1.499.5t-1.812.5t-1.819-.5t-1.493-.5q-.783%200-1.254.318q-.471.319-1.098.519q-.188.061-.357-.06t-.168-.335q0-.232.156-.4t.377-.253q.483-.206.948-.498Q4.446%2014%205.377%2014q1.17%200%201.736.5t1.576.5q1.015%200%201.578-.5T12%2014t1.733.5t1.578.5t1.58-.5q.563-.5%201.732-.5q.93%200%201.396.291q.466.292.948.497q.222.085.377.253t.156.401q0%20.214-.168.335q-.169.121-.357.06q-.627-.2-1.098-.519Q19.406%2015%2018.623%2015q-.938%200-1.474.5t-1.799.5q-1.252%200-1.832-.5T12%2015m-4.215-3.83l3.229-3.23l-1.539-1.538q-.683-.683-1.364-1.007t-1.648-.449q-.288-.042-.506-.254t-.219-.5q0-.294.212-.483q.211-.19.5-.159q1.254.125%202.152.514q.898.39%201.79%201.282l5.824%205.823q-.195.16-.402.245q-.208.086-.483.086q-.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-rounded.svg?color=%231a73e8&size=48