bubble chart icon
bubble-chart-outline from Material Symbols by Google · Outline · Business · Apache-2.0 Free for personal and commercial use.
- Name
- bubble-chart-outline
- Set
- Material Symbols
- Style
- Outline
- Category
- Business
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- bubble-chart-outline-rounded, bubble-chart-outline-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-.875m2.838-1.412q.287-.288.287-.713t-.288-.712T14.5 17t-.712.288T13.5 18t.288.713t.712.287t.713-.288M12.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.6m6.388-1.412Q20 9.975 20 8.5t-1.012-2.488T16.5 5t-2.488 1.013T13 8.5t1.013 2.488T16.5 12t2.488-1.012M7 18q-1.65 0-2.825-1.175T3 14t1.175-2.825T7 10t2.825 1.175T11 14t-1.175 2.825T7 18m1.412-2.588Q9 14.826 9 14t-.587-1.412T7 12t-1.412.588T5 14t.588 1.413T7 16t1.413-.587M7 14"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsBubbleChartOutline(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-.875m2.838-1.412q.287-.288.287-.713t-.288-.712T14.5 17t-.712.288T13.5 18t.288.713t.712.287t.713-.288M12.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.6m6.388-1.412Q20 9.975 20 8.5t-1.012-2.488T16.5 5t-2.488 1.013T13 8.5t1.013 2.488T16.5 12t2.488-1.012M7 18q-1.65 0-2.825-1.175T3 14t1.175-2.825T7 10t2.825 1.175T11 14t-1.175 2.825T7 18m1.412-2.588Q9 14.826 9 14t-.587-1.412T7 12t-1.412.588T5 14t.588 1.413T7 16t1.413-.587M7 14"/></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-.875m2.838-1.412q.287-.288.287-.713t-.288-.712T14.5 17t-.712.288T13.5 18t.288.713t.712.287t.713-.288M12.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.6m6.388-1.412Q20 9.975 20 8.5t-1.012-2.488T16.5 5t-2.488 1.013T13 8.5t1.013 2.488T16.5 12t2.488-1.012M7 18q-1.65 0-2.825-1.175T3 14t1.175-2.825T7 10t2.825 1.175T11 14t-1.175 2.825T7 18m1.412-2.588Q9 14.826 9 14t-.587-1.412T7 12t-1.412.588T5 14t.588 1.413T7 16t1.413-.587M7 14"/></svg> </template>
CSS
.icon-bubble-chart-outline {
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-.875m2.838-1.412q.287-.288.287-.713t-.288-.712T14.5%2017t-.712.288T13.5%2018t.288.713t.712.287t.713-.288M12.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.6m6.388-1.412Q20%209.975%2020%208.5t-1.012-2.488T16.5%205t-2.488%201.013T13%208.5t1.013%202.488T16.5%2012t2.488-1.012M7%2018q-1.65%200-2.825-1.175T3%2014t1.175-2.825T7%2010t2.825%201.175T11%2014t-1.175%202.825T7%2018m1.412-2.588Q9%2014.826%209%2014t-.587-1.412T7%2012t-1.412.588T5%2014t.588%201.413T7%2016t1.413-.587M7%2014%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-.875m2.838-1.412q.287-.288.287-.713t-.288-.712T14.5%2017t-.712.288T13.5%2018t.288.713t.712.287t.713-.288M12.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.6m6.388-1.412Q20%209.975%2020%208.5t-1.012-2.488T16.5%205t-2.488%201.013T13%208.5t1.013%202.488T16.5%2012t2.488-1.012M7%2018q-1.65%200-2.825-1.175T3%2014t1.175-2.825T7%2010t2.825%201.175T11%2014t-1.175%202.825T7%2018m1.412-2.588Q9%2014.826%209%2014t-.587-1.412T7%2012t-1.412.588T5%2014t.588%201.413T7%2016t1.413-.587M7%2014%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-outline.svg?color=%231a73e8&size=48