bubble-chart from Material Symbols by Google · Regular · Business · Apache-2.0 Free for personal and commercial use.

Name
bubble-chart
Set
Material Symbols
Style
Regular
Category
Business
Viewbox
24×24
License
Apache 2.0
Aliases
bubble-chart-rounded, bubble-chart-sharp

1 other variant in Material Symbols

The same icon in other sets

More business icons from Material Symbols

Use the bubble chart icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.375 20.125Q11.5 19.25 11.5 18t.875-2.125T14.5 15t2.125.875T17.5 18t-.875 2.125T14.5 21t-2.125-.875M12.6 12.4Q11 10.8 11 8.5t1.6-3.9T16.5 3t3.9 1.6T22 8.5t-1.6 3.9t-3.9 1.6t-3.9-1.6M7 18q-1.65 0-2.825-1.175T3 14t1.175-2.825T7 10t2.825 1.175T11 14t-1.175 2.825T7 18"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsBubbleChart(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.375 20.125Q11.5 19.25 11.5 18t.875-2.125T14.5 15t2.125.875T17.5 18t-.875 2.125T14.5 21t-2.125-.875M12.6 12.4Q11 10.8 11 8.5t1.6-3.9T16.5 3t3.9 1.6T22 8.5t-1.6 3.9t-3.9 1.6t-3.9-1.6M7 18q-1.65 0-2.825-1.175T3 14t1.175-2.825T7 10t2.825 1.175T11 14t-1.175 2.825T7 18"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.375 20.125Q11.5 19.25 11.5 18t.875-2.125T14.5 15t2.125.875T17.5 18t-.875 2.125T14.5 21t-2.125-.875M12.6 12.4Q11 10.8 11 8.5t1.6-3.9T16.5 3t3.9 1.6T22 8.5t-1.6 3.9t-3.9 1.6t-3.9-1.6M7 18q-1.65 0-2.825-1.175T3 14t1.175-2.825T7 10t2.825 1.175T11 14t-1.175 2.825T7 18"/></svg>
</template>

CSS

.icon-bubble-chart {
  width: 24px;
  height: 24px;
  background-color: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12.375%2020.125Q11.5%2019.25%2011.5%2018t.875-2.125T14.5%2015t2.125.875T17.5%2018t-.875%202.125T14.5%2021t-2.125-.875M12.6%2012.4Q11%2010.8%2011%208.5t1.6-3.9T16.5%203t3.9%201.6T22%208.5t-1.6%203.9t-3.9%201.6t-3.9-1.6M7%2018q-1.65%200-2.825-1.175T3%2014t1.175-2.825T7%2010t2.825%201.175T11%2014t-1.175%202.825T7%2018%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
  mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12.375%2020.125Q11.5%2019.25%2011.5%2018t.875-2.125T14.5%2015t2.125.875T17.5%2018t-.875%202.125T14.5%2021t-2.125-.875M12.6%2012.4Q11%2010.8%2011%208.5t1.6-3.9T16.5%203t3.9%201.6T22%208.5t-1.6%203.9t-3.9%201.6t-3.9-1.6M7%2018q-1.65%200-2.825-1.175T3%2014t1.175-2.825T7%2010t2.825%201.175T11%2014t-1.175%202.825T7%2018%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/bubble-chart.svg?color=%231a73e8&size=48