Chart Line Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Chart Line 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/305366.svg" alt="Chart Line icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/305366.svg" alt="Chart Line icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/305366.svg" alt="Chart Line icon" :width="24" :height="24" />
CSS background
.icon-chart-line {
background-image: url('https://proicons.com/icon/305366.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="M248 822c39 0 70-31 70-69 0-24-12-45-30-58 24-59 47-118 71-177 1-3 2-5 3-7 3 1 6 1 10 1 9 0 17-2 24-4 16 24 32 48 49 72-12 12-19 29-19 47 0 39 31 70 70 70s70-31 70-70c0-25-14-47-33-59v-1c27-79 53-159 79-239 1 0 1-1 1-2h7c13 0 26-4 37-10l90 90c-6 11-10 23-10 36 0 39 31 70 70 70s69-31 69-70c0-25-13-47-34-59 28-81 55-163 82-244 2 0 4 1 7 1 38 0 69-32 69-70S969 0 931 0s-70 31-70 70c0 25 13 46 32 59v2c-27 79-54 159-80 239 0 1-1 2-1 3h-5c-14 0-27 4-38 11-30-31-60-61-90-91 7-10 10-23 10-36 0-39-31-70-69-70s-70 31-70 70c0 25 13 47 33 59v2c-26 76-52 152-77 228-1 5-2 9-4 12h-6c-9 0-17 1-25 4l-48-72c12-12 19-29 19-47 0-39-32-70-70-70s-70 31-70 70c0 23 12 44 30 57-25 61-49 122-74 184h-10c-39 0-70 31-70 69s32 69 70 69zm197 116H68V814h58v-62H68V628h58v-62H68V442h58v-62H68V257h58v-63h-10c-16 1-31 0-47 0h-1V71h58V8H7v1H0v982c0 5 4 9 9 9h978c4 1 5-1 5-5-1-19 0-38 0-57H445z"/></svg>
Copied!