Chart Bar Graph Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Chart Bar Graph 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/305358.svg" alt="Chart Bar Graph icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/305358.svg" alt="Chart Bar Graph icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/305358.svg" alt="Chart Bar Graph icon" :width="24" :height="24" />
CSS background
.icon-chart-bar-graph {
background-image: url('https://proicons.com/icon/305358.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="M615 849c0 14 3 18 16 17 38-1 75 0 113 0V235c0-9-2-11-11-11-39 1-79 1-118 1v624zm-159 9c0 6 3 8 13 8h100c12 0 16-1 16-9-1-26-1-53-1-79 0-69 0-138 1-206 0-9-4-11-18-11-32 1-64 1-96 0-12 0-16 2-15 10v287zm-147 8c33-1 67-1 100 0 12 1 16-4 15-18V635 422c1-13-3-17-13-16H309c-10 0-14 4-13 16v428c-1 12 3 16 13 16zm-160 0h100c12 0 15-2 15-10V737 618c0-7-3-9-13-9-34 1-68 1-102 0-11 0-14 2-14 9 1 80 1 160 0 239 0 7 3 9 14 9zm637 0h100c12 0 16-2 16-8-1-30-1-61-1-92 0-30 0-61 1-92 0-5-4-7-14-7-34 1-68 1-102 0-10 0-13 2-13 7v185c0 6 3 7 13 7zm203 21H51V72c0-6-4-11-10-11H11C5 61 0 66 0 72v856c0 6 5 11 11 11h978c6 0 11-5 11-11v-30c0-6-5-11-11-11z"/></svg>
Copied!