swimming-pool-48-regular from Fluent UI System Icons by Microsoft Corporation · 48 Regular · MIT Free for personal and commercial use.

Name
swimming-pool-48-regular
Set
Fluent UI System Icons
Style
48 Regular
Viewbox
48×48
License
MIT

7 other variants in Fluent UI System Icons

The same icon in other sets

Use the swimming pool icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M9 10.75a3.25 3.25 0 0 1 6.5 0v13.402c.8.075 1.634.204 2.5.397V21h15.5v8.058a17 17 0 0 0 2.5-.264V10.75a5.75 5.75 0 0 0-11.5 0v1a1.25 1.25 0 1 0 2.5 0v-1a3.25 3.25 0 0 1 6.5 0v7.75H18v-7.75a5.75 5.75 0 0 0-11.5 0v1a1.25 1.25 0 1 0 2.5 0zm13.054 20.003c-9.48-4.866-14.726-.355-14.964-.15l-.002.001c-.51.458-1.3.418-1.76-.09a1.24 1.24 0 0 1 .08-1.75c.27-.25 6.689-5.941 17.806-.23c9.928 5.105 17.586.757 17.906.568c.59-.349 1.36-.15 1.71.438c.349.587.16 1.353-.44 1.701c-.23.14-3.9 2.259-9.438 2.259c-3.837-.103-7.472-.983-10.898-2.747M7.09 39.603c.238-.205 5.485-4.716 14.964.15c3.426 1.764 7.06 2.644 10.898 2.747c5.538 0 9.207-2.12 9.437-2.259c.6-.348.79-1.114.44-1.702a1.256 1.256 0 0 0-1.71-.437c-.32.189-7.977 4.537-17.905-.567c-11.117-5.712-17.535-.02-17.805.228a1.24 1.24 0 0 0-.08 1.752c.46.507 1.25.547 1.76.09z"/></svg>

React

import type { SVGProps } from "react";

export function FluentSwimmingPool48Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M9 10.75a3.25 3.25 0 0 1 6.5 0v13.402c.8.075 1.634.204 2.5.397V21h15.5v8.058a17 17 0 0 0 2.5-.264V10.75a5.75 5.75 0 0 0-11.5 0v1a1.25 1.25 0 1 0 2.5 0v-1a3.25 3.25 0 0 1 6.5 0v7.75H18v-7.75a5.75 5.75 0 0 0-11.5 0v1a1.25 1.25 0 1 0 2.5 0zm13.054 20.003c-9.48-4.866-14.726-.355-14.964-.15l-.002.001c-.51.458-1.3.418-1.76-.09a1.24 1.24 0 0 1 .08-1.75c.27-.25 6.689-5.941 17.806-.23c9.928 5.105 17.586.757 17.906.568c.59-.349 1.36-.15 1.71.438c.349.587.16 1.353-.44 1.701c-.23.14-3.9 2.259-9.438 2.259c-3.837-.103-7.472-.983-10.898-2.747M7.09 39.603c.238-.205 5.485-4.716 14.964.15c3.426 1.764 7.06 2.644 10.898 2.747c5.538 0 9.207-2.12 9.437-2.259c.6-.348.79-1.114.44-1.702a1.256 1.256 0 0 0-1.71-.437c-.32.189-7.977 4.537-17.905-.567c-11.117-5.712-17.535-.02-17.805.228a1.24 1.24 0 0 0-.08 1.752c.46.507 1.25.547 1.76.09z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M9 10.75a3.25 3.25 0 0 1 6.5 0v13.402c.8.075 1.634.204 2.5.397V21h15.5v8.058a17 17 0 0 0 2.5-.264V10.75a5.75 5.75 0 0 0-11.5 0v1a1.25 1.25 0 1 0 2.5 0v-1a3.25 3.25 0 0 1 6.5 0v7.75H18v-7.75a5.75 5.75 0 0 0-11.5 0v1a1.25 1.25 0 1 0 2.5 0zm13.054 20.003c-9.48-4.866-14.726-.355-14.964-.15l-.002.001c-.51.458-1.3.418-1.76-.09a1.24 1.24 0 0 1 .08-1.75c.27-.25 6.689-5.941 17.806-.23c9.928 5.105 17.586.757 17.906.568c.59-.349 1.36-.15 1.71.438c.349.587.16 1.353-.44 1.701c-.23.14-3.9 2.259-9.438 2.259c-3.837-.103-7.472-.983-10.898-2.747M7.09 39.603c.238-.205 5.485-4.716 14.964.15c3.426 1.764 7.06 2.644 10.898 2.747c5.538 0 9.207-2.12 9.437-2.259c.6-.348.79-1.114.44-1.702a1.256 1.256 0 0 0-1.71-.437c-.32.189-7.977 4.537-17.905-.567c-11.117-5.712-17.535-.02-17.805.228a1.24 1.24 0 0 0-.08 1.752c.46.507 1.25.547 1.76.09z"/></svg>
</template>

CSS

.icon-swimming-pool-48-regular {
  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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9%2010.75a3.25%203.25%200%200%201%206.5%200v13.402c.8.075%201.634.204%202.5.397V21h15.5v8.058a17%2017%200%200%200%202.5-.264V10.75a5.75%205.75%200%200%200-11.5%200v1a1.25%201.25%200%201%200%202.5%200v-1a3.25%203.25%200%200%201%206.5%200v7.75H18v-7.75a5.75%205.75%200%200%200-11.5%200v1a1.25%201.25%200%201%200%202.5%200zm13.054%2020.003c-9.48-4.866-14.726-.355-14.964-.15l-.002.001c-.51.458-1.3.418-1.76-.09a1.24%201.24%200%200%201%20.08-1.75c.27-.25%206.689-5.941%2017.806-.23c9.928%205.105%2017.586.757%2017.906.568c.59-.349%201.36-.15%201.71.438c.349.587.16%201.353-.44%201.701c-.23.14-3.9%202.259-9.438%202.259c-3.837-.103-7.472-.983-10.898-2.747M7.09%2039.603c.238-.205%205.485-4.716%2014.964.15c3.426%201.764%207.06%202.644%2010.898%202.747c5.538%200%209.207-2.12%209.437-2.259c.6-.348.79-1.114.44-1.702a1.256%201.256%200%200%200-1.71-.437c-.32.189-7.977%204.537-17.905-.567c-11.117-5.712-17.535-.02-17.805.228a1.24%201.24%200%200%200-.08%201.752c.46.507%201.25.547%201.76.09z%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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9%2010.75a3.25%203.25%200%200%201%206.5%200v13.402c.8.075%201.634.204%202.5.397V21h15.5v8.058a17%2017%200%200%200%202.5-.264V10.75a5.75%205.75%200%200%200-11.5%200v1a1.25%201.25%200%201%200%202.5%200v-1a3.25%203.25%200%200%201%206.5%200v7.75H18v-7.75a5.75%205.75%200%200%200-11.5%200v1a1.25%201.25%200%201%200%202.5%200zm13.054%2020.003c-9.48-4.866-14.726-.355-14.964-.15l-.002.001c-.51.458-1.3.418-1.76-.09a1.24%201.24%200%200%201%20.08-1.75c.27-.25%206.689-5.941%2017.806-.23c9.928%205.105%2017.586.757%2017.906.568c.59-.349%201.36-.15%201.71.438c.349.587.16%201.353-.44%201.701c-.23.14-3.9%202.259-9.438%202.259c-3.837-.103-7.472-.983-10.898-2.747M7.09%2039.603c.238-.205%205.485-4.716%2014.964.15c3.426%201.764%207.06%202.644%2010.898%202.747c5.538%200%209.207-2.12%209.437-2.259c.6-.348.79-1.114.44-1.702a1.256%201.256%200%200%200-1.71-.437c-.32.189-7.977%204.537-17.905-.567c-11.117-5.712-17.535-.02-17.805.228a1.24%201.24%200%200%200-.08%201.752c.46.507%201.25.547%201.76.09z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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