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/310075.svg" alt="Dashboard Chart icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/310075.svg" alt="Dashboard Chart icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/310075.svg" alt="Dashboard Chart icon" :width="24" :height="24" />
CSS background
.icon-dashboard-chart {
background-image: url('https://proicons.com/icon/310075.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"> <path d="M15.21 2.00001H8.75C6.9606 2.00265 5.24525 2.71469 3.97995 3.97999C2.71465 5.24528 2.00265 6.96061 2 8.75001V15.25C2.00265 17.0394 2.71465 18.7548 3.97995 20.0201C5.24525 21.2854 6.9606 21.9974 8.75 22H15.25C17.0394 21.9974 18.7548 21.2854 20.0201 20.0201C21.2853 18.7548 21.9974 17.0394 22 15.25V8.75001C21.9987 7.86058 21.8219 6.98015 21.4797 6.15919C21.1375 5.33822 20.6367 4.59288 20.0059 3.96583C19.3751 3.33877 18.6268 2.84234 17.8038 2.50501C16.9809 2.16768 16.0994 1.99606 15.21 2.00001ZM17.58 9.42005L15.13 13.13C14.8734 13.5087 14.4801 13.7733 14.0327 13.8684C13.5853 13.9634 13.1184 13.8816 12.73 13.64L10.34 12.13C10.3134 12.1175 10.2844 12.1111 10.255 12.1111C10.2256 12.1111 10.1966 12.1175 10.17 12.13C10.1068 12.1376 10.0493 12.17 10.01 12.22L7.56 15.46C7.44205 15.6052 7.27409 15.7011 7.08908 15.7289C6.90407 15.7566 6.71536 15.7143 6.56 15.6101C6.41478 15.4921 6.31888 15.3241 6.29113 15.1391C6.26338 14.9541 6.30578 14.7654 6.41 14.6101L8.86 11.35C9.12332 10.9993 9.50876 10.7601 9.94 10.68C10.372 10.5982 10.819 10.6841 11.19 10.92L13.58 12.43C13.6094 12.4449 13.642 12.4528 13.675 12.4528C13.708 12.4528 13.7406 12.4449 13.77 12.43C13.8004 12.4243 13.8294 12.4125 13.8552 12.3953C13.881 12.3781 13.903 12.3559 13.92 12.33L16.38 8.62C16.4901 8.45424 16.6615 8.33901 16.8565 8.29963C17.0515 8.26024 17.2542 8.29998 17.42 8.41004C17.5858 8.5201 17.701 8.6915 17.7404 8.88654C17.7798 9.08158 17.7401 9.28426 17.63 9.45002L17.58 9.42005Z" fill="black"/> </svg>
Copied!