Data Waterfall icon
The Data Waterfall icon is part of Microsoft's Fluent UI System Icons, available here in filled and regular (outlined) styles on a 24 px grid. Download it as SVG or PNG, or copy it as code — it's free to use under the MIT License.
Use the Data Waterfall icon in React
Install Microsoft's @fluentui/react-icons package, then import the component. Icons inherit the current text color, and you can size them with CSS.
npm install @fluentui/react-icons
import { DataWaterfall24Regular, DataWaterfall24Filled } from "@fluentui/react-icons";
export function Example() {
return <DataWaterfall24Regular aria-label="Data Waterfall" />;
}Use it in HTML
Reference the SVG file directly:
<img src="https://fluenticons.co/icons/ic_fluent_data_waterfall_24_regular.svg" width="24" height="24" alt="Data Waterfall"> Or paste the SVG markup inline. Setting fill="currentColor" makes the icon follow the text color of its parent:
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M2 3.75C2 3.33579 2.33579 3 2.75 3H9.25C10.4926 3 11.5 4.00736 11.5 5.25V11H17.75C18.9926 11 20 12.0074 20 13.25V19.5H21.25C21.6642 19.5 22 19.8358 22 20.25C22 20.6642 21.6642 21 21.25 21H14.75C13.5074 21 12.5 19.9926 12.5 18.75V12.5H6.25C5.00736 12.5 4 11.4926 4 10.25V4.5H2.75C2.33579 4.5 2 4.16421 2 3.75ZM18.5 19.5V13.25C18.5 12.8358 18.1642 12.5 17.75 12.5H14V18.75C14 19.1642 14.3358 19.5 14.75 19.5H18.5ZM10 5.25C10 4.83579 9.66421 4.5 9.25 4.5H5.5V10.25C5.5 10.6642 5.83579 11 6.25 11H10V5.25Z" fill="currentColor"/></svg>Use it from the SVG package
Microsoft's @fluentui/svg-icons package contains the raw SVG files, which works well with bundlers that import SVGs:
npm install @fluentui/svg-icons
import icon from "@fluentui/svg-icons/icons/data_waterfall_24_regular.svg";Details
| Name | Data Waterfall |
|---|---|
| Styles | Regular (outlined), Filled |
| Size | 24 × 24 px (scalable SVG) |
| Regular (outlined) file | ic_fluent_data_waterfall_24_regular.svg |
| Filled file | ic_fluent_data_waterfall_24_filled.svg |
| React components | DataWaterfall24Regular, DataWaterfall24Filled |
| License | MIT (© Microsoft Corporation) |
Keywords
datavizvisualizationchartmaptrendinggraph.usedindatavizscenarios.