water-lux-outline from Material Symbols by Google · Outline · Social · Apache-2.0 Free for personal and commercial use.

Name
water-lux-outline
Set
Material Symbols
Style
Outline
Category
Social
Viewbox
24×24
License
Apache 2.0
Aliases
water-lux-outline-sharp

3 other variants in Material Symbols

The same icon in other sets

More social icons from Material Symbols

Use the water lux icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3 5V3h3v2zm3.125 5.325L4.7 8.925L6.825 6.8L8.25 8.2zm2.338-3.787Q7 5.075 7 3h2q0 1.25.875 2.125T12 6t2.125-.875T15 3h2q0 2.075-1.463 3.538T12 8T8.463 6.537M11 12V9h2v3zm6.875-1.675l-2.1-2.125l1.4-1.4L19.3 8.9zM18 5V3h3v2zM2 21v-2q.95 0 1.413-.5T5.35 18t1.938.5t1.362.5q.95 0 1.413-.5T12 18q1.425 0 1.938.5t1.412.5q.95 0 1.388-.5t1.912-.5t1.938.5T22 19v2q-1.425 0-1.937-.5T18.65 20t-1.362.5t-1.938.5q-1.425 0-1.937-.5T12 20q-.95 0-1.412.5T8.65 21t-1.912-.5T5.35 20t-1.412.5T2 21m0-4v-2q.95 0 1.413-.5T5.35 14q1.425 0 1.913.5t1.387.5q.95 0 1.412-.5T12 14q1.425 0 1.925.5t1.375.5q.95 0 1.412-.5t1.938-.5q1.425 0 1.938.5T22 15v2q-1.475 0-1.963-.5T18.65 16t-1.362.5t-1.938.5q-1.425 0-1.937-.5T12 16q-.95 0-1.388.5T8.7 17t-1.962-.5T5.35 16t-1.412.5T2 17"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsWaterLuxOutline(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="M3 5V3h3v2zm3.125 5.325L4.7 8.925L6.825 6.8L8.25 8.2zm2.338-3.787Q7 5.075 7 3h2q0 1.25.875 2.125T12 6t2.125-.875T15 3h2q0 2.075-1.463 3.538T12 8T8.463 6.537M11 12V9h2v3zm6.875-1.675l-2.1-2.125l1.4-1.4L19.3 8.9zM18 5V3h3v2zM2 21v-2q.95 0 1.413-.5T5.35 18t1.938.5t1.362.5q.95 0 1.413-.5T12 18q1.425 0 1.938.5t1.412.5q.95 0 1.388-.5t1.912-.5t1.938.5T22 19v2q-1.425 0-1.937-.5T18.65 20t-1.362.5t-1.938.5q-1.425 0-1.937-.5T12 20q-.95 0-1.412.5T8.65 21t-1.912-.5T5.35 20t-1.412.5T2 21m0-4v-2q.95 0 1.413-.5T5.35 14q1.425 0 1.913.5t1.387.5q.95 0 1.412-.5T12 14q1.425 0 1.925.5t1.375.5q.95 0 1.412-.5t1.938-.5q1.425 0 1.938.5T22 15v2q-1.475 0-1.963-.5T18.65 16t-1.362.5t-1.938.5q-1.425 0-1.937-.5T12 16q-.95 0-1.388.5T8.7 17t-1.962-.5T5.35 16t-1.412.5T2 17"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3 5V3h3v2zm3.125 5.325L4.7 8.925L6.825 6.8L8.25 8.2zm2.338-3.787Q7 5.075 7 3h2q0 1.25.875 2.125T12 6t2.125-.875T15 3h2q0 2.075-1.463 3.538T12 8T8.463 6.537M11 12V9h2v3zm6.875-1.675l-2.1-2.125l1.4-1.4L19.3 8.9zM18 5V3h3v2zM2 21v-2q.95 0 1.413-.5T5.35 18t1.938.5t1.362.5q.95 0 1.413-.5T12 18q1.425 0 1.938.5t1.412.5q.95 0 1.388-.5t1.912-.5t1.938.5T22 19v2q-1.425 0-1.937-.5T18.65 20t-1.362.5t-1.938.5q-1.425 0-1.937-.5T12 20q-.95 0-1.412.5T8.65 21t-1.912-.5T5.35 20t-1.412.5T2 21m0-4v-2q.95 0 1.413-.5T5.35 14q1.425 0 1.913.5t1.387.5q.95 0 1.412-.5T12 14q1.425 0 1.925.5t1.375.5q.95 0 1.412-.5t1.938-.5q1.425 0 1.938.5T22 15v2q-1.475 0-1.963-.5T18.65 16t-1.362.5t-1.938.5q-1.425 0-1.937-.5T12 16q-.95 0-1.388.5T8.7 17t-1.962-.5T5.35 16t-1.412.5T2 17"/></svg>
</template>

CSS

.icon-water-lux-outline {
  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%22M3%205V3h3v2zm3.125%205.325L4.7%208.925L6.825%206.8L8.25%208.2zm2.338-3.787Q7%205.075%207%203h2q0%201.25.875%202.125T12%206t2.125-.875T15%203h2q0%202.075-1.463%203.538T12%208T8.463%206.537M11%2012V9h2v3zm6.875-1.675l-2.1-2.125l1.4-1.4L19.3%208.9zM18%205V3h3v2zM2%2021v-2q.95%200%201.413-.5T5.35%2018t1.938.5t1.362.5q.95%200%201.413-.5T12%2018q1.425%200%201.938.5t1.412.5q.95%200%201.388-.5t1.912-.5t1.938.5T22%2019v2q-1.425%200-1.937-.5T18.65%2020t-1.362.5t-1.938.5q-1.425%200-1.937-.5T12%2020q-.95%200-1.412.5T8.65%2021t-1.912-.5T5.35%2020t-1.412.5T2%2021m0-4v-2q.95%200%201.413-.5T5.35%2014q1.425%200%201.913.5t1.387.5q.95%200%201.412-.5T12%2014q1.425%200%201.925.5t1.375.5q.95%200%201.412-.5t1.938-.5q1.425%200%201.938.5T22%2015v2q-1.475%200-1.963-.5T18.65%2016t-1.362.5t-1.938.5q-1.425%200-1.937-.5T12%2016q-.95%200-1.388.5T8.7%2017t-1.962-.5T5.35%2016t-1.412.5T2%2017%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%22M3%205V3h3v2zm3.125%205.325L4.7%208.925L6.825%206.8L8.25%208.2zm2.338-3.787Q7%205.075%207%203h2q0%201.25.875%202.125T12%206t2.125-.875T15%203h2q0%202.075-1.463%203.538T12%208T8.463%206.537M11%2012V9h2v3zm6.875-1.675l-2.1-2.125l1.4-1.4L19.3%208.9zM18%205V3h3v2zM2%2021v-2q.95%200%201.413-.5T5.35%2018t1.938.5t1.362.5q.95%200%201.413-.5T12%2018q1.425%200%201.938.5t1.412.5q.95%200%201.388-.5t1.912-.5t1.938.5T22%2019v2q-1.425%200-1.937-.5T18.65%2020t-1.362.5t-1.938.5q-1.425%200-1.937-.5T12%2020q-.95%200-1.412.5T8.65%2021t-1.912-.5T5.35%2020t-1.412.5T2%2021m0-4v-2q.95%200%201.413-.5T5.35%2014q1.425%200%201.913.5t1.387.5q.95%200%201.412-.5T12%2014q1.425%200%201.925.5t1.375.5q.95%200%201.412-.5t1.938-.5q1.425%200%201.938.5T22%2015v2q-1.475%200-1.963-.5T18.65%2016t-1.362.5t-1.938.5q-1.425%200-1.937-.5T12%2016q-.95%200-1.388.5T8.7%2017t-1.962-.5T5.35%2016t-1.412.5T2%2017%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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