Graph Scatter Icon
Free SVG icon from the VS Code Codicons collection. Download or copy for use in any project.
The Graph Scatter 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/307215.svg" alt="Graph Scatter icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/307215.svg" alt="Graph Scatter icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/307215.svg" alt="Graph Scatter icon" :width="24" :height="24" />
CSS background
.icon-graph-scatter {
background-image: url('https://proicons.com/icon/307215.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 14.5C1 14.776 1.224 15 1.5 15H14.5C14.776 15 15 14.776 15 14.5C15 14.224 14.776 14 14.5 14H2V1.5C2 1.224 1.776 1 1.5 1C1.224 1 1 1.224 1 1.5V14.5Z"/><path fill-rule="evenodd" clip-rule="evenodd" d="M10 4C10 5.103 10.897 6 12 6C13.103 6 14 5.103 14 4C14 2.897 13.103 2 12 2C10.897 2 10 2.897 10 4ZM11 4C11 3.449 11.449 3 12 3C12.551 3 13 3.449 13 4C13 4.551 12.551 5 12 5C11.449 5 11 4.551 11 4Z"/><path fill-rule="evenodd" clip-rule="evenodd" d="M6 8C4.897 8 4 7.103 4 6C4 4.897 4.897 4 6 4C7.103 4 8 4.897 8 6C8 7.103 7.103 8 6 8ZM6 5C5.449 5 5 5.449 5 6C5 6.551 5.449 7 6 7C6.551 7 7 6.551 7 6C7 5.449 6.551 5 6 5Z"/><path fill-rule="evenodd" clip-rule="evenodd" d="M8 10C8 11.103 8.897 12 10 12C11.103 12 12 11.103 12 10C12 8.897 11.103 8 10 8C8.897 8 8 8.897 8 10ZM9 10C9 9.449 9.449 9 10 9C10.551 9 11 9.449 11 10C11 10.551 10.551 11 10 11C9.449 11 9 10.551 9 10Z"/></svg>
Copied!