pool-solid from Teenyicons by smhmd · Solid · MIT Free for personal and commercial use.

Name
pool-solid
Set
Teenyicons
Style
Solid
Viewbox
15×15
License
MIT

1 other variant in Teenyicons

The same icon in other sets

Use the pool icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 15 15"><path fill="currentColor" fill-rule="evenodd" d="M5.636 1C4.15 1 3 2.203 3 3.727V4h6v-.364C9 1.57 10.633 0 12.682 0v1C11.167 1 10 2.14 10 3.636V10H9V9H3v3H2V3.727C2 1.688 3.56 0 5.636 0zM3 8h6V5H3z" clip-rule="evenodd"/><path fill="currentColor" d="M7.44 13.442c-.895.504-1.877 1.058-3.485 1.058c-1.483 0-2.614-.762-3.33-1.568l.75-.664c.584.66 1.462 1.232 2.58 1.232c1.339 0 2.128-.442 3.004-.935l.01-.007c.895-.504 1.877-1.058 3.485-1.058c1.531 0 2.884.82 3.852 1.572l-.612.79c-.923-.716-2.052-1.362-3.24-1.362c-1.339 0-2.128.442-3.004.935z"/></svg>

React

import type { SVGProps } from "react";

export function TeenyiconsPoolSolid(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 15 15"><path fill="currentColor" fillRule="evenodd" d="M5.636 1C4.15 1 3 2.203 3 3.727V4h6v-.364C9 1.57 10.633 0 12.682 0v1C11.167 1 10 2.14 10 3.636V10H9V9H3v3H2V3.727C2 1.688 3.56 0 5.636 0zM3 8h6V5H3z" clipRule="evenodd"/><path fill="currentColor" d="M7.44 13.442c-.895.504-1.877 1.058-3.485 1.058c-1.483 0-2.614-.762-3.33-1.568l.75-.664c.584.66 1.462 1.232 2.58 1.232c1.339 0 2.128-.442 3.004-.935l.01-.007c.895-.504 1.877-1.058 3.485-1.058c1.531 0 2.884.82 3.852 1.572l-.612.79c-.923-.716-2.052-1.362-3.24-1.362c-1.339 0-2.128.442-3.004.935z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 15 15"><path fill="currentColor" fill-rule="evenodd" d="M5.636 1C4.15 1 3 2.203 3 3.727V4h6v-.364C9 1.57 10.633 0 12.682 0v1C11.167 1 10 2.14 10 3.636V10H9V9H3v3H2V3.727C2 1.688 3.56 0 5.636 0zM3 8h6V5H3z" clip-rule="evenodd"/><path fill="currentColor" d="M7.44 13.442c-.895.504-1.877 1.058-3.485 1.058c-1.483 0-2.614-.762-3.33-1.568l.75-.664c.584.66 1.462 1.232 2.58 1.232c1.339 0 2.128-.442 3.004-.935l.01-.007c.895-.504 1.877-1.058 3.485-1.058c1.531 0 2.884.82 3.852 1.572l-.612.79c-.923-.716-2.052-1.362-3.24-1.362c-1.339 0-2.128.442-3.004.935z"/></svg>
</template>

CSS

.icon-pool-solid {
  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%2015%2015%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M5.636%201C4.15%201%203%202.203%203%203.727V4h6v-.364C9%201.57%2010.633%200%2012.682%200v1C11.167%201%2010%202.14%2010%203.636V10H9V9H3v3H2V3.727C2%201.688%203.56%200%205.636%200zM3%208h6V5H3z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7.44%2013.442c-.895.504-1.877%201.058-3.485%201.058c-1.483%200-2.614-.762-3.33-1.568l.75-.664c.584.66%201.462%201.232%202.58%201.232c1.339%200%202.128-.442%203.004-.935l.01-.007c.895-.504%201.877-1.058%203.485-1.058c1.531%200%202.884.82%203.852%201.572l-.612.79c-.923-.716-2.052-1.362-3.24-1.362c-1.339%200-2.128.442-3.004.935z%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%2015%2015%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M5.636%201C4.15%201%203%202.203%203%203.727V4h6v-.364C9%201.57%2010.633%200%2012.682%200v1C11.167%201%2010%202.14%2010%203.636V10H9V9H3v3H2V3.727C2%201.688%203.56%200%205.636%200zM3%208h6V5H3z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7.44%2013.442c-.895.504-1.877%201.058-3.485%201.058c-1.483%200-2.614-.762-3.33-1.568l.75-.664c.584.66%201.462%201.232%202.58%201.232c1.339%200%202.128-.442%203.004-.935l.01-.007c.895-.504%201.877-1.058%203.485-1.058c1.531%200%202.884.82%203.852%201.572l-.612.79c-.923-.716-2.052-1.362-3.24-1.362c-1.339%200-2.128.442-3.004.935z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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