Dashboard Chart Icon
Free SVG icon from the Mage Icons collection. Download or copy for use in any project.
The Dashboard Chart 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/310650.svg" alt="Dashboard Chart icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/310650.svg" alt="Dashboard Chart icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/310650.svg" alt="Dashboard Chart icon" :width="24" :height="24" />
CSS background
.icon-dashboard-chart {
background-image: url('https://proicons.com/icon/310650.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <rect x="2.74999" y="2.75" width="18.5" height="18.5" rx="6" stroke="black" stroke-width="1.5"/> <path d="M7 15L9.45 11.74C9.60003 11.5392 9.81998 11.4021 10.0663 11.3558C10.3126 11.3095 10.5673 11.3574 10.78 11.49L13.17 13C13.3909 13.1406 13.6581 13.1891 13.9142 13.1348C14.1704 13.0806 14.3951 12.9281 14.54 12.71L17 9" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> </svg>
Copied!