Dashboard Chart Arrow Icon
Free SVG icon from the Mage Icons collection. Download or copy for use in any project.
The Dashboard Chart Arrow 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/310647.svg" alt="Dashboard Chart Arrow icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/310647.svg" alt="Dashboard Chart Arrow icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/310647.svg" alt="Dashboard Chart Arrow icon" :width="24" :height="24" />
CSS background
.icon-dashboard-chart-arrow {
background-image: url('https://proicons.com/icon/310647.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.75" y="2.75" width="18.5" height="18.5" rx="6" stroke="black" stroke-width="1.5"/> <path d="M7 14.8436L9.32228 11.7536C9.46603 11.564 9.6758 11.4354 9.90996 11.3934C10.1418 11.3492 10.3818 11.3932 10.5829 11.5166L12.8483 12.9479C13.0573 13.0786 13.3088 13.1228 13.5498 13.0711C13.7933 13.0218 14.0078 12.8788 14.1469 12.673L16.4787 9.1564" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> <path d="M13.6825 9.67773L16.4787 9.1564L17 11.9526" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> </svg>
Copied!