Chart 50 Icon
Free SVG icon from the Mage Icons collection. Download or copy for use in any project.
The Chart 50 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/310035.svg" alt="Chart 50 icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/310035.svg" alt="Chart 50 icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/310035.svg" alt="Chart 50 icon" :width="24" :height="24" />
CSS background
.icon-chart-50 {
background-image: url('https://proicons.com/icon/310035.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.99103 2.35115 6.30542 3.47743C4.61982 4.60372 3.30601 6.20456 2.53022 8.0775C1.75442 9.95044 1.55147 12.0114 1.94696 13.9997C2.34246 15.988 3.31865 17.8144 4.75214 19.2478C6.18563 20.6813 8.012 21.6575 10.0003 22.053C11.9886 22.4485 14.0495 22.2456 15.9225 21.4698C17.7954 20.694 19.3962 19.3802 20.5225 17.6946C21.6488 16.009 22.25 14.0273 22.25 12C22.2474 9.28234 21.1666 6.67676 19.2449 4.75508C17.3233 2.83341 14.7177 1.75265 12 1.75ZM12.75 20.75V3.28999C14.9352 3.47152 16.9723 4.46782 18.4573 6.08122C19.9422 7.69463 20.7665 9.80726 20.7665 12C20.7665 14.1927 19.9422 16.3054 18.4573 17.9188C16.9723 19.5322 14.9352 20.5285 12.75 20.71V20.75Z" fill="black"/> </svg>
Copied!