Chart Bubble Line Icon
Free SVG icon from the Carbon Icons collection. Download or copy for use in any project.
The Chart Bubble Line 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/319651.svg" alt="Chart Bubble Line icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/319651.svg" alt="Chart Bubble Line icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/319651.svg" alt="Chart Bubble Line icon" :width="24" :height="24" />
CSS background
.icon-chart-bubble-line {
background-image: url('https://proicons.com/icon/319651.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 24.3.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --> <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--bubble--line_1_" d="M31,31.36H1c-0.199,0-0.36-0.161-0.36-0.36V1h0.72v14.64h4.308c0.174-1.131,1.154-2,2.333-2 c1.301,0,2.36,1.059,2.36,2.36c0,0.503-0.158,0.971-0.428,1.354l4.714,4.714c0.619-0.436,1.517-0.545,2.23-0.26L23.71,9.976 C23.066,9.554,22.64,8.826,22.64,8c0-1.301,1.059-2.36,2.36-2.36c1.179,0,2.159,0.869,2.333,2H31v0.72h-3.667 c-0.174,1.131-1.154,2-2.333,2c-0.219,0-0.43-0.03-0.631-0.085l-6.873,11.901c0.527,0.434,0.864,1.09,0.864,1.824 c0,1.302-1.059,2.36-2.36,2.36s-2.36-1.059-2.36-2.36c0-0.539,0.181-1.036,0.486-1.434l-4.693-4.692 C9.036,18.179,8.539,18.36,8,18.36c-1.179,0-2.159-0.869-2.333-2H1.36v14.28H31V31.36z M16,22.36c-0.904,0-1.64,0.735-1.64,1.64 s0.736,1.64,1.64,1.64c0.904,0,1.64-0.735,1.64-1.64S16.904,22.36,16,22.36z M6.36,16c0,0.904,0.736,1.64,1.64,1.64 S9.64,16.904,9.64,16S8.904,14.36,8,14.36S6.36,15.096,6.36,16z M25,6.36c-0.904,0-1.64,0.736-1.64,1.64S24.096,9.64,25,9.64 S26.64,8.904,26.64,8S25.904,6.36,25,6.36z"/> <rect id="_Transparent_Rectangle" style="fill:none;" width="32" height="32"/> </svg>
Copied!