Chart Lollipop Icon
Free SVG icon from the Carbon Icons collection. Download or copy for use in any project.
The Chart Lollipop 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/317271.svg" alt="Chart Lollipop icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/317271.svg" alt="Chart Lollipop icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/317271.svg" alt="Chart Lollipop icon" :width="24" :height="24" />
CSS background
.icon-chart-lollipop {
background-image: url('https://proicons.com/icon/317271.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?>
<svg id="icons" xmlns="http://www.w3.org/2000/svg" width="32" height="32" version="1.1" viewBox="0 0 32 32">
<!-- Generator: Adobe Illustrator 30.1.0, SVG Export Plug-In . SVG Version: 2.1.1 Build 136) -->
<defs>
<style>
.st0 {
fill: none;
}
</style>
</defs>
<path d="M25,28v-9.1c1.7-.4,3-2,3-3.9s-1.8-4-4-4-4,1.8-4,4,1.3,3.4,3,3.9v9.1h-5V10.9c1.7-.4,3-2,3-3.9s-1.8-4-4-4-4,1.8-4,4,1.3,3.4,3,3.9v17.1h-5v-6.1c1.7-.4,3-2,3-3.9s-1.8-4-4-4-4,1.8-4,4,1.3,3.4,3,3.9v6.1h-5V2h-2v26c0,1.1.9,2,2,2h26v-2h-5ZM22,15c0-1.1.9-2,2-2s2,.9,2,2-.9,2-2,2-2-.9-2-2ZM15,7c0-1.1.9-2,2-2s2,.9,2,2-.9,2-2,2-2-.9-2-2ZM8,18c0-1.1.9-2,2-2s2,.9,2,2-.9,2-2,2-2-.9-2-2Z"/>
<rect id="_x3C_Transparent_Rectangle_x3E_" class="st0" width="32" height="32"/>
</svg>
Copied!