swimming pool icon
swimming-pool-24-filled from Fluent UI System Icons by Microsoft Corporation · 24 Filled · MIT Free for personal and commercial use.
- Name
- swimming-pool-24-filled
- Set
- Fluent UI System Icons
- Style
- 24 Filled
- Viewbox
- 24×24
- 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 24 24"><path fill="currentColor" d="M6 6a1 1 0 0 1 2 0v6.026c.632.06 1.3.192 2 .415V11h6v3.485a6.3 6.3 0 0 0 2-.355V6a3 3 0 0 0-6 0a1 1 0 1 0 2 0a1 1 0 1 1 2 0v3h-6V6a3 3 0 0 0-6 0a1 1 0 0 0 2 0m.592 9.025c-1.024.126-1.7.547-1.986.766a1 1 0 0 1-1.212-1.592c.492-.374 1.493-.979 2.953-1.16c1.475-.181 3.336.08 5.513 1.317c3.788 2.154 6.836.653 7.63.183a1 1 0 0 1 1.02 1.72c-1.077.638-4.949 2.502-9.639-.164c-1.836-1.044-3.268-1.195-4.279-1.07M4.606 19.79c.287-.219.962-.64 1.986-.766c1.01-.125 2.443.026 4.28 1.07c4.69 2.666 8.56.802 9.638.165a1 1 0 1 0-1.02-1.721c-.794.47-3.842 1.971-7.63-.183c-2.177-1.237-4.038-1.498-5.513-1.316c-1.46.18-2.46.785-2.953 1.16a1 1 0 0 0 1.212 1.59"/></svg>
React
import type { SVGProps } from "react";
export function FluentSwimmingPool24Filled(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 6a1 1 0 0 1 2 0v6.026c.632.06 1.3.192 2 .415V11h6v3.485a6.3 6.3 0 0 0 2-.355V6a3 3 0 0 0-6 0a1 1 0 1 0 2 0a1 1 0 1 1 2 0v3h-6V6a3 3 0 0 0-6 0a1 1 0 0 0 2 0m.592 9.025c-1.024.126-1.7.547-1.986.766a1 1 0 0 1-1.212-1.592c.492-.374 1.493-.979 2.953-1.16c1.475-.181 3.336.08 5.513 1.317c3.788 2.154 6.836.653 7.63.183a1 1 0 0 1 1.02 1.72c-1.077.638-4.949 2.502-9.639-.164c-1.836-1.044-3.268-1.195-4.279-1.07M4.606 19.79c.287-.219.962-.64 1.986-.766c1.01-.125 2.443.026 4.28 1.07c4.69 2.666 8.56.802 9.638.165a1 1 0 1 0-1.02-1.721c-.794.47-3.842 1.971-7.63-.183c-2.177-1.237-4.038-1.498-5.513-1.316c-1.46.18-2.46.785-2.953 1.16a1 1 0 0 0 1.212 1.59"/></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 6a1 1 0 0 1 2 0v6.026c.632.06 1.3.192 2 .415V11h6v3.485a6.3 6.3 0 0 0 2-.355V6a3 3 0 0 0-6 0a1 1 0 1 0 2 0a1 1 0 1 1 2 0v3h-6V6a3 3 0 0 0-6 0a1 1 0 0 0 2 0m.592 9.025c-1.024.126-1.7.547-1.986.766a1 1 0 0 1-1.212-1.592c.492-.374 1.493-.979 2.953-1.16c1.475-.181 3.336.08 5.513 1.317c3.788 2.154 6.836.653 7.63.183a1 1 0 0 1 1.02 1.72c-1.077.638-4.949 2.502-9.639-.164c-1.836-1.044-3.268-1.195-4.279-1.07M4.606 19.79c.287-.219.962-.64 1.986-.766c1.01-.125 2.443.026 4.28 1.07c4.69 2.666 8.56.802 9.638.165a1 1 0 1 0-1.02-1.721c-.794.47-3.842 1.971-7.63-.183c-2.177-1.237-4.038-1.498-5.513-1.316c-1.46.18-2.46.785-2.953 1.16a1 1 0 0 0 1.212 1.59"/></svg> </template>
CSS
.icon-swimming-pool-24-filled {
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%206a1%201%200%200%201%202%200v6.026c.632.06%201.3.192%202%20.415V11h6v3.485a6.3%206.3%200%200%200%202-.355V6a3%203%200%200%200-6%200a1%201%200%201%200%202%200a1%201%200%201%201%202%200v3h-6V6a3%203%200%200%200-6%200a1%201%200%200%200%202%200m.592%209.025c-1.024.126-1.7.547-1.986.766a1%201%200%200%201-1.212-1.592c.492-.374%201.493-.979%202.953-1.16c1.475-.181%203.336.08%205.513%201.317c3.788%202.154%206.836.653%207.63.183a1%201%200%200%201%201.02%201.72c-1.077.638-4.949%202.502-9.639-.164c-1.836-1.044-3.268-1.195-4.279-1.07M4.606%2019.79c.287-.219.962-.64%201.986-.766c1.01-.125%202.443.026%204.28%201.07c4.69%202.666%208.56.802%209.638.165a1%201%200%201%200-1.02-1.721c-.794.47-3.842%201.971-7.63-.183c-2.177-1.237-4.038-1.498-5.513-1.316c-1.46.18-2.46.785-2.953%201.16a1%201%200%200%200%201.212%201.59%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%206a1%201%200%200%201%202%200v6.026c.632.06%201.3.192%202%20.415V11h6v3.485a6.3%206.3%200%200%200%202-.355V6a3%203%200%200%200-6%200a1%201%200%201%200%202%200a1%201%200%201%201%202%200v3h-6V6a3%203%200%200%200-6%200a1%201%200%200%200%202%200m.592%209.025c-1.024.126-1.7.547-1.986.766a1%201%200%200%201-1.212-1.592c.492-.374%201.493-.979%202.953-1.16c1.475-.181%203.336.08%205.513%201.317c3.788%202.154%206.836.653%207.63.183a1%201%200%200%201%201.02%201.72c-1.077.638-4.949%202.502-9.639-.164c-1.836-1.044-3.268-1.195-4.279-1.07M4.606%2019.79c.287-.219.962-.64%201.986-.766c1.01-.125%202.443.026%204.28%201.07c4.69%202.666%208.56.802%209.638.165a1%201%200%201%200-1.02-1.721c-.794.47-3.842%201.971-7.63-.183c-2.177-1.237-4.038-1.498-5.513-1.316c-1.46.18-2.46.785-2.953%201.16a1%201%200%200%200%201.212%201.59%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/swimming-pool-24-filled.svg?color=%231a73e8&size=48