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

Name
flood
Set
Material Symbols Light
Style
Regular
Category
Social
Viewbox
24×24
License
Apache 2.0
Aliases
flood-sharp

3 other variants in Material Symbols Light

The same icon in other sets

More social icons from Material Symbols Light

Use the flood 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 20.48v-1.019q.835-.153 1.24-.547q.404-.395 1.61-.395q1.302 0 1.79.5q.489.5 1.535.5t1.534-.5t1.791-.5q1.271 0 1.803.5q.531.5 1.547.5q1.046 0 1.535-.5t1.79-.5q1.206 0 1.598.395q.393.394 1.227.547v1.02q-.95-.116-1.425-.539t-1.4-.423q-1.021 0-1.535.5q-.513.5-1.79.5t-1.803-.5t-1.547-.5q-1.046 0-1.535.5t-1.79.5t-1.79-.5t-1.535-.5q-.925 0-1.4.423q-.475.424-1.45.539m0-3.52v-1.019q.834-.153 1.236-.548T5.344 15q.439 0 .82.109q.38.108 1.025.48l-1.45-5.462l-1.53 1.915l-.786-.615l6.66-8.235l9.89 3.785l-.36.932l-2.272-.888l2.159 8.102q.523.065.986.385t1.014.434v1q-.944-.12-1.425-.531q-.48-.411-1.4-.411q-1.046 0-1.535.5t-1.79.5q-1.271 0-1.803-.5T12 16q-1.046 0-1.535.5t-1.79.5q-1.252 0-1.78-.5T5.35 16q-.875 0-1.39.423q-.516.423-1.46.539m13.085-.987l-1.535-5.8l-3.875 1.025l1.06 3.88q.18-.05.364-.064Q11.783 15 12 15q1.31 0 1.932.55t1.653.425"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightFlood(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 20.48v-1.019q.835-.153 1.24-.547q.404-.395 1.61-.395q1.302 0 1.79.5q.489.5 1.535.5t1.534-.5t1.791-.5q1.271 0 1.803.5q.531.5 1.547.5q1.046 0 1.535-.5t1.79-.5q1.206 0 1.598.395q.393.394 1.227.547v1.02q-.95-.116-1.425-.539t-1.4-.423q-1.021 0-1.535.5q-.513.5-1.79.5t-1.803-.5t-1.547-.5q-1.046 0-1.535.5t-1.79.5t-1.79-.5t-1.535-.5q-.925 0-1.4.423q-.475.424-1.45.539m0-3.52v-1.019q.834-.153 1.236-.548T5.344 15q.439 0 .82.109q.38.108 1.025.48l-1.45-5.462l-1.53 1.915l-.786-.615l6.66-8.235l9.89 3.785l-.36.932l-2.272-.888l2.159 8.102q.523.065.986.385t1.014.434v1q-.944-.12-1.425-.531q-.48-.411-1.4-.411q-1.046 0-1.535.5t-1.79.5q-1.271 0-1.803-.5T12 16q-1.046 0-1.535.5t-1.79.5q-1.252 0-1.78-.5T5.35 16q-.875 0-1.39.423q-.516.423-1.46.539m13.085-.987l-1.535-5.8l-3.875 1.025l1.06 3.88q.18-.05.364-.064Q11.783 15 12 15q1.31 0 1.932.55t1.653.425"/></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 20.48v-1.019q.835-.153 1.24-.547q.404-.395 1.61-.395q1.302 0 1.79.5q.489.5 1.535.5t1.534-.5t1.791-.5q1.271 0 1.803.5q.531.5 1.547.5q1.046 0 1.535-.5t1.79-.5q1.206 0 1.598.395q.393.394 1.227.547v1.02q-.95-.116-1.425-.539t-1.4-.423q-1.021 0-1.535.5q-.513.5-1.79.5t-1.803-.5t-1.547-.5q-1.046 0-1.535.5t-1.79.5t-1.79-.5t-1.535-.5q-.925 0-1.4.423q-.475.424-1.45.539m0-3.52v-1.019q.834-.153 1.236-.548T5.344 15q.439 0 .82.109q.38.108 1.025.48l-1.45-5.462l-1.53 1.915l-.786-.615l6.66-8.235l9.89 3.785l-.36.932l-2.272-.888l2.159 8.102q.523.065.986.385t1.014.434v1q-.944-.12-1.425-.531q-.48-.411-1.4-.411q-1.046 0-1.535.5t-1.79.5q-1.271 0-1.803-.5T12 16q-1.046 0-1.535.5t-1.79.5q-1.252 0-1.78-.5T5.35 16q-.875 0-1.39.423q-.516.423-1.46.539m13.085-.987l-1.535-5.8l-3.875 1.025l1.06 3.88q.18-.05.364-.064Q11.783 15 12 15q1.31 0 1.932.55t1.653.425"/></svg>
</template>

CSS

.icon-flood {
  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%2020.48v-1.019q.835-.153%201.24-.547q.404-.395%201.61-.395q1.302%200%201.79.5q.489.5%201.535.5t1.534-.5t1.791-.5q1.271%200%201.803.5q.531.5%201.547.5q1.046%200%201.535-.5t1.79-.5q1.206%200%201.598.395q.393.394%201.227.547v1.02q-.95-.116-1.425-.539t-1.4-.423q-1.021%200-1.535.5q-.513.5-1.79.5t-1.803-.5t-1.547-.5q-1.046%200-1.535.5t-1.79.5t-1.79-.5t-1.535-.5q-.925%200-1.4.423q-.475.424-1.45.539m0-3.52v-1.019q.834-.153%201.236-.548T5.344%2015q.439%200%20.82.109q.38.108%201.025.48l-1.45-5.462l-1.53%201.915l-.786-.615l6.66-8.235l9.89%203.785l-.36.932l-2.272-.888l2.159%208.102q.523.065.986.385t1.014.434v1q-.944-.12-1.425-.531q-.48-.411-1.4-.411q-1.046%200-1.535.5t-1.79.5q-1.271%200-1.803-.5T12%2016q-1.046%200-1.535.5t-1.79.5q-1.252%200-1.78-.5T5.35%2016q-.875%200-1.39.423q-.516.423-1.46.539m13.085-.987l-1.535-5.8l-3.875%201.025l1.06%203.88q.18-.05.364-.064Q11.783%2015%2012%2015q1.31%200%201.932.55t1.653.425%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%2020.48v-1.019q.835-.153%201.24-.547q.404-.395%201.61-.395q1.302%200%201.79.5q.489.5%201.535.5t1.534-.5t1.791-.5q1.271%200%201.803.5q.531.5%201.547.5q1.046%200%201.535-.5t1.79-.5q1.206%200%201.598.395q.393.394%201.227.547v1.02q-.95-.116-1.425-.539t-1.4-.423q-1.021%200-1.535.5q-.513.5-1.79.5t-1.803-.5t-1.547-.5q-1.046%200-1.535.5t-1.79.5t-1.79-.5t-1.535-.5q-.925%200-1.4.423q-.475.424-1.45.539m0-3.52v-1.019q.834-.153%201.236-.548T5.344%2015q.439%200%20.82.109q.38.108%201.025.48l-1.45-5.462l-1.53%201.915l-.786-.615l6.66-8.235l9.89%203.785l-.36.932l-2.272-.888l2.159%208.102q.523.065.986.385t1.014.434v1q-.944-.12-1.425-.531q-.48-.411-1.4-.411q-1.046%200-1.535.5t-1.79.5q-1.271%200-1.803-.5T12%2016q-1.046%200-1.535.5t-1.79.5q-1.252%200-1.78-.5T5.35%2016q-.875%200-1.39.423q-.516.423-1.46.539m13.085-.987l-1.535-5.8l-3.875%201.025l1.06%203.88q.18-.05.364-.064Q11.783%2015%2012%2015q1.31%200%201.932.55t1.653.425%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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