swimming pool icon
swimming-pool-20-regular from Fluent UI System Icons by Microsoft Corporation · 20 Regular · MIT Free for personal and commercial use.
- Name
- swimming-pool-20-regular
- Set
- Fluent UI System Icons
- Style
- 20 Regular
- Viewbox
- 20×20
- 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 20 20"><path fill="currentColor" d="M5 5a1 1 0 0 1 2 0v5.047q.482.055 1 .19V9h5v3.003c.367.005.702-.032 1-.09V5a2 2 0 1 0-4 0v.5a.5.5 0 0 0 1 0V5a1 1 0 1 1 2 0v3H8V5a2 2 0 1 0-4 0v.5a.5.5 0 0 0 1 0zm8.075 9c-1.11 0-2.419-.268-3.828-1.08c-3.418-1.971-5.317-.148-5.387-.079a.507.507 0 0 1-.71 0a.476.476 0 0 1 0-.693c.106-.106 2.485-2.463 6.607-.1c3.578 2.061 6.337.12 6.447.04a.51.51 0 0 1 .7.11c.16.217.12.524-.11.693c-.09.069-1.54 1.1-3.719 1.1zm-3.828 1.92c1.41.813 2.719 1.08 3.828 1.08v-.01c2.18 0 3.628-1.03 3.718-1.1a.49.49 0 0 0 .11-.693a.51.51 0 0 0-.7-.109c-.11.08-2.868 2.021-6.446-.04c-4.122-2.363-6.5-.006-6.607.1c-.2.187-.2.505 0 .693c.2.198.52.188.71 0c.07-.07 1.969-1.892 5.387.08"/></svg>
React
import type { SVGProps } from "react";
export function FluentSwimmingPool20Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M5 5a1 1 0 0 1 2 0v5.047q.482.055 1 .19V9h5v3.003c.367.005.702-.032 1-.09V5a2 2 0 1 0-4 0v.5a.5.5 0 0 0 1 0V5a1 1 0 1 1 2 0v3H8V5a2 2 0 1 0-4 0v.5a.5.5 0 0 0 1 0zm8.075 9c-1.11 0-2.419-.268-3.828-1.08c-3.418-1.971-5.317-.148-5.387-.079a.507.507 0 0 1-.71 0a.476.476 0 0 1 0-.693c.106-.106 2.485-2.463 6.607-.1c3.578 2.061 6.337.12 6.447.04a.51.51 0 0 1 .7.11c.16.217.12.524-.11.693c-.09.069-1.54 1.1-3.719 1.1zm-3.828 1.92c1.41.813 2.719 1.08 3.828 1.08v-.01c2.18 0 3.628-1.03 3.718-1.1a.49.49 0 0 0 .11-.693a.51.51 0 0 0-.7-.109c-.11.08-2.868 2.021-6.446-.04c-4.122-2.363-6.5-.006-6.607.1c-.2.187-.2.505 0 .693c.2.198.52.188.71 0c.07-.07 1.969-1.892 5.387.08"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M5 5a1 1 0 0 1 2 0v5.047q.482.055 1 .19V9h5v3.003c.367.005.702-.032 1-.09V5a2 2 0 1 0-4 0v.5a.5.5 0 0 0 1 0V5a1 1 0 1 1 2 0v3H8V5a2 2 0 1 0-4 0v.5a.5.5 0 0 0 1 0zm8.075 9c-1.11 0-2.419-.268-3.828-1.08c-3.418-1.971-5.317-.148-5.387-.079a.507.507 0 0 1-.71 0a.476.476 0 0 1 0-.693c.106-.106 2.485-2.463 6.607-.1c3.578 2.061 6.337.12 6.447.04a.51.51 0 0 1 .7.11c.16.217.12.524-.11.693c-.09.069-1.54 1.1-3.719 1.1zm-3.828 1.92c1.41.813 2.719 1.08 3.828 1.08v-.01c2.18 0 3.628-1.03 3.718-1.1a.49.49 0 0 0 .11-.693a.51.51 0 0 0-.7-.109c-.11.08-2.868 2.021-6.446-.04c-4.122-2.363-6.5-.006-6.607.1c-.2.187-.2.505 0 .693c.2.198.52.188.71 0c.07-.07 1.969-1.892 5.387.08"/></svg> </template>
CSS
.icon-swimming-pool-20-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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M5%205a1%201%200%200%201%202%200v5.047q.482.055%201%20.19V9h5v3.003c.367.005.702-.032%201-.09V5a2%202%200%201%200-4%200v.5a.5.5%200%200%200%201%200V5a1%201%200%201%201%202%200v3H8V5a2%202%200%201%200-4%200v.5a.5.5%200%200%200%201%200zm8.075%209c-1.11%200-2.419-.268-3.828-1.08c-3.418-1.971-5.317-.148-5.387-.079a.507.507%200%200%201-.71%200a.476.476%200%200%201%200-.693c.106-.106%202.485-2.463%206.607-.1c3.578%202.061%206.337.12%206.447.04a.51.51%200%200%201%20.7.11c.16.217.12.524-.11.693c-.09.069-1.54%201.1-3.719%201.1zm-3.828%201.92c1.41.813%202.719%201.08%203.828%201.08v-.01c2.18%200%203.628-1.03%203.718-1.1a.49.49%200%200%200%20.11-.693a.51.51%200%200%200-.7-.109c-.11.08-2.868%202.021-6.446-.04c-4.122-2.363-6.5-.006-6.607.1c-.2.187-.2.505%200%20.693c.2.198.52.188.71%200c.07-.07%201.969-1.892%205.387.08%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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M5%205a1%201%200%200%201%202%200v5.047q.482.055%201%20.19V9h5v3.003c.367.005.702-.032%201-.09V5a2%202%200%201%200-4%200v.5a.5.5%200%200%200%201%200V5a1%201%200%201%201%202%200v3H8V5a2%202%200%201%200-4%200v.5a.5.5%200%200%200%201%200zm8.075%209c-1.11%200-2.419-.268-3.828-1.08c-3.418-1.971-5.317-.148-5.387-.079a.507.507%200%200%201-.71%200a.476.476%200%200%201%200-.693c.106-.106%202.485-2.463%206.607-.1c3.578%202.061%206.337.12%206.447.04a.51.51%200%200%201%20.7.11c.16.217.12.524-.11.693c-.09.069-1.54%201.1-3.719%201.1zm-3.828%201.92c1.41.813%202.719%201.08%203.828%201.08v-.01c2.18%200%203.628-1.03%203.718-1.1a.49.49%200%200%200%20.11-.693a.51.51%200%200%200-.7-.109c-.11.08-2.868%202.021-6.446-.04c-4.122-2.363-6.5-.006-6.607.1c-.2.187-.2.505%200%20.693c.2.198.52.188.71%200c.07-.07%201.969-1.892%205.387.08%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/swimming-pool-20-regular.svg?color=%231a73e8&size=48