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/319661.svg" alt="Chart Lollipop icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/319661.svg" alt="Chart Lollipop icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/319661.svg" alt="Chart Lollipop icon" :width="24" :height="24" />
CSS background
.icon-chart-lollipop {
background-image: url('https://proicons.com/icon/319661.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="iso-8859-1"?> <!-- Generator: Adobe Illustrator 29.1.0, SVG Export Plug-In . SVG Version: 9.03 Build 55587) --> <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 32 32" style="enable-background:new 0 0 32 32;" xml:space="preserve"> <path id="chart--lollipop_00000150800520101991182940000007694734262693781929_" d="M31,31.36H1c-0.199,0-0.36-0.161-0.36-0.36V1 h0.72v29.64h4.28v-7.328c-0.576-0.158-1-0.687-1-1.312c0-0.75,0.61-1.36,1.36-1.36S7.36,21.25,7.36,22c0,0.625-0.424,1.153-1,1.312 v7.328h4.28V10.312c-0.576-0.158-1-0.686-1-1.312c0-0.75,0.61-1.36,1.36-1.36S12.36,8.25,12.36,9c0,0.625-0.424,1.153-1,1.312V30.64 h4.28V17.312c-0.576-0.158-1-0.686-1-1.312c0-0.75,0.61-1.36,1.36-1.36c0.75,0,1.36,0.61,1.36,1.36c0,0.625-0.425,1.153-1,1.312 V30.64h4.28V6.312c-0.575-0.158-1-0.686-1-1.312c0-0.75,0.61-1.36,1.36-1.36S22.36,4.25,22.36,5c0,0.625-0.425,1.153-1,1.312V30.64 h4.279V11.312c-0.575-0.158-1-0.686-1-1.312c0-0.75,0.61-1.36,1.36-1.36s1.36,0.61,1.36,1.36c0,0.625-0.425,1.153-1,1.312V30.64H31 V31.36z M6,21.36c-0.353,0-0.64,0.287-0.64,0.64S5.647,22.64,6,22.64S6.64,22.353,6.64,22S6.353,21.36,6,21.36z M16,15.36 c-0.353,0-0.64,0.287-0.64,0.64s0.287,0.64,0.64,0.64s0.64-0.287,0.64-0.64S16.353,15.36,16,15.36z M26,9.36 c-0.353,0-0.64,0.287-0.64,0.64s0.287,0.64,0.64,0.64s0.64-0.287,0.64-0.64S26.353,9.36,26,9.36z M11,8.36 c-0.353,0-0.64,0.287-0.64,0.64S10.647,9.64,11,9.64S11.64,9.353,11.64,9S11.353,8.36,11,8.36z M21,4.36 c-0.353,0-0.64,0.287-0.64,0.64S20.647,5.64,21,5.64S21.64,5.353,21.64,5S21.353,4.36,21,4.36z"/> <rect id="_Transparent_Rectangle" style="fill:none;" width="32" height="32"/> </svg>
Copied!