flood icon
flood-fill from Remix Icon by Remix Design · Fill · Weather · Apache-2.0 Free for personal and commercial use.
- Name
- flood-fill
- Set
- Remix Icon
- Style
- Fill
- 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-3v6a5 5 0 0 1-4-2a4.99 4.99 0 0 1-4 2a5 5 0 0 1-4-2a4.99 4.99 0 0 1-4 2l-.001-6H1l10.327-9.388a1 1 0 0 1 1.14-.145z"/></svg>
React
import type { SVGProps } from "react";
export function RiFloodFill(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-3v6a5 5 0 0 1-4-2a4.99 4.99 0 0 1-4 2a5 5 0 0 1-4-2a4.99 4.99 0 0 1-4 2l-.001-6H1l10.327-9.388a1 1 0 0 1 1.14-.145z"/></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-3v6a5 5 0 0 1-4-2a4.99 4.99 0 0 1-4 2a5 5 0 0 1-4-2a4.99 4.99 0 0 1-4 2l-.001-6H1l10.327-9.388a1 1 0 0 1 1.14-.145z"/></svg> </template>
CSS
.icon-flood-fill {
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-3v6a5%205%200%200%201-4-2a4.99%204.99%200%200%201-4%202a5%205%200%200%201-4-2a4.99%204.99%200%200%201-4%202l-.001-6H1l10.327-9.388a1%201%200%200%201%201.14-.145z%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-3v6a5%205%200%200%201-4-2a4.99%204.99%200%200%201-4%202a5%205%200%200%201-4-2a4.99%204.99%200%200%201-4%202l-.001-6H1l10.327-9.388a1%201%200%200%201%201.14-.145z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ri/flood-fill.svg?color=%231a73e8&size=48