flood icon
flood-line from Remix Icon by Remix Design · Line · Weather · Apache-2.0 Free for personal and commercial use.
- Name
- flood-line
- Set
- Remix Icon
- Style
- Line
- Category
- Weather
- Viewbox
- 24×24
- License
- Apache 2.0
1 other variant in Remix Icon
The same icon in other sets
More weather icons from Remix Icon
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="M16 17.472A5.98 5.98 0 0 0 20 19h2v2h-2a7.96 7.96 0 0 1-4-1.07A7.96 7.96 0 0 1 12 21a7.96 7.96 0 0 1-4-1.07A7.96 7.96 0 0 1 4 21H2v-2h2c1.537 0 2.94-.578 4-1.528A5.98 5.98 0 0 0 12 19c1.537 0 2.94-.578 4-1.528m-3.427-15.94l.1.08L23 11h-3v6c-.701 0-1.374-.12-2-.341V9.157l-6-5.455l-6 5.454l.001 7.502a6 6 0 0 1-1.702.335L4 17v-6H1l10.327-9.388a1 1 0 0 1 1.246-.08"/></svg>
React
import type { SVGProps } from "react";
export function RiFloodLine(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="M16 17.472A5.98 5.98 0 0 0 20 19h2v2h-2a7.96 7.96 0 0 1-4-1.07A7.96 7.96 0 0 1 12 21a7.96 7.96 0 0 1-4-1.07A7.96 7.96 0 0 1 4 21H2v-2h2c1.537 0 2.94-.578 4-1.528A5.98 5.98 0 0 0 12 19c1.537 0 2.94-.578 4-1.528m-3.427-15.94l.1.08L23 11h-3v6c-.701 0-1.374-.12-2-.341V9.157l-6-5.455l-6 5.454l.001 7.502a6 6 0 0 1-1.702.335L4 17v-6H1l10.327-9.388a1 1 0 0 1 1.246-.08"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16 17.472A5.98 5.98 0 0 0 20 19h2v2h-2a7.96 7.96 0 0 1-4-1.07A7.96 7.96 0 0 1 12 21a7.96 7.96 0 0 1-4-1.07A7.96 7.96 0 0 1 4 21H2v-2h2c1.537 0 2.94-.578 4-1.528A5.98 5.98 0 0 0 12 19c1.537 0 2.94-.578 4-1.528m-3.427-15.94l.1.08L23 11h-3v6c-.701 0-1.374-.12-2-.341V9.157l-6-5.455l-6 5.454l.001 7.502a6 6 0 0 1-1.702.335L4 17v-6H1l10.327-9.388a1 1 0 0 1 1.246-.08"/></svg> </template>
CSS
.icon-flood-line {
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%22M16%2017.472A5.98%205.98%200%200%200%2020%2019h2v2h-2a7.96%207.96%200%200%201-4-1.07A7.96%207.96%200%200%201%2012%2021a7.96%207.96%200%200%201-4-1.07A7.96%207.96%200%200%201%204%2021H2v-2h2c1.537%200%202.94-.578%204-1.528A5.98%205.98%200%200%200%2012%2019c1.537%200%202.94-.578%204-1.528m-3.427-15.94l.1.08L23%2011h-3v6c-.701%200-1.374-.12-2-.341V9.157l-6-5.455l-6%205.454l.001%207.502a6%206%200%200%201-1.702.335L4%2017v-6H1l10.327-9.388a1%201%200%200%201%201.246-.08%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%22M16%2017.472A5.98%205.98%200%200%200%2020%2019h2v2h-2a7.96%207.96%200%200%201-4-1.07A7.96%207.96%200%200%201%2012%2021a7.96%207.96%200%200%201-4-1.07A7.96%207.96%200%200%201%204%2021H2v-2h2c1.537%200%202.94-.578%204-1.528A5.98%205.98%200%200%200%2012%2019c1.537%200%202.94-.578%204-1.528m-3.427-15.94l.1.08L23%2011h-3v6c-.701%200-1.374-.12-2-.341V9.157l-6-5.455l-6%205.454l.001%207.502a6%206%200%200%201-1.702.335L4%2017v-6H1l10.327-9.388a1%201%200%200%201%201.246-.08%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ri/flood-line.svg?color=%231a73e8&size=48