Chart Flow 1 Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Chart Flow 1 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/305359.svg" alt="Chart Flow 1 icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/305359.svg" alt="Chart Flow 1 icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/305359.svg" alt="Chart Flow 1 icon" :width="24" :height="24" />
CSS background
.icon-chart-flow-1 {
background-image: url('https://proicons.com/icon/305359.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="64" height="64" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M978 754h-70v-9-243c0-26-16-41-42-41H549c-3 0-6 0-9-1V314h104c28 0 42-15 42-43 0-68 0-136 1-204 0-23-7-40-30-48H347c-23 8-30 25-29 48v201c0 7 0 14 2 20 5 16 19 26 39 26h105v147H138c-26 0-41 16-41 42v244c0 2 0 4-1 7H22c-12 0-22 10-22 23v182c0 12 10 22 22 22h249c13 0 23-10 23-22V777c0-13-10-23-23-23H171V535h293v221h-71c-23 0-38 15-38 38-1 48 0 96 0 144 0 20 11 32 29 39h236c23-8 30-25 30-48-1-44-1-87-1-131 0-28-14-42-42-42h-67V535h293v219H729c-13 0-23 10-23 23v182c0 12 10 22 23 22h249c12 0 22-10 22-22V777c0-13-10-23-22-23z"/></svg>
Copied!