grouped bar chart icon

grouped-bar-chart-rounded from Material Symbols Light by Google · Rounded · Business · Apache-2.0 Free for personal and commercial use.

Name
grouped-bar-chart-rounded
Set
Material Symbols Light
Style
Rounded
Category
Business
Viewbox
24×24
License
Apache 2.0
Aliases
grouped-bar-chart-outline-rounded

1 other variant in Material Symbols Light

The same icon in other sets

More business icons from Material Symbols Light

Use the grouped bar chart icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5.808 19q-.343 0-.576-.232T5 18.192V9.52q0-.343.232-.575t.576-.233h1.384q.343 0 .576.233T8 9.519v8.673q0 .344-.232.576T7.192 19zm4.384 0q-.343 0-.575-.233q-.232-.232-.232-.576V14.15q0-.343.232-.573t.575-.23h1.385q.343 0 .576.233q.232.232.232.576v4.042q0 .344-.232.573q-.233.23-.576.23zm6.616 0q-.343 0-.576-.232T16 18.192V5.808q0-.343.232-.576T16.808 5h1.384q.344 0 .576.232t.232.576v12.384q0 .344-.232.576t-.576.232z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightGroupedBarChartRounded(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="M5.808 19q-.343 0-.576-.232T5 18.192V9.52q0-.343.232-.575t.576-.233h1.384q.343 0 .576.233T8 9.519v8.673q0 .344-.232.576T7.192 19zm4.384 0q-.343 0-.575-.233q-.232-.232-.232-.576V14.15q0-.343.232-.573t.575-.23h1.385q.343 0 .576.233q.232.232.232.576v4.042q0 .344-.232.573q-.233.23-.576.23zm6.616 0q-.343 0-.576-.232T16 18.192V5.808q0-.343.232-.576T16.808 5h1.384q.344 0 .576.232t.232.576v12.384q0 .344-.232.576t-.576.232z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5.808 19q-.343 0-.576-.232T5 18.192V9.52q0-.343.232-.575t.576-.233h1.384q.343 0 .576.233T8 9.519v8.673q0 .344-.232.576T7.192 19zm4.384 0q-.343 0-.575-.233q-.232-.232-.232-.576V14.15q0-.343.232-.573t.575-.23h1.385q.343 0 .576.233q.232.232.232.576v4.042q0 .344-.232.573q-.233.23-.576.23zm6.616 0q-.343 0-.576-.232T16 18.192V5.808q0-.343.232-.576T16.808 5h1.384q.344 0 .576.232t.232.576v12.384q0 .344-.232.576t-.576.232z"/></svg>
</template>

CSS

.icon-grouped-bar-chart-rounded {
  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%22M5.808%2019q-.343%200-.576-.232T5%2018.192V9.52q0-.343.232-.575t.576-.233h1.384q.343%200%20.576.233T8%209.519v8.673q0%20.344-.232.576T7.192%2019zm4.384%200q-.343%200-.575-.233q-.232-.232-.232-.576V14.15q0-.343.232-.573t.575-.23h1.385q.343%200%20.576.233q.232.232.232.576v4.042q0%20.344-.232.573q-.233.23-.576.23zm6.616%200q-.343%200-.576-.232T16%2018.192V5.808q0-.343.232-.576T16.808%205h1.384q.344%200%20.576.232t.232.576v12.384q0%20.344-.232.576t-.576.232z%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%22M5.808%2019q-.343%200-.576-.232T5%2018.192V9.52q0-.343.232-.575t.576-.233h1.384q.343%200%20.576.233T8%209.519v8.673q0%20.344-.232.576T7.192%2019zm4.384%200q-.343%200-.575-.233q-.232-.232-.232-.576V14.15q0-.343.232-.573t.575-.23h1.385q.343%200%20.576.233q.232.232.232.576v4.042q0%20.344-.232.573q-.233.23-.576.23zm6.616%200q-.343%200-.576-.232T16%2018.192V5.808q0-.343.232-.576T16.808%205h1.384q.344%200%20.576.232t.232.576v12.384q0%20.344-.232.576t-.576.232z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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