water lux icon
water-lux-rounded from Material Symbols Light by Google · Rounded · Social · Apache-2.0 Free for personal and commercial use.
- Name
- water-lux-rounded
- Set
- Material Symbols Light
- Style
- Rounded
- Category
- Social
- Viewbox
- 24×24
- License
- Apache 2.0
3 other variants in Material Symbols Light
The same icon in other sets
More social icons from Material Symbols Light
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="M8.68 20.5q-1.263 0-1.798-.5t-1.532-.5q-.427 0-.8.135q-.373.134-1.344.692q-.25.14-.488-.003t-.237-.43q0-.14.07-.253t.186-.18q1.18-.65 1.595-.805T5.35 18.5q1.252 0 1.778.5t1.541.5q1.027 0 1.547-.5T12 18.5q1.252 0 1.78.5t1.54.5q1.026 0 1.546-.5t1.784-.5q.604 0 1.012.156t1.602.806q.115.067.185.18t.07.252q0 .287-.24.43t-.49.003q-.952-.539-1.332-.683t-.807-.144q-.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.5m0-4q-1.264 0-1.8-.5t-1.531-.5q-.427 0-.794.132t-1.339.69q-.25.14-.49-.004q-.24-.143-.24-.43q0-.14.07-.253t.185-.18q1.181-.65 1.593-.802T5.35 14.5q1.252 0 1.778.5t1.541.5q1.027 0 1.547-.5T12 14.5q1.252 0 1.78.5t1.54.5q1.026 0 1.546-.5t1.784-.5q.604 0 1.006.153t1.596.803q.115.067.186.18t.07.253q0 .286-.24.43q-.241.143-.491.002q-.952-.538-1.326-.68q-.374-.141-.801-.141q-.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.5m.773-9.358q-1.11-.896-1.4-2.32q-.067-.322.155-.572T8.777 4h6.446q.327 0 .556.25t.167.571q-.29 1.425-1.4 2.321T12 8.038t-2.546-.896M6.26 4.857Q6.117 5 5.904 5H4.192q-.213 0-.357-.143T3.692 4.5t.143-.357T4.193 4h1.712q.213 0 .357.143t.143.357t-.143.357M7.564 8.04q.165.147.155.357t-.155.357l-1.22 1.219q-.14.14-.341.14t-.347-.14q-.165-.146-.156-.357q.01-.21.156-.356l1.219-1.22q.14-.14.341-.14t.348.14m4.793 1.584q.143.143.143.357v1.711q0 .214-.143.357t-.357.143t-.357-.143t-.143-.357V9.981q0-.214.143-.357T12 9.481t.357.143m4.099-1.54q.14-.14.335-.15q.194-.009.334.131l1.258 1.22q.165.146.168.344t-.162.363t-.357.166t-.357-.166l-1.239-1.238q-.14-.146-.133-.335q.007-.188.153-.335m3.709-3.227Q20.02 5 19.808 5h-1.712q-.213 0-.356-.143t-.144-.357t.144-.357t.356-.143h1.712q.213 0 .357.143t.143.357t-.143.357"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightWaterLuxRounded(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="M8.68 20.5q-1.263 0-1.798-.5t-1.532-.5q-.427 0-.8.135q-.373.134-1.344.692q-.25.14-.488-.003t-.237-.43q0-.14.07-.253t.186-.18q1.18-.65 1.595-.805T5.35 18.5q1.252 0 1.778.5t1.541.5q1.027 0 1.547-.5T12 18.5q1.252 0 1.78.5t1.54.5q1.026 0 1.546-.5t1.784-.5q.604 0 1.012.156t1.602.806q.115.067.185.18t.07.252q0 .287-.24.43t-.49.003q-.952-.539-1.332-.683t-.807-.144q-.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.5m0-4q-1.264 0-1.8-.5t-1.531-.5q-.427 0-.794.132t-1.339.69q-.25.14-.49-.004q-.24-.143-.24-.43q0-.14.07-.253t.185-.18q1.181-.65 1.593-.802T5.35 14.5q1.252 0 1.778.5t1.541.5q1.027 0 1.547-.5T12 14.5q1.252 0 1.78.5t1.54.5q1.026 0 1.546-.5t1.784-.5q.604 0 1.006.153t1.596.803q.115.067.186.18t.07.253q0 .286-.24.43q-.241.143-.491.002q-.952-.538-1.326-.68q-.374-.141-.801-.141q-.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.5m.773-9.358q-1.11-.896-1.4-2.32q-.067-.322.155-.572T8.777 4h6.446q.327 0 .556.25t.167.571q-.29 1.425-1.4 2.321T12 8.038t-2.546-.896M6.26 4.857Q6.117 5 5.904 5H4.192q-.213 0-.357-.143T3.692 4.5t.143-.357T4.193 4h1.712q.213 0 .357.143t.143.357t-.143.357M7.564 8.04q.165.147.155.357t-.155.357l-1.22 1.219q-.14.14-.341.14t-.347-.14q-.165-.146-.156-.357q.01-.21.156-.356l1.219-1.22q.14-.14.341-.14t.348.14m4.793 1.584q.143.143.143.357v1.711q0 .214-.143.357t-.357.143t-.357-.143t-.143-.357V9.981q0-.214.143-.357T12 9.481t.357.143m4.099-1.54q.14-.14.335-.15q.194-.009.334.131l1.258 1.22q.165.146.168.344t-.162.363t-.357.166t-.357-.166l-1.239-1.238q-.14-.146-.133-.335q.007-.188.153-.335m3.709-3.227Q20.02 5 19.808 5h-1.712q-.213 0-.356-.143t-.144-.357t.144-.357t.356-.143h1.712q.213 0 .357.143t.143.357t-.143.357"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.68 20.5q-1.263 0-1.798-.5t-1.532-.5q-.427 0-.8.135q-.373.134-1.344.692q-.25.14-.488-.003t-.237-.43q0-.14.07-.253t.186-.18q1.18-.65 1.595-.805T5.35 18.5q1.252 0 1.778.5t1.541.5q1.027 0 1.547-.5T12 18.5q1.252 0 1.78.5t1.54.5q1.026 0 1.546-.5t1.784-.5q.604 0 1.012.156t1.602.806q.115.067.185.18t.07.252q0 .287-.24.43t-.49.003q-.952-.539-1.332-.683t-.807-.144q-.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.5m0-4q-1.264 0-1.8-.5t-1.531-.5q-.427 0-.794.132t-1.339.69q-.25.14-.49-.004q-.24-.143-.24-.43q0-.14.07-.253t.185-.18q1.181-.65 1.593-.802T5.35 14.5q1.252 0 1.778.5t1.541.5q1.027 0 1.547-.5T12 14.5q1.252 0 1.78.5t1.54.5q1.026 0 1.546-.5t1.784-.5q.604 0 1.006.153t1.596.803q.115.067.186.18t.07.253q0 .286-.24.43q-.241.143-.491.002q-.952-.538-1.326-.68q-.374-.141-.801-.141q-.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.5m.773-9.358q-1.11-.896-1.4-2.32q-.067-.322.155-.572T8.777 4h6.446q.327 0 .556.25t.167.571q-.29 1.425-1.4 2.321T12 8.038t-2.546-.896M6.26 4.857Q6.117 5 5.904 5H4.192q-.213 0-.357-.143T3.692 4.5t.143-.357T4.193 4h1.712q.213 0 .357.143t.143.357t-.143.357M7.564 8.04q.165.147.155.357t-.155.357l-1.22 1.219q-.14.14-.341.14t-.347-.14q-.165-.146-.156-.357q.01-.21.156-.356l1.219-1.22q.14-.14.341-.14t.348.14m4.793 1.584q.143.143.143.357v1.711q0 .214-.143.357t-.357.143t-.357-.143t-.143-.357V9.981q0-.214.143-.357T12 9.481t.357.143m4.099-1.54q.14-.14.335-.15q.194-.009.334.131l1.258 1.22q.165.146.168.344t-.162.363t-.357.166t-.357-.166l-1.239-1.238q-.14-.146-.133-.335q.007-.188.153-.335m3.709-3.227Q20.02 5 19.808 5h-1.712q-.213 0-.356-.143t-.144-.357t.144-.357t.356-.143h1.712q.213 0 .357.143t.143.357t-.143.357"/></svg> </template>
CSS
.icon-water-lux-rounded {
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%22M8.68%2020.5q-1.263%200-1.798-.5t-1.532-.5q-.427%200-.8.135q-.373.134-1.344.692q-.25.14-.488-.003t-.237-.43q0-.14.07-.253t.186-.18q1.18-.65%201.595-.805T5.35%2018.5q1.252%200%201.778.5t1.541.5q1.027%200%201.547-.5T12%2018.5q1.252%200%201.78.5t1.54.5q1.026%200%201.546-.5t1.784-.5q.604%200%201.012.156t1.602.806q.115.067.185.18t.07.252q0%20.287-.24.43t-.49.003q-.952-.539-1.332-.683t-.807-.144q-.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.5m0-4q-1.264%200-1.8-.5t-1.531-.5q-.427%200-.794.132t-1.339.69q-.25.14-.49-.004q-.24-.143-.24-.43q0-.14.07-.253t.185-.18q1.181-.65%201.593-.802T5.35%2014.5q1.252%200%201.778.5t1.541.5q1.027%200%201.547-.5T12%2014.5q1.252%200%201.78.5t1.54.5q1.026%200%201.546-.5t1.784-.5q.604%200%201.006.153t1.596.803q.115.067.186.18t.07.253q0%20.286-.24.43q-.241.143-.491.002q-.952-.538-1.326-.68q-.374-.141-.801-.141q-.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.5m.773-9.358q-1.11-.896-1.4-2.32q-.067-.322.155-.572T8.777%204h6.446q.327%200%20.556.25t.167.571q-.29%201.425-1.4%202.321T12%208.038t-2.546-.896M6.26%204.857Q6.117%205%205.904%205H4.192q-.213%200-.357-.143T3.692%204.5t.143-.357T4.193%204h1.712q.213%200%20.357.143t.143.357t-.143.357M7.564%208.04q.165.147.155.357t-.155.357l-1.22%201.219q-.14.14-.341.14t-.347-.14q-.165-.146-.156-.357q.01-.21.156-.356l1.219-1.22q.14-.14.341-.14t.348.14m4.793%201.584q.143.143.143.357v1.711q0%20.214-.143.357t-.357.143t-.357-.143t-.143-.357V9.981q0-.214.143-.357T12%209.481t.357.143m4.099-1.54q.14-.14.335-.15q.194-.009.334.131l1.258%201.22q.165.146.168.344t-.162.363t-.357.166t-.357-.166l-1.239-1.238q-.14-.146-.133-.335q.007-.188.153-.335m3.709-3.227Q20.02%205%2019.808%205h-1.712q-.213%200-.356-.143t-.144-.357t.144-.357t.356-.143h1.712q.213%200%20.357.143t.143.357t-.143.357%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%22M8.68%2020.5q-1.263%200-1.798-.5t-1.532-.5q-.427%200-.8.135q-.373.134-1.344.692q-.25.14-.488-.003t-.237-.43q0-.14.07-.253t.186-.18q1.18-.65%201.595-.805T5.35%2018.5q1.252%200%201.778.5t1.541.5q1.027%200%201.547-.5T12%2018.5q1.252%200%201.78.5t1.54.5q1.026%200%201.546-.5t1.784-.5q.604%200%201.012.156t1.602.806q.115.067.185.18t.07.252q0%20.287-.24.43t-.49.003q-.952-.539-1.332-.683t-.807-.144q-.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.5m0-4q-1.264%200-1.8-.5t-1.531-.5q-.427%200-.794.132t-1.339.69q-.25.14-.49-.004q-.24-.143-.24-.43q0-.14.07-.253t.185-.18q1.181-.65%201.593-.802T5.35%2014.5q1.252%200%201.778.5t1.541.5q1.027%200%201.547-.5T12%2014.5q1.252%200%201.78.5t1.54.5q1.026%200%201.546-.5t1.784-.5q.604%200%201.006.153t1.596.803q.115.067.186.18t.07.253q0%20.286-.24.43q-.241.143-.491.002q-.952-.538-1.326-.68q-.374-.141-.801-.141q-.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.5m.773-9.358q-1.11-.896-1.4-2.32q-.067-.322.155-.572T8.777%204h6.446q.327%200%20.556.25t.167.571q-.29%201.425-1.4%202.321T12%208.038t-2.546-.896M6.26%204.857Q6.117%205%205.904%205H4.192q-.213%200-.357-.143T3.692%204.5t.143-.357T4.193%204h1.712q.213%200%20.357.143t.143.357t-.143.357M7.564%208.04q.165.147.155.357t-.155.357l-1.22%201.219q-.14.14-.341.14t-.347-.14q-.165-.146-.156-.357q.01-.21.156-.356l1.219-1.22q.14-.14.341-.14t.348.14m4.793%201.584q.143.143.143.357v1.711q0%20.214-.143.357t-.357.143t-.357-.143t-.143-.357V9.981q0-.214.143-.357T12%209.481t.357.143m4.099-1.54q.14-.14.335-.15q.194-.009.334.131l1.258%201.22q.165.146.168.344t-.162.363t-.357.166t-.357-.166l-1.239-1.238q-.14-.146-.133-.335q.007-.188.153-.335m3.709-3.227Q20.02%205%2019.808%205h-1.712q-.213%200-.356-.143t-.144-.357t.144-.357t.356-.143h1.712q.213%200%20.357.143t.143.357t-.143.357%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-lux-rounded.svg?color=%231a73e8&size=48