Chart 25 Icon
Free SVG icon from the Mage Icons collection. Download or copy for use in any project.
The Chart 25 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/310034.svg" alt="Chart 25 icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/310034.svg" alt="Chart 25 icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/310034.svg" alt="Chart 25 icon" :width="24" :height="24" />
CSS background
.icon-chart-25 {
background-image: url('https://proicons.com/icon/310034.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.97273 1.75 7.99101 2.35115 6.30541 3.47743C4.6198 4.60372 3.30606 6.20456 2.53026 8.0775C1.75446 9.95044 1.55145 12.0114 1.94695 13.9997C2.34245 15.988 3.3187 17.8144 4.75218 19.2478C6.18567 20.6813 8.01205 21.6575 10.0004 22.053C11.9887 22.4485 14.0496 22.2456 15.9225 21.4698C17.7955 20.694 19.3963 19.3802 20.5226 17.6946C21.6489 16.009 22.25 14.0273 22.25 12C22.2473 9.28234 21.1666 6.67676 19.2449 4.75508C17.3232 2.83341 14.7176 1.75265 12 1.75ZM12.75 11.25V3.25C14.8154 3.41859 16.7538 4.31558 18.2191 5.78091C19.6844 7.24625 20.5814 9.18458 20.75 11.25H12.75Z" fill="black"/> </svg>
Copied!