Chart Population Icon
Free SVG icon from the Carbon Icons collection. Download or copy for use in any project.
The Chart Population 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/317283.svg" alt="Chart Population icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/317283.svg" alt="Chart Population icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/317283.svg" alt="Chart Population icon" :width="24" :height="24" />
CSS background
.icon-chart-population {
background-image: url('https://proicons.com/icon/317283.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>
<title>chart--population</title>
<path d="M30,22H17V20h9V14H17V12h5V6H17V2H15V6H10v6h5v2H6v6h9v2H2v6H15v2h2V28H30ZM20,8v2H17V8Zm-8,2V8h3v2Zm12,6v2H17V16ZM8,18V16h7v2ZM4,26V24H15v2Zm24,0H17V24H28Z"/>
<rect id="_Transparent_Rectangle_" data-name="<Transparent Rectangle>" class="cls-1" width="32" height="32"/>
</svg>
Copied!