Chart Combo Icon
Free SVG icon from the Carbon Icons collection. Download or copy for use in any project.
The Chart Combo 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/317258.svg" alt="Chart Combo icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/317258.svg" alt="Chart Combo icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/317258.svg" alt="Chart Combo icon" :width="24" :height="24" />
CSS background
.icon-chart-combo {
background-image: url('https://proicons.com/icon/317258.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg id="icon" xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32">
<defs>
<style>
.cls-1 {
fill: none;
}
</style>
</defs>
<path d="M27,28V16H19V28H15V12H7V28H4V2H2V28a2,2,0,0,0,2,2H30V28ZM13,28H9V14h4Zm12,0H21V18h4Z"/>
<path d="M22.7856,14a1.9877,1.9877,0,0,1-1.1787-.3865L11.2041,5.987,8.2419,10,6.6374,8.8065l2.9812-4a1.9978,1.9978,0,0,1,2.749-.446l10.4214,7.64,3.6045-4.8613L28,8.3306l-3.6045,4.8611A2.0014,2.0014,0,0,1,22.7856,14Z"/>
<rect id="_Transparent_Rectangle_" data-name="<Transparent Rectangle>" class="cls-1" width="32" height="32"/>
</svg>
Chart Combo in other icon packs
Copied!