round-pool from Google Material Icons by Material Design Authors · Baseline · Places · Apache-2.0 Free for personal and commercial use.

Name
round-pool
Set
Google Material Icons
Style
Baseline
Category
Places
Viewbox
24×24
License
Apache 2.0

More places icons from Google Material Icons

Use the round pool icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.11 5.56C7.3 5.7 8.14 6.14 9 7l1 1l-3.25 3.25c.31.12.56.27.77.39c.37.23.59.36 1.15.36s.78-.13 1.15-.36c.46-.27 1.08-.64 2.19-.64s1.73.37 2.18.64c.37.22.6.36 1.15.36s.78-.13 1.15-.36c.12-.07.26-.15.41-.23L10.48 5C9.22 3.74 8.04 3.2 6.3 3.05C5.6 2.99 5 3.56 5 4.26v.09c0 .63.49 1.13 1.11 1.21m15.24 13.35c-.17-.06-.32-.15-.5-.27c-.45-.27-1.07-.64-2.18-.64s-1.73.37-2.18.64c-.37.23-.6.36-1.15.36s-.78-.14-1.15-.36c-.45-.27-1.07-.64-2.18-.64s-1.73.37-2.19.64c-.37.23-.59.36-1.15.36s-.78-.13-1.15-.36c-.45-.27-1.07-.64-2.18-.64s-1.73.37-2.19.64c-.18.11-.33.2-.5.27c-.38.13-.65.45-.65.85v.12c0 .67.66 1.13 1.3.91c.37-.13.65-.3.89-.44c.37-.22.6-.35 1.15-.35s.78.13 1.15.36c.45.27 1.07.64 2.18.64s1.73-.37 2.19-.64c.37-.23.59-.36 1.15-.36c.55 0 .78.14 1.15.36c.45.27 1.07.64 2.18.64s1.72-.37 2.18-.64c.37-.23.59-.36 1.15-.36c.55 0 .78.14 1.15.36c.23.14.51.31.88.44c.63.22 1.3-.24 1.3-.91v-.12c0-.41-.27-.73-.65-.86M3.11 16.35c.47-.13.81-.33 1.09-.49c.37-.23.6-.36 1.15-.36s.78.14 1.15.36c.45.27 1.07.64 2.18.64s1.73-.37 2.18-.64c.37-.23.59-.36 1.15-.36c.55 0 .78.14 1.15.36c.45.27 1.07.64 2.18.64s1.73-.37 2.18-.64c.37-.23.59-.36 1.15-.36c.55 0 .78.14 1.15.36c.23.14.5.3.85.43a.978.978 0 0 0 1.31-.91v-.12c0-.4-.27-.72-.64-.86c-.17-.06-.32-.15-.51-.26c-.45-.27-1.07-.64-2.18-.64s-1.73.37-2.18.64c-.37.23-.6.36-1.15.36s-.78-.14-1.15-.36c-.45-.27-1.07-.64-2.18-.64s-1.73.37-2.18.64c-.37.23-.59.36-1.15.36c-.55 0-.78-.14-1.15-.36c-.45-.27-1.07-.64-2.18-.64s-1.73.37-2.18.64c-.18.11-.33.2-.5.27c-.38.13-.65.45-.65.85v.23c0 .58.55 1.02 1.11.86"/><circle cx="16.5" cy="5.5" r="2.5" fill="currentColor"/></svg>

React

import type { SVGProps } from "react";

export function IcRoundPool(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="M6.11 5.56C7.3 5.7 8.14 6.14 9 7l1 1l-3.25 3.25c.31.12.56.27.77.39c.37.23.59.36 1.15.36s.78-.13 1.15-.36c.46-.27 1.08-.64 2.19-.64s1.73.37 2.18.64c.37.22.6.36 1.15.36s.78-.13 1.15-.36c.12-.07.26-.15.41-.23L10.48 5C9.22 3.74 8.04 3.2 6.3 3.05C5.6 2.99 5 3.56 5 4.26v.09c0 .63.49 1.13 1.11 1.21m15.24 13.35c-.17-.06-.32-.15-.5-.27c-.45-.27-1.07-.64-2.18-.64s-1.73.37-2.18.64c-.37.23-.6.36-1.15.36s-.78-.14-1.15-.36c-.45-.27-1.07-.64-2.18-.64s-1.73.37-2.19.64c-.37.23-.59.36-1.15.36s-.78-.13-1.15-.36c-.45-.27-1.07-.64-2.18-.64s-1.73.37-2.19.64c-.18.11-.33.2-.5.27c-.38.13-.65.45-.65.85v.12c0 .67.66 1.13 1.3.91c.37-.13.65-.3.89-.44c.37-.22.6-.35 1.15-.35s.78.13 1.15.36c.45.27 1.07.64 2.18.64s1.73-.37 2.19-.64c.37-.23.59-.36 1.15-.36c.55 0 .78.14 1.15.36c.45.27 1.07.64 2.18.64s1.72-.37 2.18-.64c.37-.23.59-.36 1.15-.36c.55 0 .78.14 1.15.36c.23.14.51.31.88.44c.63.22 1.3-.24 1.3-.91v-.12c0-.41-.27-.73-.65-.86M3.11 16.35c.47-.13.81-.33 1.09-.49c.37-.23.6-.36 1.15-.36s.78.14 1.15.36c.45.27 1.07.64 2.18.64s1.73-.37 2.18-.64c.37-.23.59-.36 1.15-.36c.55 0 .78.14 1.15.36c.45.27 1.07.64 2.18.64s1.73-.37 2.18-.64c.37-.23.59-.36 1.15-.36c.55 0 .78.14 1.15.36c.23.14.5.3.85.43a.978.978 0 0 0 1.31-.91v-.12c0-.4-.27-.72-.64-.86c-.17-.06-.32-.15-.51-.26c-.45-.27-1.07-.64-2.18-.64s-1.73.37-2.18.64c-.37.23-.6.36-1.15.36s-.78-.14-1.15-.36c-.45-.27-1.07-.64-2.18-.64s-1.73.37-2.18.64c-.37.23-.59.36-1.15.36c-.55 0-.78-.14-1.15-.36c-.45-.27-1.07-.64-2.18-.64s-1.73.37-2.18.64c-.18.11-.33.2-.5.27c-.38.13-.65.45-.65.85v.23c0 .58.55 1.02 1.11.86"/><circle cx="16.5" cy="5.5" r="2.5" fill="currentColor"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.11 5.56C7.3 5.7 8.14 6.14 9 7l1 1l-3.25 3.25c.31.12.56.27.77.39c.37.23.59.36 1.15.36s.78-.13 1.15-.36c.46-.27 1.08-.64 2.19-.64s1.73.37 2.18.64c.37.22.6.36 1.15.36s.78-.13 1.15-.36c.12-.07.26-.15.41-.23L10.48 5C9.22 3.74 8.04 3.2 6.3 3.05C5.6 2.99 5 3.56 5 4.26v.09c0 .63.49 1.13 1.11 1.21m15.24 13.35c-.17-.06-.32-.15-.5-.27c-.45-.27-1.07-.64-2.18-.64s-1.73.37-2.18.64c-.37.23-.6.36-1.15.36s-.78-.14-1.15-.36c-.45-.27-1.07-.64-2.18-.64s-1.73.37-2.19.64c-.37.23-.59.36-1.15.36s-.78-.13-1.15-.36c-.45-.27-1.07-.64-2.18-.64s-1.73.37-2.19.64c-.18.11-.33.2-.5.27c-.38.13-.65.45-.65.85v.12c0 .67.66 1.13 1.3.91c.37-.13.65-.3.89-.44c.37-.22.6-.35 1.15-.35s.78.13 1.15.36c.45.27 1.07.64 2.18.64s1.73-.37 2.19-.64c.37-.23.59-.36 1.15-.36c.55 0 .78.14 1.15.36c.45.27 1.07.64 2.18.64s1.72-.37 2.18-.64c.37-.23.59-.36 1.15-.36c.55 0 .78.14 1.15.36c.23.14.51.31.88.44c.63.22 1.3-.24 1.3-.91v-.12c0-.41-.27-.73-.65-.86M3.11 16.35c.47-.13.81-.33 1.09-.49c.37-.23.6-.36 1.15-.36s.78.14 1.15.36c.45.27 1.07.64 2.18.64s1.73-.37 2.18-.64c.37-.23.59-.36 1.15-.36c.55 0 .78.14 1.15.36c.45.27 1.07.64 2.18.64s1.73-.37 2.18-.64c.37-.23.59-.36 1.15-.36c.55 0 .78.14 1.15.36c.23.14.5.3.85.43a.978.978 0 0 0 1.31-.91v-.12c0-.4-.27-.72-.64-.86c-.17-.06-.32-.15-.51-.26c-.45-.27-1.07-.64-2.18-.64s-1.73.37-2.18.64c-.37.23-.6.36-1.15.36s-.78-.14-1.15-.36c-.45-.27-1.07-.64-2.18-.64s-1.73.37-2.18.64c-.37.23-.59.36-1.15.36c-.55 0-.78-.14-1.15-.36c-.45-.27-1.07-.64-2.18-.64s-1.73.37-2.18.64c-.18.11-.33.2-.5.27c-.38.13-.65.45-.65.85v.23c0 .58.55 1.02 1.11.86"/><circle cx="16.5" cy="5.5" r="2.5" fill="currentColor"/></svg>
</template>

CSS

.icon-round-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%22M6.11%205.56C7.3%205.7%208.14%206.14%209%207l1%201l-3.25%203.25c.31.12.56.27.77.39c.37.23.59.36%201.15.36s.78-.13%201.15-.36c.46-.27%201.08-.64%202.19-.64s1.73.37%202.18.64c.37.22.6.36%201.15.36s.78-.13%201.15-.36c.12-.07.26-.15.41-.23L10.48%205C9.22%203.74%208.04%203.2%206.3%203.05C5.6%202.99%205%203.56%205%204.26v.09c0%20.63.49%201.13%201.11%201.21m15.24%2013.35c-.17-.06-.32-.15-.5-.27c-.45-.27-1.07-.64-2.18-.64s-1.73.37-2.18.64c-.37.23-.6.36-1.15.36s-.78-.14-1.15-.36c-.45-.27-1.07-.64-2.18-.64s-1.73.37-2.19.64c-.37.23-.59.36-1.15.36s-.78-.13-1.15-.36c-.45-.27-1.07-.64-2.18-.64s-1.73.37-2.19.64c-.18.11-.33.2-.5.27c-.38.13-.65.45-.65.85v.12c0%20.67.66%201.13%201.3.91c.37-.13.65-.3.89-.44c.37-.22.6-.35%201.15-.35s.78.13%201.15.36c.45.27%201.07.64%202.18.64s1.73-.37%202.19-.64c.37-.23.59-.36%201.15-.36c.55%200%20.78.14%201.15.36c.45.27%201.07.64%202.18.64s1.72-.37%202.18-.64c.37-.23.59-.36%201.15-.36c.55%200%20.78.14%201.15.36c.23.14.51.31.88.44c.63.22%201.3-.24%201.3-.91v-.12c0-.41-.27-.73-.65-.86M3.11%2016.35c.47-.13.81-.33%201.09-.49c.37-.23.6-.36%201.15-.36s.78.14%201.15.36c.45.27%201.07.64%202.18.64s1.73-.37%202.18-.64c.37-.23.59-.36%201.15-.36c.55%200%20.78.14%201.15.36c.45.27%201.07.64%202.18.64s1.73-.37%202.18-.64c.37-.23.59-.36%201.15-.36c.55%200%20.78.14%201.15.36c.23.14.5.3.85.43a.978.978%200%200%200%201.31-.91v-.12c0-.4-.27-.72-.64-.86c-.17-.06-.32-.15-.51-.26c-.45-.27-1.07-.64-2.18-.64s-1.73.37-2.18.64c-.37.23-.6.36-1.15.36s-.78-.14-1.15-.36c-.45-.27-1.07-.64-2.18-.64s-1.73.37-2.18.64c-.37.23-.59.36-1.15.36c-.55%200-.78-.14-1.15-.36c-.45-.27-1.07-.64-2.18-.64s-1.73.37-2.18.64c-.18.11-.33.2-.5.27c-.38.13-.65.45-.65.85v.23c0%20.58.55%201.02%201.11.86%22%2F%3E%3Ccircle%20cx%3D%2216.5%22%20cy%3D%225.5%22%20r%3D%222.5%22%20fill%3D%22currentColor%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%22M6.11%205.56C7.3%205.7%208.14%206.14%209%207l1%201l-3.25%203.25c.31.12.56.27.77.39c.37.23.59.36%201.15.36s.78-.13%201.15-.36c.46-.27%201.08-.64%202.19-.64s1.73.37%202.18.64c.37.22.6.36%201.15.36s.78-.13%201.15-.36c.12-.07.26-.15.41-.23L10.48%205C9.22%203.74%208.04%203.2%206.3%203.05C5.6%202.99%205%203.56%205%204.26v.09c0%20.63.49%201.13%201.11%201.21m15.24%2013.35c-.17-.06-.32-.15-.5-.27c-.45-.27-1.07-.64-2.18-.64s-1.73.37-2.18.64c-.37.23-.6.36-1.15.36s-.78-.14-1.15-.36c-.45-.27-1.07-.64-2.18-.64s-1.73.37-2.19.64c-.37.23-.59.36-1.15.36s-.78-.13-1.15-.36c-.45-.27-1.07-.64-2.18-.64s-1.73.37-2.19.64c-.18.11-.33.2-.5.27c-.38.13-.65.45-.65.85v.12c0%20.67.66%201.13%201.3.91c.37-.13.65-.3.89-.44c.37-.22.6-.35%201.15-.35s.78.13%201.15.36c.45.27%201.07.64%202.18.64s1.73-.37%202.19-.64c.37-.23.59-.36%201.15-.36c.55%200%20.78.14%201.15.36c.45.27%201.07.64%202.18.64s1.72-.37%202.18-.64c.37-.23.59-.36%201.15-.36c.55%200%20.78.14%201.15.36c.23.14.51.31.88.44c.63.22%201.3-.24%201.3-.91v-.12c0-.41-.27-.73-.65-.86M3.11%2016.35c.47-.13.81-.33%201.09-.49c.37-.23.6-.36%201.15-.36s.78.14%201.15.36c.45.27%201.07.64%202.18.64s1.73-.37%202.18-.64c.37-.23.59-.36%201.15-.36c.55%200%20.78.14%201.15.36c.45.27%201.07.64%202.18.64s1.73-.37%202.18-.64c.37-.23.59-.36%201.15-.36c.55%200%20.78.14%201.15.36c.23.14.5.3.85.43a.978.978%200%200%200%201.31-.91v-.12c0-.4-.27-.72-.64-.86c-.17-.06-.32-.15-.51-.26c-.45-.27-1.07-.64-2.18-.64s-1.73.37-2.18.64c-.37.23-.6.36-1.15.36s-.78-.14-1.15-.36c-.45-.27-1.07-.64-2.18-.64s-1.73.37-2.18.64c-.37.23-.59.36-1.15.36c-.55%200-.78-.14-1.15-.36c-.45-.27-1.07-.64-2.18-.64s-1.73.37-2.18.64c-.18.11-.33.2-.5.27c-.38.13-.65.45-.65.85v.23c0%20.58.55%201.02%201.11.86%22%2F%3E%3Ccircle%20cx%3D%2216.5%22%20cy%3D%225.5%22%20r%3D%222.5%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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

Round Pool baseline icon — Google Material Icons · IconsDB