water-damage-rounded from Material Symbols Light by Google · Rounded · Household · Apache-2.0 Free for personal and commercial use.

Name
water-damage-rounded
Set
Material Symbols Light
Style
Rounded
Category
Household
Viewbox
24×24
License
Apache 2.0

3 other variants in Material Symbols Light

The same icon in other sets

More household icons from Material Symbols Light

Use the water damage icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7.616 19q-.672 0-1.144-.472T6 17.385v-7.67L3 11.94q-.171.115-.363.094q-.19-.021-.325-.198q-.135-.171-.111-.36t.195-.323l8.629-6.438q.435-.33.975-.33t.975.33l8.648 6.432q.171.135.195.323t-.11.366q-.135.176-.323.195q-.189.018-.366-.097L18 9.696v7.689q0 .67-.472 1.143q-.472.472-1.143.472zm5.45-3.934q.434-.433.434-1.066q0-.483-.26-.995q-.26-.513-1.24-1.928q-1.02 1.512-1.26 1.976T10.5 14q0 .633.434 1.066q.433.434 1.066.434t1.066-.434"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightWaterDamageRounded(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.616 19q-.672 0-1.144-.472T6 17.385v-7.67L3 11.94q-.171.115-.363.094q-.19-.021-.325-.198q-.135-.171-.111-.36t.195-.323l8.629-6.438q.435-.33.975-.33t.975.33l8.648 6.432q.171.135.195.323t-.11.366q-.135.176-.323.195q-.189.018-.366-.097L18 9.696v7.689q0 .67-.472 1.143q-.472.472-1.143.472zm5.45-3.934q.434-.433.434-1.066q0-.483-.26-.995q-.26-.513-1.24-1.928q-1.02 1.512-1.26 1.976T10.5 14q0 .633.434 1.066q.433.434 1.066.434t1.066-.434"/></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.616 19q-.672 0-1.144-.472T6 17.385v-7.67L3 11.94q-.171.115-.363.094q-.19-.021-.325-.198q-.135-.171-.111-.36t.195-.323l8.629-6.438q.435-.33.975-.33t.975.33l8.648 6.432q.171.135.195.323t-.11.366q-.135.176-.323.195q-.189.018-.366-.097L18 9.696v7.689q0 .67-.472 1.143q-.472.472-1.143.472zm5.45-3.934q.434-.433.434-1.066q0-.483-.26-.995q-.26-.513-1.24-1.928q-1.02 1.512-1.26 1.976T10.5 14q0 .633.434 1.066q.433.434 1.066.434t1.066-.434"/></svg>
</template>

CSS

.icon-water-damage-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.616%2019q-.672%200-1.144-.472T6%2017.385v-7.67L3%2011.94q-.171.115-.363.094q-.19-.021-.325-.198q-.135-.171-.111-.36t.195-.323l8.629-6.438q.435-.33.975-.33t.975.33l8.648%206.432q.171.135.195.323t-.11.366q-.135.176-.323.195q-.189.018-.366-.097L18%209.696v7.689q0%20.67-.472%201.143q-.472.472-1.143.472zm5.45-3.934q.434-.433.434-1.066q0-.483-.26-.995q-.26-.513-1.24-1.928q-1.02%201.512-1.26%201.976T10.5%2014q0%20.633.434%201.066q.433.434%201.066.434t1.066-.434%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.616%2019q-.672%200-1.144-.472T6%2017.385v-7.67L3%2011.94q-.171.115-.363.094q-.19-.021-.325-.198q-.135-.171-.111-.36t.195-.323l8.629-6.438q.435-.33.975-.33t.975.33l8.648%206.432q.171.135.195.323t-.11.366q-.135.176-.323.195q-.189.018-.366-.097L18%209.696v7.689q0%20.67-.472%201.143q-.472.472-1.143.472zm5.45-3.934q.434-.433.434-1.066q0-.483-.26-.995q-.26-.513-1.24-1.928q-1.02%201.512-1.26%201.976T10.5%2014q0%20.633.434%201.066q.433.434%201.066.434t1.066-.434%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-damage-rounded.svg?color=%231a73e8&size=48