Chart Flow 2 Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Chart Flow 2 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/305360.svg" alt="Chart Flow 2 icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/305360.svg" alt="Chart Flow 2 icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/305360.svg" alt="Chart Flow 2 icon" :width="24" :height="24" />
CSS background
.icon-chart-flow-2 {
background-image: url('https://proicons.com/icon/305360.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="M836 842c-14-54-56-91-114-97-47-5-98 19-124 68-2 5-4 9-10 9-57-1-115 0-172-1-39 0-64-20-75-54-2-9-4-18-4-27V541c0-7 2-7 7-5 25 10 50 14 76 14h165c7 0 10 2 13 8 23 42 59 66 107 69 54 4 106-30 126-81 19-51 4-111-38-145-65-52-157-33-196 41-2 4-4 7-9 7-58 0-116 0-175-1-36 0-62-21-72-54-3-10-4-21-4-31V252c0-5 1-8 7-11 46-25 70-64 70-116-1-52-27-90-73-114-1-1-3-1-4-2-39-16-82-6-83-6-8 2-15 4-22 8-31 16-52 38-64 69-14 43-6 77 1 95 11 28 30 49 57 64 8 4 10 8 10 16v478c0 47 13 89 42 126 36 45 85 63 141 64h161c10 0 16 2 21 12 30 55 98 79 157 56 60-23 93-87 78-149zM712 426c41 1 73 33 73 74 0 40-33 73-73 73-41 0-74-33-74-74 0-40 34-74 74-73zM286 200c-40 0-73-33-73-73 0-41 33-74 73-74 41 0 74 33 74 73 0 41-33 75-74 74zm425 745c-40 0-73-33-73-73 0-41 34-74 74-74 41 1 73 34 73 75 0 40-33 72-74 72z"/></svg>
Copied!