Chart Planning Waterfall Icon
Free SVG icon from the Carbon Icons collection. Download or copy for use in any project.
The Chart Planning Waterfall icon is commonly used in analytics dashboards, reports and data visualization. Available as a free SVG - copy the code or download directly.
img tag
<img src="https://proicons.com/icon/317281.svg" alt="Chart Planning Waterfall icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/317281.svg" alt="Chart Planning Waterfall icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/317281.svg" alt="Chart Planning Waterfall icon" :width="24" :height="24" />
CSS background
.icon-chart-planning-waterfall {
background-image: url('https://proicons.com/icon/317281.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?>
<svg id="icon" xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32">
<defs>
<style>
.cls-1 {
fill: none;
}
.cls-2 {
fill: #090909;
}
</style>
</defs>
<path class="cls-2" d="m29,8c0-.5522-.4478-1-1-1h-4c-.5522,0-1,.4478-1,1v7h-2V3c0-.5522-.4478-1-1-1h-4c-.5522,0-1,.4478-1,1v12h-2V5c0-.5522-.4478-1-1-1h-4c-.5522,0-1,.4478-1,1v10H3v12c0,.5522.4478,1,1,1h4c.5522,0,1-.4478,1-1v-10h2v5c0,.5522.4478,1,1,1h4c.5522,0,1-.4478,1-1v-5h2v12c0,.5522.4478,1,1,1h4c.5522,0,1-.4478,1-1v-12h4v-9ZM7,26h-2v-9h2v9Zm8-5h-2v-4h2v4Zm2-6V4h2v11h-2Zm10,0h-2v-6h2v6Z"/>
<rect id="_Transparent_Rectangle_" data-name="&lt;Transparent Rectangle&gt;" class="cls-1" width="32" height="32"/>
</svg>
Copied!