Chart 15 Icon
Free SVG icon from the Mage Icons collection. Download or copy for use in any project.
The Chart 15 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/310033.svg" alt="Chart 15 icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/310033.svg" alt="Chart 15 icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/310033.svg" alt="Chart 15 icon" :width="24" :height="24" />
CSS background
.icon-chart-15 {
background-image: url('https://proicons.com/icon/310033.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="M19.3701 4.81996L19.1501 4.59996C17.1985 2.71429 14.5809 1.67591 11.8674 1.71088C9.15386 1.74584 6.56402 2.85132 4.66166 4.78665C2.75929 6.72199 1.69843 9.33046 1.71009 12.0442C1.72174 14.7579 2.80496 17.3572 4.72388 19.2761C6.6428 21.1951 9.24207 22.2783 11.9558 22.2899C14.6696 22.3016 17.278 21.2407 19.2134 19.3384C21.1487 17.436 22.2542 14.8461 22.2892 12.1326C22.3241 9.41906 21.2857 6.80157 19.4001 4.84996L19.3701 4.81996ZM12.7601 10.12V3.21996C14.5553 3.36239 16.2612 4.06156 17.64 5.21996L12.7601 10.12Z" fill="black"/> </svg>
Copied!