Pool icon

Pool is a Google Material Symbol from the Travel category. It comes in outlined, rounded and sharp styles, filled or unfilled, at seven weights from 100 to 700. Download it as SVG or PNG, or copy code for HTML, React, Vue, Angular, Flutter and Android — it's free to use under the Apache License 2.0.

Outlined

SVG

Outlined, filled

SVG

Every style, fill and weight

Material Symbols are variable: each icon comes in three styles, with or without fill, at seven weights. Pick a combination to preview it, download it, or copy the code for your platform.

Outlined, unfilled, weight 400

pool_outlined_fill0_wght400.svg

Pool icon in HTML

Load the Material Symbols font from Google Fonts (this link loads just this icon), then use the icon's name as text.

<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,[email protected],100..700,0..1,-50..200&icon_names=pool" />

<span class="material-symbols-outlined">pool</span>

Pool icon in React

// With the font from the HTML tab:
export function PoolIcon() {
  return (
    <span className="material-symbols-outlined">
      pool
    </span>
  );
}

// Or as an SVG component (Vite + vite-plugin-svgr) instead:
//   npm install @material-symbols/svg-400
//   import PoolIcon from "@material-symbols/svg-400/outlined/pool.svg?react";

Pool icon in Vue

<!-- With the font from the HTML tab -->
<template>
  <span class="material-symbols-outlined">pool</span>
</template>

<!-- Or as an SVG component (Vite + vite-svg-loader):
     npm install @material-symbols/svg-400
     import PoolIcon from "@material-symbols/svg-400/outlined/pool.svg?component"; -->

Pool icon in Angular

With Angular Material and the font from the HTML tab:

<mat-icon fontSet="material-symbols-outlined">pool</mat-icon>

Pool icon in Flutter

Uses the community material_symbols_icons package.

flutter pub add material_symbols_icons

import 'package:material_symbols_icons/symbols.dart';

Icon(Symbols.pool, fill: 0, weight: 400)

Pool icon in Android

A vector drawable of the selected style, fill and weight:

<!-- res/drawable/pool.xml -->
<vector xmlns:android="http://schemas.android.com/apk/res/android"
    android:width="24dp"
    android:height="24dp"
    android:viewportWidth="24"
    android:viewportHeight="24"
    android:tint="?attr/colorControlNormal">
        <path android:fillColor="@android:color/white" android:pathData="M2 21v-1.6q.9-.075 1.438-.525t1.687-.45q1.15 0 1.875 .538t1.675 .537q.95 0 1.563-.537T12 18.425q1.15 0 1.875 .538t1.675 .537q.95 0 1.575-.537t1.775-.538q1.15 0 1.675 .45t1.425 .525v1.6q-.875-.075-1.512-.562T18.9 19.95q-.95 0-1.625 .525t-1.725 .525q-1.05 0-1.825-.525t-1.725-.525q-.95 0-1.662 .525T8.575 21q-1.05 0-1.775-.525t-1.675-.525q-.95 0-1.6 .488T2 21Zm0-4.7v-1.5q.9-.075 1.438-.512T5.125 13.85q1.15 0 1.825 .475t1.625 .475q.95 0 1.613-.475t1.812-.475q1.15 0 1.825 .475t1.625 .475q.95 0 1.625-.475t1.825-.475q1.15 0 1.675 .438t1.425 .512v1.5q-.875-.075-1.512-.562T18.9 15.25q-.95 0-1.625 .525t-1.725 .525q-1.05 0-1.825-.525t-1.725-.525q-.95 0-1.612 .525T8.675 16.3q-1.05 0-1.825-.525t-1.725-.525q-.95 0-1.6 .488T2 16.3Zm5.2-5.2 3.375-3.375-1.35-1.35q-.85-.85-1.725-1.137T5.275 4.95v-1.975q1.8 0 2.963 .45t2.262 1.55l6.325 6.325q-.275 .225-.637 .325t-.738 .1q-.95 0-1.637-.525T12 10.675q-1.125 0-1.8 .525t-1.625 .525q-.45 0-.812-.175T7.2 11.1Zm11.188-7.337Q19.075 4.45 19.075 5.45t-.687 1.688Q17.7 7.825 16.7 7.825t-1.687-.687Q14.325 6.45 14.325 5.45t.688-1.687Q15.7 3.075 16.7 3.075t1.688 .688Z" />
</vector>

Pool icon in SVG

npm install @material-symbols/svg-400

import icon from "@material-symbols/svg-400/outlined/pool.svg";

<!-- or load it from a CDN -->
<img src="https://cdn.jsdelivr.net/npm/@material-symbols/[email protected]/outlined/pool.svg" width="24" height="24" alt="Pool">

Pool icon in Power Apps

Paste into an Image control's Image property. The Copy button copies the full formula with this icon's SVG.

"data:image/svg+xml;utf8, " & EncodeUrl("<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'>…</svg>")

Details

NamePool
Ligaturepool
Code pointU+EB48
CategoryTravel
StylesOutlined, Rounded, Sharp — each unfilled or filled
Weights100, 200, 300, 400, 500, 600, 700
Files@material-symbols/svg-400/outlined/pool.svg, pool-fill.svg
FlutterSymbols.pool
LicenseApache License 2.0 (© Google LLC)

Keywords

travelhumanpersonhealthpeoplebodyentertainmentplayactivityleisurewateroutdoorrecreation

Related icons