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

Name
water-do-outline-rounded
Set
Material Symbols Light
Style
Outline 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 do icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7.5 14.962q.31 0 .54-.23t.23-.54t-.23-.539t-.54-.23t-.54.23t-.23.54t.23.539t.54.23m1.5-3q.31 0 .54-.23t.23-.54t-.23-.539t-.54-.23t-.54.23t-.23.54t.23.539t.54.23m0 6q.31 0 .54-.23t.23-.54t-.23-.539t-.54-.23t-.54.23t-.23.54t.23.539t.54.23m1.5-3q.31 0 .54-.23t.23-.54t-.23-.539t-.54-.23t-.54.23t-.23.54t.23.539t.54.23m0-6q.31 0 .54-.23t.23-.54t-.23-.539t-.54-.23t-.54.23t-.23.54t.23.539t.54.23m1.5 3q.31 0 .54-.23t.23-.54t-.23-.539t-.54-.23t-.54.23t-.23.54t.23.539t.54.23m0 6q.31 0 .54-.23t.23-.54t-.23-.539t-.54-.23t-.54.23t-.23.54t.23.539t.54.23m1.5-3q.31 0 .54-.23t.23-.54t-.23-.539t-.54-.23t-.54.23t-.23.54t.23.539t.54.23m0-6q.31 0 .54-.23t.23-.54t-.23-.539t-.54-.23t-.54.23t-.23.54t.23.539t.54.23m1.5 3q.31 0 .54-.23t.23-.54t-.23-.539t-.54-.23t-.54.23t-.23.54t.23.539t.54.23m0 6q.31 0 .54-.23t.23-.54t-.23-.539t-.54-.23t-.54.23t-.23.54t.23.539t.54.23m1.5-3q.31 0 .54-.23t.23-.54t-.23-.539t-.54-.23t-.54.23t-.23.54t.23.539t.54.23m-9.501 3.976Q5 16.875 5 13.803q0-1.36.62-2.74q.619-1.38 1.547-2.648q.93-1.269 2.006-2.392q1.077-1.124 2-1.956q.18-.161.393-.249q.212-.087.434-.087t.434.087t.393.25q.923.83 2 1.955q1.077 1.123 2.006 2.391t1.548 2.649t.619 2.74q0 3.072-2.002 5.135Q14.994 21 11.996 21t-4.998-2.062m9.301-.7Q18 16.475 18 13.8q0-1.825-1.513-4.125T12 4.65Q9.025 7.375 7.513 9.675T6 13.8q0 2.675 1.7 4.438T12 20t4.3-1.763M12 12.155"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightWaterDoOutlineRounded(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="M7.5 14.962q.31 0 .54-.23t.23-.54t-.23-.539t-.54-.23t-.54.23t-.23.54t.23.539t.54.23m1.5-3q.31 0 .54-.23t.23-.54t-.23-.539t-.54-.23t-.54.23t-.23.54t.23.539t.54.23m0 6q.31 0 .54-.23t.23-.54t-.23-.539t-.54-.23t-.54.23t-.23.54t.23.539t.54.23m1.5-3q.31 0 .54-.23t.23-.54t-.23-.539t-.54-.23t-.54.23t-.23.54t.23.539t.54.23m0-6q.31 0 .54-.23t.23-.54t-.23-.539t-.54-.23t-.54.23t-.23.54t.23.539t.54.23m1.5 3q.31 0 .54-.23t.23-.54t-.23-.539t-.54-.23t-.54.23t-.23.54t.23.539t.54.23m0 6q.31 0 .54-.23t.23-.54t-.23-.539t-.54-.23t-.54.23t-.23.54t.23.539t.54.23m1.5-3q.31 0 .54-.23t.23-.54t-.23-.539t-.54-.23t-.54.23t-.23.54t.23.539t.54.23m0-6q.31 0 .54-.23t.23-.54t-.23-.539t-.54-.23t-.54.23t-.23.54t.23.539t.54.23m1.5 3q.31 0 .54-.23t.23-.54t-.23-.539t-.54-.23t-.54.23t-.23.54t.23.539t.54.23m0 6q.31 0 .54-.23t.23-.54t-.23-.539t-.54-.23t-.54.23t-.23.54t.23.539t.54.23m1.5-3q.31 0 .54-.23t.23-.54t-.23-.539t-.54-.23t-.54.23t-.23.54t.23.539t.54.23m-9.501 3.976Q5 16.875 5 13.803q0-1.36.62-2.74q.619-1.38 1.547-2.648q.93-1.269 2.006-2.392q1.077-1.124 2-1.956q.18-.161.393-.249q.212-.087.434-.087t.434.087t.393.25q.923.83 2 1.955q1.077 1.123 2.006 2.391t1.548 2.649t.619 2.74q0 3.072-2.002 5.135Q14.994 21 11.996 21t-4.998-2.062m9.301-.7Q18 16.475 18 13.8q0-1.825-1.513-4.125T12 4.65Q9.025 7.375 7.513 9.675T6 13.8q0 2.675 1.7 4.438T12 20t4.3-1.763M12 12.155"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7.5 14.962q.31 0 .54-.23t.23-.54t-.23-.539t-.54-.23t-.54.23t-.23.54t.23.539t.54.23m1.5-3q.31 0 .54-.23t.23-.54t-.23-.539t-.54-.23t-.54.23t-.23.54t.23.539t.54.23m0 6q.31 0 .54-.23t.23-.54t-.23-.539t-.54-.23t-.54.23t-.23.54t.23.539t.54.23m1.5-3q.31 0 .54-.23t.23-.54t-.23-.539t-.54-.23t-.54.23t-.23.54t.23.539t.54.23m0-6q.31 0 .54-.23t.23-.54t-.23-.539t-.54-.23t-.54.23t-.23.54t.23.539t.54.23m1.5 3q.31 0 .54-.23t.23-.54t-.23-.539t-.54-.23t-.54.23t-.23.54t.23.539t.54.23m0 6q.31 0 .54-.23t.23-.54t-.23-.539t-.54-.23t-.54.23t-.23.54t.23.539t.54.23m1.5-3q.31 0 .54-.23t.23-.54t-.23-.539t-.54-.23t-.54.23t-.23.54t.23.539t.54.23m0-6q.31 0 .54-.23t.23-.54t-.23-.539t-.54-.23t-.54.23t-.23.54t.23.539t.54.23m1.5 3q.31 0 .54-.23t.23-.54t-.23-.539t-.54-.23t-.54.23t-.23.54t.23.539t.54.23m0 6q.31 0 .54-.23t.23-.54t-.23-.539t-.54-.23t-.54.23t-.23.54t.23.539t.54.23m1.5-3q.31 0 .54-.23t.23-.54t-.23-.539t-.54-.23t-.54.23t-.23.54t.23.539t.54.23m-9.501 3.976Q5 16.875 5 13.803q0-1.36.62-2.74q.619-1.38 1.547-2.648q.93-1.269 2.006-2.392q1.077-1.124 2-1.956q.18-.161.393-.249q.212-.087.434-.087t.434.087t.393.25q.923.83 2 1.955q1.077 1.123 2.006 2.391t1.548 2.649t.619 2.74q0 3.072-2.002 5.135Q14.994 21 11.996 21t-4.998-2.062m9.301-.7Q18 16.475 18 13.8q0-1.825-1.513-4.125T12 4.65Q9.025 7.375 7.513 9.675T6 13.8q0 2.675 1.7 4.438T12 20t4.3-1.763M12 12.155"/></svg>
</template>

CSS

.icon-water-do-outline-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%22M7.5%2014.962q.31%200%20.54-.23t.23-.54t-.23-.539t-.54-.23t-.54.23t-.23.54t.23.539t.54.23m1.5-3q.31%200%20.54-.23t.23-.54t-.23-.539t-.54-.23t-.54.23t-.23.54t.23.539t.54.23m0%206q.31%200%20.54-.23t.23-.54t-.23-.539t-.54-.23t-.54.23t-.23.54t.23.539t.54.23m1.5-3q.31%200%20.54-.23t.23-.54t-.23-.539t-.54-.23t-.54.23t-.23.54t.23.539t.54.23m0-6q.31%200%20.54-.23t.23-.54t-.23-.539t-.54-.23t-.54.23t-.23.54t.23.539t.54.23m1.5%203q.31%200%20.54-.23t.23-.54t-.23-.539t-.54-.23t-.54.23t-.23.54t.23.539t.54.23m0%206q.31%200%20.54-.23t.23-.54t-.23-.539t-.54-.23t-.54.23t-.23.54t.23.539t.54.23m1.5-3q.31%200%20.54-.23t.23-.54t-.23-.539t-.54-.23t-.54.23t-.23.54t.23.539t.54.23m0-6q.31%200%20.54-.23t.23-.54t-.23-.539t-.54-.23t-.54.23t-.23.54t.23.539t.54.23m1.5%203q.31%200%20.54-.23t.23-.54t-.23-.539t-.54-.23t-.54.23t-.23.54t.23.539t.54.23m0%206q.31%200%20.54-.23t.23-.54t-.23-.539t-.54-.23t-.54.23t-.23.54t.23.539t.54.23m1.5-3q.31%200%20.54-.23t.23-.54t-.23-.539t-.54-.23t-.54.23t-.23.54t.23.539t.54.23m-9.501%203.976Q5%2016.875%205%2013.803q0-1.36.62-2.74q.619-1.38%201.547-2.648q.93-1.269%202.006-2.392q1.077-1.124%202-1.956q.18-.161.393-.249q.212-.087.434-.087t.434.087t.393.25q.923.83%202%201.955q1.077%201.123%202.006%202.391t1.548%202.649t.619%202.74q0%203.072-2.002%205.135Q14.994%2021%2011.996%2021t-4.998-2.062m9.301-.7Q18%2016.475%2018%2013.8q0-1.825-1.513-4.125T12%204.65Q9.025%207.375%207.513%209.675T6%2013.8q0%202.675%201.7%204.438T12%2020t4.3-1.763M12%2012.155%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%22M7.5%2014.962q.31%200%20.54-.23t.23-.54t-.23-.539t-.54-.23t-.54.23t-.23.54t.23.539t.54.23m1.5-3q.31%200%20.54-.23t.23-.54t-.23-.539t-.54-.23t-.54.23t-.23.54t.23.539t.54.23m0%206q.31%200%20.54-.23t.23-.54t-.23-.539t-.54-.23t-.54.23t-.23.54t.23.539t.54.23m1.5-3q.31%200%20.54-.23t.23-.54t-.23-.539t-.54-.23t-.54.23t-.23.54t.23.539t.54.23m0-6q.31%200%20.54-.23t.23-.54t-.23-.539t-.54-.23t-.54.23t-.23.54t.23.539t.54.23m1.5%203q.31%200%20.54-.23t.23-.54t-.23-.539t-.54-.23t-.54.23t-.23.54t.23.539t.54.23m0%206q.31%200%20.54-.23t.23-.54t-.23-.539t-.54-.23t-.54.23t-.23.54t.23.539t.54.23m1.5-3q.31%200%20.54-.23t.23-.54t-.23-.539t-.54-.23t-.54.23t-.23.54t.23.539t.54.23m0-6q.31%200%20.54-.23t.23-.54t-.23-.539t-.54-.23t-.54.23t-.23.54t.23.539t.54.23m1.5%203q.31%200%20.54-.23t.23-.54t-.23-.539t-.54-.23t-.54.23t-.23.54t.23.539t.54.23m0%206q.31%200%20.54-.23t.23-.54t-.23-.539t-.54-.23t-.54.23t-.23.54t.23.539t.54.23m1.5-3q.31%200%20.54-.23t.23-.54t-.23-.539t-.54-.23t-.54.23t-.23.54t.23.539t.54.23m-9.501%203.976Q5%2016.875%205%2013.803q0-1.36.62-2.74q.619-1.38%201.547-2.648q.93-1.269%202.006-2.392q1.077-1.124%202-1.956q.18-.161.393-.249q.212-.087.434-.087t.434.087t.393.25q.923.83%202%201.955q1.077%201.123%202.006%202.391t1.548%202.649t.619%202.74q0%203.072-2.002%205.135Q14.994%2021%2011.996%2021t-4.998-2.062m9.301-.7Q18%2016.475%2018%2013.8q0-1.825-1.513-4.125T12%204.65Q9.025%207.375%207.513%209.675T6%2013.8q0%202.675%201.7%204.438T12%2020t4.3-1.763M12%2012.155%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-do-outline-rounded.svg?color=%231a73e8&size=48