Graph Line Icon
Free SVG icon from the VS Code Codicons collection. Download or copy for use in any project.
The Graph Line icon is commonly used in analytics dashboards, statistics pages and reporting tools. Available as a free SVG - copy the code or download directly.
img tag
<img src="https://proicons.com/icon/307214.svg" alt="Graph Line icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/307214.svg" alt="Graph Line icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/307214.svg" alt="Graph Line icon" :width="24" :height="24" />
CSS background
.icon-graph-line {
background-image: url('https://proicons.com/icon/307214.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill="currentColor"><path d="M1.5 15H14.5C14.776 15 15 14.776 15 14.5C15 14.224 14.776 14 14.5 14H2V9.70799L5.00001 6.70798L6.64601 8.35398C6.84101 8.54898 7.15801 8.54898 7.35301 8.35398L11.499 4.20798L13.145 5.85398C13.34 6.04898 13.657 6.04898 13.852 5.85398C14.047 5.65898 14.047 5.34198 13.852 5.14698L11.852 3.14698C11.657 2.95198 11.34 2.95198 11.145 3.14698L6.99901 7.29298L5.35301 5.64698C5.15801 5.45198 4.84101 5.45198 4.64601 5.64698L2 8.29299V1.5C2 1.224 1.776 1 1.5 1C1.224 1 1 1.224 1 1.5V9.4848C0.999674 9.49525 0.999674 9.50571 1 9.51617V14.5C1 14.776 1.224 15 1.5 15Z"/></svg>
Graph Line in other icon packs
Copied!