pool icon
pool-rounded from Material Symbols by Google · Rounded · Travel · Apache-2.0 Free for personal and commercial use.
- Name
- pool-rounded
- Set
- Material Symbols
- Style
- Rounded
- Category
- Travel
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- pool-outline-rounded
2 other variants in Material Symbols
The same icon in other sets
More travel icons from Material Symbols
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 20q-.9 0-1.425.5T8.65 21t-1.925-.5T5.3 20q-.725 0-1.1.338t-1.175.537q-.4.1-.712-.175T2 20t.3-.737t.675-.513q.425-.225.9-.488T5.3 18q1.4 0 1.925.5t1.425.5t1.425-.5T12 18t1.925.5t1.425.5t1.425-.5T18.7 18q.95 0 1.425.263t.9.487q.375.2.675.513T22 20t-.312.7t-.713.175q-.8-.2-1.175-.537T18.7 20q-.9 0-1.425.5t-1.925.5t-1.925-.5T12 20m0-4.5q-.95 0-1.413.5t-1.937.5t-1.963-.5t-1.387-.5q-.725 0-1.1.338t-1.175.537q-.4.1-.712-.175T2 15.5t.3-.737t.675-.513q.425-.225.9-.488T5.3 13.5q1.4 0 1.938.5t1.412.5q.9 0 1.425-.5T12 13.5t1.925.5t1.425.5t1.425-.5t1.925-.5q.95 0 1.425.263t.9.487q.375.2.675.513t.3.737t-.312.7t-.713.175q-.8-.2-1.175-.537t-1.1-.338q-.9 0-1.388.5t-1.962.5q-1.425 0-1.937-.5T12 15.5m-5.1-4.1l3.325-3.325l-1-1Q8.6 6.45 7.938 6.087T6.425 5.6q-.5-.1-.862-.475T5.2 4.25q0-.525.375-.888t.875-.312q1.35.125 2.325.563T10.7 5l6.4 6.4q-.425.275-.825.438T15.35 12q-.9 0-1.425-.5T12 11t-1.925.5t-1.425.5q-.525 0-.925-.162T6.9 11.4m11.575-7.663q.725.738.725 1.763q0 1.05-.725 1.775T16.7 8t-1.775-.725T14.2 5.5q0-1.025.725-1.763T16.7 3t1.775.738"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsPoolRounded(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 20q-.9 0-1.425.5T8.65 21t-1.925-.5T5.3 20q-.725 0-1.1.338t-1.175.537q-.4.1-.712-.175T2 20t.3-.737t.675-.513q.425-.225.9-.488T5.3 18q1.4 0 1.925.5t1.425.5t1.425-.5T12 18t1.925.5t1.425.5t1.425-.5T18.7 18q.95 0 1.425.263t.9.487q.375.2.675.513T22 20t-.312.7t-.713.175q-.8-.2-1.175-.537T18.7 20q-.9 0-1.425.5t-1.925.5t-1.925-.5T12 20m0-4.5q-.95 0-1.413.5t-1.937.5t-1.963-.5t-1.387-.5q-.725 0-1.1.338t-1.175.537q-.4.1-.712-.175T2 15.5t.3-.737t.675-.513q.425-.225.9-.488T5.3 13.5q1.4 0 1.938.5t1.412.5q.9 0 1.425-.5T12 13.5t1.925.5t1.425.5t1.425-.5t1.925-.5q.95 0 1.425.263t.9.487q.375.2.675.513t.3.737t-.312.7t-.713.175q-.8-.2-1.175-.537t-1.1-.338q-.9 0-1.388.5t-1.962.5q-1.425 0-1.937-.5T12 15.5m-5.1-4.1l3.325-3.325l-1-1Q8.6 6.45 7.938 6.087T6.425 5.6q-.5-.1-.862-.475T5.2 4.25q0-.525.375-.888t.875-.312q1.35.125 2.325.563T10.7 5l6.4 6.4q-.425.275-.825.438T15.35 12q-.9 0-1.425-.5T12 11t-1.925.5t-1.425.5q-.525 0-.925-.162T6.9 11.4m11.575-7.663q.725.738.725 1.763q0 1.05-.725 1.775T16.7 8t-1.775-.725T14.2 5.5q0-1.025.725-1.763T16.7 3t1.775.738"/></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 20q-.9 0-1.425.5T8.65 21t-1.925-.5T5.3 20q-.725 0-1.1.338t-1.175.537q-.4.1-.712-.175T2 20t.3-.737t.675-.513q.425-.225.9-.488T5.3 18q1.4 0 1.925.5t1.425.5t1.425-.5T12 18t1.925.5t1.425.5t1.425-.5T18.7 18q.95 0 1.425.263t.9.487q.375.2.675.513T22 20t-.312.7t-.713.175q-.8-.2-1.175-.537T18.7 20q-.9 0-1.425.5t-1.925.5t-1.925-.5T12 20m0-4.5q-.95 0-1.413.5t-1.937.5t-1.963-.5t-1.387-.5q-.725 0-1.1.338t-1.175.537q-.4.1-.712-.175T2 15.5t.3-.737t.675-.513q.425-.225.9-.488T5.3 13.5q1.4 0 1.938.5t1.412.5q.9 0 1.425-.5T12 13.5t1.925.5t1.425.5t1.425-.5t1.925-.5q.95 0 1.425.263t.9.487q.375.2.675.513t.3.737t-.312.7t-.713.175q-.8-.2-1.175-.537t-1.1-.338q-.9 0-1.388.5t-1.962.5q-1.425 0-1.937-.5T12 15.5m-5.1-4.1l3.325-3.325l-1-1Q8.6 6.45 7.938 6.087T6.425 5.6q-.5-.1-.862-.475T5.2 4.25q0-.525.375-.888t.875-.312q1.35.125 2.325.563T10.7 5l6.4 6.4q-.425.275-.825.438T15.35 12q-.9 0-1.425-.5T12 11t-1.925.5t-1.425.5q-.525 0-.925-.162T6.9 11.4m11.575-7.663q.725.738.725 1.763q0 1.05-.725 1.775T16.7 8t-1.775-.725T14.2 5.5q0-1.025.725-1.763T16.7 3t1.775.738"/></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%2020q-.9%200-1.425.5T8.65%2021t-1.925-.5T5.3%2020q-.725%200-1.1.338t-1.175.537q-.4.1-.712-.175T2%2020t.3-.737t.675-.513q.425-.225.9-.488T5.3%2018q1.4%200%201.925.5t1.425.5t1.425-.5T12%2018t1.925.5t1.425.5t1.425-.5T18.7%2018q.95%200%201.425.263t.9.487q.375.2.675.513T22%2020t-.312.7t-.713.175q-.8-.2-1.175-.537T18.7%2020q-.9%200-1.425.5t-1.925.5t-1.925-.5T12%2020m0-4.5q-.95%200-1.413.5t-1.937.5t-1.963-.5t-1.387-.5q-.725%200-1.1.338t-1.175.537q-.4.1-.712-.175T2%2015.5t.3-.737t.675-.513q.425-.225.9-.488T5.3%2013.5q1.4%200%201.938.5t1.412.5q.9%200%201.425-.5T12%2013.5t1.925.5t1.425.5t1.425-.5t1.925-.5q.95%200%201.425.263t.9.487q.375.2.675.513t.3.737t-.312.7t-.713.175q-.8-.2-1.175-.537t-1.1-.338q-.9%200-1.388.5t-1.962.5q-1.425%200-1.937-.5T12%2015.5m-5.1-4.1l3.325-3.325l-1-1Q8.6%206.45%207.938%206.087T6.425%205.6q-.5-.1-.862-.475T5.2%204.25q0-.525.375-.888t.875-.312q1.35.125%202.325.563T10.7%205l6.4%206.4q-.425.275-.825.438T15.35%2012q-.9%200-1.425-.5T12%2011t-1.925.5t-1.425.5q-.525%200-.925-.162T6.9%2011.4m11.575-7.663q.725.738.725%201.763q0%201.05-.725%201.775T16.7%208t-1.775-.725T14.2%205.5q0-1.025.725-1.763T16.7%203t1.775.738%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%2020q-.9%200-1.425.5T8.65%2021t-1.925-.5T5.3%2020q-.725%200-1.1.338t-1.175.537q-.4.1-.712-.175T2%2020t.3-.737t.675-.513q.425-.225.9-.488T5.3%2018q1.4%200%201.925.5t1.425.5t1.425-.5T12%2018t1.925.5t1.425.5t1.425-.5T18.7%2018q.95%200%201.425.263t.9.487q.375.2.675.513T22%2020t-.312.7t-.713.175q-.8-.2-1.175-.537T18.7%2020q-.9%200-1.425.5t-1.925.5t-1.925-.5T12%2020m0-4.5q-.95%200-1.413.5t-1.937.5t-1.963-.5t-1.387-.5q-.725%200-1.1.338t-1.175.537q-.4.1-.712-.175T2%2015.5t.3-.737t.675-.513q.425-.225.9-.488T5.3%2013.5q1.4%200%201.938.5t1.412.5q.9%200%201.425-.5T12%2013.5t1.925.5t1.425.5t1.425-.5t1.925-.5q.95%200%201.425.263t.9.487q.375.2.675.513t.3.737t-.312.7t-.713.175q-.8-.2-1.175-.537t-1.1-.338q-.9%200-1.388.5t-1.962.5q-1.425%200-1.937-.5T12%2015.5m-5.1-4.1l3.325-3.325l-1-1Q8.6%206.45%207.938%206.087T6.425%205.6q-.5-.1-.862-.475T5.2%204.25q0-.525.375-.888t.875-.312q1.35.125%202.325.563T10.7%205l6.4%206.4q-.425.275-.825.438T15.35%2012q-.9%200-1.425-.5T12%2011t-1.925.5t-1.425.5q-.525%200-.925-.162T6.9%2011.4m11.575-7.663q.725.738.725%201.763q0%201.05-.725%201.775T16.7%208t-1.775-.725T14.2%205.5q0-1.025.725-1.763T16.7%203t1.775.738%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/pool-rounded.svg?color=%231a73e8&size=48