flood icon
flood-outline from Material Symbols Light by Google · Outline · Social · Apache-2.0 Free for personal and commercial use.
- Name
- flood-outline
- Set
- Material Symbols Light
- Style
- Outline
- Category
- Social
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- flood-outline-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.539M8.675 17q-1.252 0-1.78-.5T5.35 16q-.875 0-1.39.423q-.516.423-1.46.539v-1.02q.835-.153 1.237-.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.5m0-1q.846 0 1.297-.36t1.263-.56l-1.06-3.88l3.875-1.025l1.535 5.8q.851-.07 1.301-.491q.45-.422 1.53-.478l-2.247-8.429L10.406 4.4L6.519 9.158l1.821 6.811q.1.025.184.028t.151.003m3.802-5.8"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightFloodOutline(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.539M8.675 17q-1.252 0-1.78-.5T5.35 16q-.875 0-1.39.423q-.516.423-1.46.539v-1.02q.835-.153 1.237-.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.5m0-1q.846 0 1.297-.36t1.263-.56l-1.06-3.88l3.875-1.025l1.535 5.8q.851-.07 1.301-.491q.45-.422 1.53-.478l-2.247-8.429L10.406 4.4L6.519 9.158l1.821 6.811q.1.025.184.028t.151.003m3.802-5.8"/></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.539M8.675 17q-1.252 0-1.78-.5T5.35 16q-.875 0-1.39.423q-.516.423-1.46.539v-1.02q.835-.153 1.237-.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.5m0-1q.846 0 1.297-.36t1.263-.56l-1.06-3.88l3.875-1.025l1.535 5.8q.851-.07 1.301-.491q.45-.422 1.53-.478l-2.247-8.429L10.406 4.4L6.519 9.158l1.821 6.811q.1.025.184.028t.151.003m3.802-5.8"/></svg> </template>
CSS
.icon-flood-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%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.539M8.675%2017q-1.252%200-1.78-.5T5.35%2016q-.875%200-1.39.423q-.516.423-1.46.539v-1.02q.835-.153%201.237-.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.5m0-1q.846%200%201.297-.36t1.263-.56l-1.06-3.88l3.875-1.025l1.535%205.8q.851-.07%201.301-.491q.45-.422%201.53-.478l-2.247-8.429L10.406%204.4L6.519%209.158l1.821%206.811q.1.025.184.028t.151.003m3.802-5.8%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.539M8.675%2017q-1.252%200-1.78-.5T5.35%2016q-.875%200-1.39.423q-.516.423-1.46.539v-1.02q.835-.153%201.237-.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.5m0-1q.846%200%201.297-.36t1.263-.56l-1.06-3.88l3.875-1.025l1.535%205.8q.851-.07%201.301-.491q.45-.422%201.53-.478l-2.247-8.429L10.406%204.4L6.519%209.158l1.821%206.811q.1.025.184.028t.151.003m3.802-5.8%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-outline.svg?color=%231a73e8&size=48