Dashboard Circle Chart Icon
Free SVG icon from the Mage Icons collection. Download or copy for use in any project.
The Dashboard Circle 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/310653.svg" alt="Dashboard Circle Chart icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/310653.svg" alt="Dashboard Circle Chart icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/310653.svg" alt="Dashboard Circle Chart icon" :width="24" :height="24" />
CSS background
.icon-dashboard-circle-chart {
background-image: url('https://proicons.com/icon/310653.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.5" y="2.5" width="19" height="19" rx="9.5" stroke="black" stroke-width="1.5"/> <path d="M7.46542 14.7207L9.68737 11.7642C9.82344 11.5821 10.0229 11.4578 10.2463 11.4158C10.4697 11.3738 10.7007 11.4172 10.8936 11.5375L13.0611 12.9069C13.2614 13.0345 13.5037 13.0784 13.7361 13.0292C13.9684 12.98 14.1721 12.8417 14.3036 12.6439L16.5346 9.27924" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> </svg>
Copied!