chart bubble packed icon
chart-bubble-packed from Carbon by IBM · Outline · Organization · Apache-2.0 Free for personal and commercial use.
- Name
- chart-bubble-packed
- Set
- Carbon
- Style
- Outline
- Category
- Organization
- Viewbox
- 32×32
- License
- Apache 2.0
More organization icons from Carbon
Use the chart bubble packed icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M27.532 17.172A8.99 8.99 0 1 0 13.607 5.88a5.997 5.997 0 1 0-8.556 7.342a6.997 6.997 0 1 0 7.994 11.484A5.998 5.998 0 0 0 25 24c0-.122-.011-.24-.018-.36a3.487 3.487 0 1 0 2.55-6.468M21 4a7 7 0 1 1-7 7a7.01 7.01 0 0 1 7-7M8 4a4 4 0 1 1-4 4a4.005 4.005 0 0 1 4-4m11 24a4 4 0 1 1 4-4a4.005 4.005 0 0 1-4 4"/></svg>
React
import type { SVGProps } from "react";
export function CarbonChartBubblePacked(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M27.532 17.172A8.99 8.99 0 1 0 13.607 5.88a5.997 5.997 0 1 0-8.556 7.342a6.997 6.997 0 1 0 7.994 11.484A5.998 5.998 0 0 0 25 24c0-.122-.011-.24-.018-.36a3.487 3.487 0 1 0 2.55-6.468M21 4a7 7 0 1 1-7 7a7.01 7.01 0 0 1 7-7M8 4a4 4 0 1 1-4 4a4.005 4.005 0 0 1 4-4m11 24a4 4 0 1 1 4-4a4.005 4.005 0 0 1-4 4"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M27.532 17.172A8.99 8.99 0 1 0 13.607 5.88a5.997 5.997 0 1 0-8.556 7.342a6.997 6.997 0 1 0 7.994 11.484A5.998 5.998 0 0 0 25 24c0-.122-.011-.24-.018-.36a3.487 3.487 0 1 0 2.55-6.468M21 4a7 7 0 1 1-7 7a7.01 7.01 0 0 1 7-7M8 4a4 4 0 1 1-4 4a4.005 4.005 0 0 1 4-4m11 24a4 4 0 1 1 4-4a4.005 4.005 0 0 1-4 4"/></svg> </template>
CSS
.icon-chart-bubble-packed {
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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M27.532%2017.172A8.99%208.99%200%201%200%2013.607%205.88a5.997%205.997%200%201%200-8.556%207.342a6.997%206.997%200%201%200%207.994%2011.484A5.998%205.998%200%200%200%2025%2024c0-.122-.011-.24-.018-.36a3.487%203.487%200%201%200%202.55-6.468M21%204a7%207%200%201%201-7%207a7.01%207.01%200%200%201%207-7M8%204a4%204%200%201%201-4%204a4.005%204.005%200%200%201%204-4m11%2024a4%204%200%201%201%204-4a4.005%204.005%200%200%201-4%204%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M27.532%2017.172A8.99%208.99%200%201%200%2013.607%205.88a5.997%205.997%200%201%200-8.556%207.342a6.997%206.997%200%201%200%207.994%2011.484A5.998%205.998%200%200%200%2025%2024c0-.122-.011-.24-.018-.36a3.487%203.487%200%201%200%202.55-6.468M21%204a7%207%200%201%201-7%207a7.01%207.01%200%200%201%207-7M8%204a4%204%200%201%201-4%204a4.005%204.005%200%200%201%204-4m11%2024a4%204%200%201%201%204-4a4.005%204.005%200%200%201-4%204%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/carbon/chart-bubble-packed.svg?color=%231a73e8&size=48