water from Material Symbols Light by Google · Regular · Activities · Apache-2.0 Free for personal and commercial use.

Name
water
Set
Material Symbols Light
Style
Regular
Category
Activities
Viewbox
24×24
License
Apache 2.0
Aliases
water-outline, water-outline-sharp, water-sharp

1 other variant in Material Symbols Light

The same icon in other sets

More activities icons from Material Symbols Light

Use the water icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2.5 17.23v-1.038q.777-.096 1.21-.51q.434-.413 1.64-.413q1.264 0 1.784.5t1.535.5q1.027 0 1.547-.5t1.784-.5q1.252 0 1.784.5t1.547.5q1.027 0 1.541-.5q.515-.5 1.778-.5q1.206 0 1.64.414q.433.413 1.21.51v1.038q-.906-.116-1.438-.539t-1.412-.423q-.996 0-1.526.5t-1.793.5q-1.252 0-1.784-.5T12 16.27q-1.027 0-1.547.5t-1.784.5t-1.787-.5t-1.532-.5q-.912 0-1.403.423q-.491.424-1.447.539m0-3.77v-1.038q.777-.096 1.21-.51q.434-.413 1.64-.413q1.252 0 1.778.5t1.541.5q1.027 0 1.547-.5T12 11.5q1.252 0 1.78.5t1.54.5q1.026 0 1.546-.5t1.784-.5q1.194 0 1.64.414q.445.413 1.21.509v1.038q-.917-.115-1.443-.538T18.65 12.5q-.996 0-1.526.5t-1.793.5q-1.252 0-1.784-.5q-.531-.5-1.547-.5q-1.027 0-1.541.5q-.515.5-1.778.5t-1.8-.5t-1.531-.5q-.9 0-1.403.423t-1.447.539m0-3.77V8.654q.777-.096 1.21-.51q.434-.413 1.64-.413q1.252 0 1.778.5t1.541.5q1.027 0 1.547-.5T12 7.73q1.252 0 1.78.5t1.54.5q1.026 0 1.546-.5t1.784-.5q1.194 0 1.64.413q.445.414 1.21.51v1.038q-.917-.115-1.443-.538T18.65 8.73q-.996 0-1.526.5t-1.793.5q-1.252 0-1.784-.5q-.531-.5-1.547-.5q-1.027 0-1.541.5q-.515.5-1.778.5t-1.8-.5t-1.531-.5q-.9 0-1.422.423T2.5 9.692"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightWater(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="M2.5 17.23v-1.038q.777-.096 1.21-.51q.434-.413 1.64-.413q1.264 0 1.784.5t1.535.5q1.027 0 1.547-.5t1.784-.5q1.252 0 1.784.5t1.547.5q1.027 0 1.541-.5q.515-.5 1.778-.5q1.206 0 1.64.414q.433.413 1.21.51v1.038q-.906-.116-1.438-.539t-1.412-.423q-.996 0-1.526.5t-1.793.5q-1.252 0-1.784-.5T12 16.27q-1.027 0-1.547.5t-1.784.5t-1.787-.5t-1.532-.5q-.912 0-1.403.423q-.491.424-1.447.539m0-3.77v-1.038q.777-.096 1.21-.51q.434-.413 1.64-.413q1.252 0 1.778.5t1.541.5q1.027 0 1.547-.5T12 11.5q1.252 0 1.78.5t1.54.5q1.026 0 1.546-.5t1.784-.5q1.194 0 1.64.414q.445.413 1.21.509v1.038q-.917-.115-1.443-.538T18.65 12.5q-.996 0-1.526.5t-1.793.5q-1.252 0-1.784-.5q-.531-.5-1.547-.5q-1.027 0-1.541.5q-.515.5-1.778.5t-1.8-.5t-1.531-.5q-.9 0-1.403.423t-1.447.539m0-3.77V8.654q.777-.096 1.21-.51q.434-.413 1.64-.413q1.252 0 1.778.5t1.541.5q1.027 0 1.547-.5T12 7.73q1.252 0 1.78.5t1.54.5q1.026 0 1.546-.5t1.784-.5q1.194 0 1.64.413q.445.414 1.21.51v1.038q-.917-.115-1.443-.538T18.65 8.73q-.996 0-1.526.5t-1.793.5q-1.252 0-1.784-.5q-.531-.5-1.547-.5q-1.027 0-1.541.5q-.515.5-1.778.5t-1.8-.5t-1.531-.5q-.9 0-1.422.423T2.5 9.692"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2.5 17.23v-1.038q.777-.096 1.21-.51q.434-.413 1.64-.413q1.264 0 1.784.5t1.535.5q1.027 0 1.547-.5t1.784-.5q1.252 0 1.784.5t1.547.5q1.027 0 1.541-.5q.515-.5 1.778-.5q1.206 0 1.64.414q.433.413 1.21.51v1.038q-.906-.116-1.438-.539t-1.412-.423q-.996 0-1.526.5t-1.793.5q-1.252 0-1.784-.5T12 16.27q-1.027 0-1.547.5t-1.784.5t-1.787-.5t-1.532-.5q-.912 0-1.403.423q-.491.424-1.447.539m0-3.77v-1.038q.777-.096 1.21-.51q.434-.413 1.64-.413q1.252 0 1.778.5t1.541.5q1.027 0 1.547-.5T12 11.5q1.252 0 1.78.5t1.54.5q1.026 0 1.546-.5t1.784-.5q1.194 0 1.64.414q.445.413 1.21.509v1.038q-.917-.115-1.443-.538T18.65 12.5q-.996 0-1.526.5t-1.793.5q-1.252 0-1.784-.5q-.531-.5-1.547-.5q-1.027 0-1.541.5q-.515.5-1.778.5t-1.8-.5t-1.531-.5q-.9 0-1.403.423t-1.447.539m0-3.77V8.654q.777-.096 1.21-.51q.434-.413 1.64-.413q1.252 0 1.778.5t1.541.5q1.027 0 1.547-.5T12 7.73q1.252 0 1.78.5t1.54.5q1.026 0 1.546-.5t1.784-.5q1.194 0 1.64.413q.445.414 1.21.51v1.038q-.917-.115-1.443-.538T18.65 8.73q-.996 0-1.526.5t-1.793.5q-1.252 0-1.784-.5q-.531-.5-1.547-.5q-1.027 0-1.541.5q-.515.5-1.778.5t-1.8-.5t-1.531-.5q-.9 0-1.422.423T2.5 9.692"/></svg>
</template>

CSS

.icon-water {
  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%22M2.5%2017.23v-1.038q.777-.096%201.21-.51q.434-.413%201.64-.413q1.264%200%201.784.5t1.535.5q1.027%200%201.547-.5t1.784-.5q1.252%200%201.784.5t1.547.5q1.027%200%201.541-.5q.515-.5%201.778-.5q1.206%200%201.64.414q.433.413%201.21.51v1.038q-.906-.116-1.438-.539t-1.412-.423q-.996%200-1.526.5t-1.793.5q-1.252%200-1.784-.5T12%2016.27q-1.027%200-1.547.5t-1.784.5t-1.787-.5t-1.532-.5q-.912%200-1.403.423q-.491.424-1.447.539m0-3.77v-1.038q.777-.096%201.21-.51q.434-.413%201.64-.413q1.252%200%201.778.5t1.541.5q1.027%200%201.547-.5T12%2011.5q1.252%200%201.78.5t1.54.5q1.026%200%201.546-.5t1.784-.5q1.194%200%201.64.414q.445.413%201.21.509v1.038q-.917-.115-1.443-.538T18.65%2012.5q-.996%200-1.526.5t-1.793.5q-1.252%200-1.784-.5q-.531-.5-1.547-.5q-1.027%200-1.541.5q-.515.5-1.778.5t-1.8-.5t-1.531-.5q-.9%200-1.403.423t-1.447.539m0-3.77V8.654q.777-.096%201.21-.51q.434-.413%201.64-.413q1.252%200%201.778.5t1.541.5q1.027%200%201.547-.5T12%207.73q1.252%200%201.78.5t1.54.5q1.026%200%201.546-.5t1.784-.5q1.194%200%201.64.413q.445.414%201.21.51v1.038q-.917-.115-1.443-.538T18.65%208.73q-.996%200-1.526.5t-1.793.5q-1.252%200-1.784-.5q-.531-.5-1.547-.5q-1.027%200-1.541.5q-.515.5-1.778.5t-1.8-.5t-1.531-.5q-.9%200-1.422.423T2.5%209.692%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%22M2.5%2017.23v-1.038q.777-.096%201.21-.51q.434-.413%201.64-.413q1.264%200%201.784.5t1.535.5q1.027%200%201.547-.5t1.784-.5q1.252%200%201.784.5t1.547.5q1.027%200%201.541-.5q.515-.5%201.778-.5q1.206%200%201.64.414q.433.413%201.21.51v1.038q-.906-.116-1.438-.539t-1.412-.423q-.996%200-1.526.5t-1.793.5q-1.252%200-1.784-.5T12%2016.27q-1.027%200-1.547.5t-1.784.5t-1.787-.5t-1.532-.5q-.912%200-1.403.423q-.491.424-1.447.539m0-3.77v-1.038q.777-.096%201.21-.51q.434-.413%201.64-.413q1.252%200%201.778.5t1.541.5q1.027%200%201.547-.5T12%2011.5q1.252%200%201.78.5t1.54.5q1.026%200%201.546-.5t1.784-.5q1.194%200%201.64.414q.445.413%201.21.509v1.038q-.917-.115-1.443-.538T18.65%2012.5q-.996%200-1.526.5t-1.793.5q-1.252%200-1.784-.5q-.531-.5-1.547-.5q-1.027%200-1.541.5q-.515.5-1.778.5t-1.8-.5t-1.531-.5q-.9%200-1.403.423t-1.447.539m0-3.77V8.654q.777-.096%201.21-.51q.434-.413%201.64-.413q1.252%200%201.778.5t1.541.5q1.027%200%201.547-.5T12%207.73q1.252%200%201.78.5t1.54.5q1.026%200%201.546-.5t1.784-.5q1.194%200%201.64.413q.445.414%201.21.51v1.038q-.917-.115-1.443-.538T18.65%208.73q-.996%200-1.526.5t-1.793.5q-1.252%200-1.784-.5q-.531-.5-1.547-.5q-1.027%200-1.541.5q-.515.5-1.778.5t-1.8-.5t-1.531-.5q-.9%200-1.422.423T2.5%209.692%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/water.svg?color=%231a73e8&size=48