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/310078.svg" alt="Dashboard Circle Chart icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/310078.svg" alt="Dashboard Circle Chart icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/310078.svg" alt="Dashboard Circle Chart icon" :width="24" :height="24" />
CSS background
.icon-dashboard-circle-chart {
background-image: url('https://proicons.com/icon/310078.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="M12 1.75C9.97274 1.75 7.99101 2.35119 6.30541 3.47748C4.6198 4.60376 3.30603 6.20457 2.53023 8.07751C1.75443 9.95046 1.55145 12.0114 1.94695 13.9997C2.34245 15.988 3.31867 17.8144 4.75215 19.2479C6.18564 20.6814 8.01202 21.6576 10.0003 22.0531C11.9886 22.4486 14.0496 22.2456 15.9225 21.4698C17.7954 20.694 19.3963 19.3802 20.5226 17.6946C21.6488 16.009 22.25 14.0273 22.25 12C22.2474 9.28234 21.1666 6.6768 19.2449 4.75513C17.3232 2.83345 14.7177 1.75265 12 1.75ZM17.16 9.75L14.93 13.11C14.7003 13.4664 14.3422 13.7206 13.93 13.82C13.72 13.8651 13.5031 13.868 13.2919 13.8286C13.0807 13.7891 12.8795 13.708 12.7 13.59L10.53 12.22C10.4941 12.2098 10.4559 12.2098 10.42 12.22C10.4011 12.2214 10.3829 12.2277 10.3671 12.2382C10.3513 12.2487 10.3386 12.2631 10.33 12.28L8.09999 15.28C8.03125 15.3744 7.94089 15.4509 7.83649 15.5031C7.73209 15.5553 7.61671 15.5816 7.5 15.58C7.33807 15.5779 7.18078 15.5255 7.04999 15.43C6.8924 15.3092 6.78917 15.1308 6.76293 14.934C6.73668 14.7371 6.78957 14.5379 6.90999 14.38L9.12999 11.43C9.37303 11.1007 9.72916 10.8728 10.13 10.79C10.537 10.7165 10.9568 10.7948 11.31 11.01L13.48 12.39C13.5187 12.4046 13.5613 12.4046 13.6 12.39C13.6209 12.3867 13.6407 12.3786 13.658 12.3665C13.6753 12.3544 13.6897 12.3385 13.7 12.32L15.93 8.96002C16.0401 8.79426 16.2115 8.67903 16.4065 8.63965C16.6015 8.60027 16.8042 8.63994 16.97 8.75C17.1357 8.86006 17.251 9.03146 17.2904 9.2265C17.3298 9.42154 17.2901 9.62428 17.18 9.79004L17.16 9.75Z" fill="black"/> </svg>
Copied!