bubble chart icon
bubble-chart from Material Symbols Light by Google · Regular · Business · Apache-2.0 Free for personal and commercial use.
- Name
- bubble-chart
- Set
- Material Symbols Light
- Style
- Regular
- Category
- Business
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- bubble-chart-rounded, bubble-chart-sharp
1 other variant in Material Symbols Light
The same icon in other sets
More business icons from Material Symbols Light
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.73 19.346q-.653-.654-.653-1.577t.654-1.577t1.577-.653t1.577.653t.654 1.577t-.654 1.577t-1.577.654t-1.577-.654m.571-7.648Q12 10.396 12 8.5t1.302-3.198T16.5 4t3.198 1.302T21 8.5t-1.302 3.198T16.5 13t-3.198-1.302m-6.071 5.533q-1.342 0-2.287-.945T4 14t.944-2.286t2.287-.945t2.286.944t.945 2.287t-.945 2.286t-2.286.945"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightBubbleChart(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.73 19.346q-.653-.654-.653-1.577t.654-1.577t1.577-.653t1.577.653t.654 1.577t-.654 1.577t-1.577.654t-1.577-.654m.571-7.648Q12 10.396 12 8.5t1.302-3.198T16.5 4t3.198 1.302T21 8.5t-1.302 3.198T16.5 13t-3.198-1.302m-6.071 5.533q-1.342 0-2.287-.945T4 14t.944-2.286t2.287-.945t2.286.944t.945 2.287t-.945 2.286t-2.286.945"/></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.73 19.346q-.653-.654-.653-1.577t.654-1.577t1.577-.653t1.577.653t.654 1.577t-.654 1.577t-1.577.654t-1.577-.654m.571-7.648Q12 10.396 12 8.5t1.302-3.198T16.5 4t3.198 1.302T21 8.5t-1.302 3.198T16.5 13t-3.198-1.302m-6.071 5.533q-1.342 0-2.287-.945T4 14t.944-2.286t2.287-.945t2.286.944t.945 2.287t-.945 2.286t-2.286.945"/></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.73%2019.346q-.653-.654-.653-1.577t.654-1.577t1.577-.653t1.577.653t.654%201.577t-.654%201.577t-1.577.654t-1.577-.654m.571-7.648Q12%2010.396%2012%208.5t1.302-3.198T16.5%204t3.198%201.302T21%208.5t-1.302%203.198T16.5%2013t-3.198-1.302m-6.071%205.533q-1.342%200-2.287-.945T4%2014t.944-2.286t2.287-.945t2.286.944t.945%202.287t-.945%202.286t-2.286.945%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.73%2019.346q-.653-.654-.653-1.577t.654-1.577t1.577-.653t1.577.653t.654%201.577t-.654%201.577t-1.577.654t-1.577-.654m.571-7.648Q12%2010.396%2012%208.5t1.302-3.198T16.5%204t3.198%201.302T21%208.5t-1.302%203.198T16.5%2013t-3.198-1.302m-6.071%205.533q-1.342%200-2.287-.945T4%2014t.944-2.286t2.287-.945t2.286.944t.945%202.287t-.945%202.286t-2.286.945%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/bubble-chart.svg?color=%231a73e8&size=48