pool-sharp from Material Symbols by Google · Sharp · Travel · Apache-2.0 Free for personal and commercial use.

Name
pool-sharp
Set
Material Symbols
Style
Sharp
Category
Travel
Viewbox
24×24
License
Apache 2.0
Aliases
pool-outline-sharp

2 other variants in Material Symbols

The same icon in other sets

More travel icons from Material Symbols

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 21v-2q.95 0 1.425-.5T5.3 18t1.925.5t1.425.5t1.425-.5T12 18t1.925.5t1.425.5t1.425-.5T18.7 18t1.875.5T22 19v2q-1.475 0-1.937-.5T18.7 20t-1.425.5t-1.925.5t-1.925-.5T12 20t-1.425.5t-1.925.5t-1.925-.5T5.3 20t-1.363.5T2 21m0-4.5v-2q.95 0 1.425-.5t1.875-.5t1.938.5t1.412.5q.9 0 1.425-.5T12 13.5t1.925.5t1.425.5t1.425-.5t1.925-.5t1.875.5t1.425.5v2q-1.475 0-1.937-.5t-1.363-.5t-1.388.5t-1.962.5q-1.425 0-1.937-.5T12 15.5q-.95 0-1.412.5t-1.938.5t-1.963-.5t-1.387-.5t-1.362.5T2 16.5M18.475 3.737q.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.738M8.65 12q-.525 0-.925-.162T6.9 11.4l3.325-3.325l-1-1L5.2 5.5V3l5.5 2l6.4 6.4q-.425.275-.825.438T15.35 12q-.9 0-1.425-.5T12 11t-1.925.5t-1.425.5"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsPoolSharp(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 21v-2q.95 0 1.425-.5T5.3 18t1.925.5t1.425.5t1.425-.5T12 18t1.925.5t1.425.5t1.425-.5T18.7 18t1.875.5T22 19v2q-1.475 0-1.937-.5T18.7 20t-1.425.5t-1.925.5t-1.925-.5T12 20t-1.425.5t-1.925.5t-1.925-.5T5.3 20t-1.363.5T2 21m0-4.5v-2q.95 0 1.425-.5t1.875-.5t1.938.5t1.412.5q.9 0 1.425-.5T12 13.5t1.925.5t1.425.5t1.425-.5t1.925-.5t1.875.5t1.425.5v2q-1.475 0-1.937-.5t-1.363-.5t-1.388.5t-1.962.5q-1.425 0-1.937-.5T12 15.5q-.95 0-1.412.5t-1.938.5t-1.963-.5t-1.387-.5t-1.362.5T2 16.5M18.475 3.737q.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.738M8.65 12q-.525 0-.925-.162T6.9 11.4l3.325-3.325l-1-1L5.2 5.5V3l5.5 2l6.4 6.4q-.425.275-.825.438T15.35 12q-.9 0-1.425-.5T12 11t-1.925.5t-1.425.5"/></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 21v-2q.95 0 1.425-.5T5.3 18t1.925.5t1.425.5t1.425-.5T12 18t1.925.5t1.425.5t1.425-.5T18.7 18t1.875.5T22 19v2q-1.475 0-1.937-.5T18.7 20t-1.425.5t-1.925.5t-1.925-.5T12 20t-1.425.5t-1.925.5t-1.925-.5T5.3 20t-1.363.5T2 21m0-4.5v-2q.95 0 1.425-.5t1.875-.5t1.938.5t1.412.5q.9 0 1.425-.5T12 13.5t1.925.5t1.425.5t1.425-.5t1.925-.5t1.875.5t1.425.5v2q-1.475 0-1.937-.5t-1.363-.5t-1.388.5t-1.962.5q-1.425 0-1.937-.5T12 15.5q-.95 0-1.412.5t-1.938.5t-1.963-.5t-1.387-.5t-1.362.5T2 16.5M18.475 3.737q.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.738M8.65 12q-.525 0-.925-.162T6.9 11.4l3.325-3.325l-1-1L5.2 5.5V3l5.5 2l6.4 6.4q-.425.275-.825.438T15.35 12q-.9 0-1.425-.5T12 11t-1.925.5t-1.425.5"/></svg>
</template>

CSS

.icon-pool-sharp {
  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%2021v-2q.95%200%201.425-.5T5.3%2018t1.925.5t1.425.5t1.425-.5T12%2018t1.925.5t1.425.5t1.425-.5T18.7%2018t1.875.5T22%2019v2q-1.475%200-1.937-.5T18.7%2020t-1.425.5t-1.925.5t-1.925-.5T12%2020t-1.425.5t-1.925.5t-1.925-.5T5.3%2020t-1.363.5T2%2021m0-4.5v-2q.95%200%201.425-.5t1.875-.5t1.938.5t1.412.5q.9%200%201.425-.5T12%2013.5t1.925.5t1.425.5t1.425-.5t1.925-.5t1.875.5t1.425.5v2q-1.475%200-1.937-.5t-1.363-.5t-1.388.5t-1.962.5q-1.425%200-1.937-.5T12%2015.5q-.95%200-1.412.5t-1.938.5t-1.963-.5t-1.387-.5t-1.362.5T2%2016.5M18.475%203.737q.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.738M8.65%2012q-.525%200-.925-.162T6.9%2011.4l3.325-3.325l-1-1L5.2%205.5V3l5.5%202l6.4%206.4q-.425.275-.825.438T15.35%2012q-.9%200-1.425-.5T12%2011t-1.925.5t-1.425.5%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%2021v-2q.95%200%201.425-.5T5.3%2018t1.925.5t1.425.5t1.425-.5T12%2018t1.925.5t1.425.5t1.425-.5T18.7%2018t1.875.5T22%2019v2q-1.475%200-1.937-.5T18.7%2020t-1.425.5t-1.925.5t-1.925-.5T12%2020t-1.425.5t-1.925.5t-1.925-.5T5.3%2020t-1.363.5T2%2021m0-4.5v-2q.95%200%201.425-.5t1.875-.5t1.938.5t1.412.5q.9%200%201.425-.5T12%2013.5t1.925.5t1.425.5t1.425-.5t1.925-.5t1.875.5t1.425.5v2q-1.475%200-1.937-.5t-1.363-.5t-1.388.5t-1.962.5q-1.425%200-1.937-.5T12%2015.5q-.95%200-1.412.5t-1.938.5t-1.963-.5t-1.387-.5t-1.362.5T2%2016.5M18.475%203.737q.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.738M8.65%2012q-.525%200-.925-.162T6.9%2011.4l3.325-3.325l-1-1L5.2%205.5V3l5.5%202l6.4%206.4q-.425.275-.825.438T15.35%2012q-.9%200-1.425-.5T12%2011t-1.925.5t-1.425.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/pool-sharp.svg?color=%231a73e8&size=48