Chart Multitype Icon
Free SVG icon from the Carbon Icons collection. Download or copy for use in any project.
The Chart Multitype 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/317277.svg" alt="Chart Multitype icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/317277.svg" alt="Chart Multitype icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/317277.svg" alt="Chart Multitype icon" :width="24" :height="24" />
CSS background
.icon-chart-multitype {
background-image: url('https://proicons.com/icon/317277.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>
<rect x="28" y="22" width="2" height="8"/>
<rect x="24" y="18" width="2" height="12"/>
<rect x="20" y="26" width="2" height="4"/>
<path d="M9,16a7,7,0,1,0,7,7A7.0078,7.0078,0,0,0,9,16Zm4.8989,6H10V18.1011A5.0145,5.0145,0,0,1,13.8989,22ZM9,28a5,5,0,0,1-1-9.8989V22a2,2,0,0,0,2,2h3.8989A5.0081,5.0081,0,0,1,9,28Z"/>
<path d="M22.5352,12l4-6H30V4H25.4648l-4,6H18V2H16V14a2,2,0,0,0,2,2H30V14H18V12Z"/>
<circle cx="11" cy="7" r="1"/>
<circle cx="9" cy="11" r="1"/>
<circle cx="7" cy="5" r="1"/>
<circle cx="5" cy="9" r="1"/>
<circle cx="3" cy="13" r="1"/>
<rect id="_Transparent_Rectangle_" data-name="<Transparent Rectangle>" class="cls-1" width="32" height="32"/>
</svg>
Copied!