bar chart 4 bars icon

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

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

1 other variant in Material Symbols

The same icon in other sets

More business icons from Material Symbols

Use the bar chart 4 bars icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3 21q-.425 0-.712-.288T2 20t.288-.712T3 19h18q.425 0 .713.288T22 20t-.288.713T21 21zm.438-3.437Q3 17.125 3 16.5v-4q0-.625.438-1.062T4.5 11t1.063.438T6 12.5v4q0 .625-.437 1.063T4.5 18t-1.062-.437m5 0Q8 17.125 8 16.5v-9q0-.625.438-1.062T9.5 6t1.063.438T11 7.5v9q0 .625-.437 1.063T9.5 18t-1.062-.437m5 0Q13 17.125 13 16.5v-6q0-.625.438-1.062T14.5 9t1.063.438T16 10.5v6q0 .625-.437 1.063T14.5 18t-1.062-.437m5 0Q18 17.125 18 16.5v-12q0-.625.438-1.062T19.5 3t1.063.438T21 4.5v12q0 .625-.437 1.063T19.5 18t-1.062-.437"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsBarChart4BarsRounded(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="M3 21q-.425 0-.712-.288T2 20t.288-.712T3 19h18q.425 0 .713.288T22 20t-.288.713T21 21zm.438-3.437Q3 17.125 3 16.5v-4q0-.625.438-1.062T4.5 11t1.063.438T6 12.5v4q0 .625-.437 1.063T4.5 18t-1.062-.437m5 0Q8 17.125 8 16.5v-9q0-.625.438-1.062T9.5 6t1.063.438T11 7.5v9q0 .625-.437 1.063T9.5 18t-1.062-.437m5 0Q13 17.125 13 16.5v-6q0-.625.438-1.062T14.5 9t1.063.438T16 10.5v6q0 .625-.437 1.063T14.5 18t-1.062-.437m5 0Q18 17.125 18 16.5v-12q0-.625.438-1.062T19.5 3t1.063.438T21 4.5v12q0 .625-.437 1.063T19.5 18t-1.062-.437"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3 21q-.425 0-.712-.288T2 20t.288-.712T3 19h18q.425 0 .713.288T22 20t-.288.713T21 21zm.438-3.437Q3 17.125 3 16.5v-4q0-.625.438-1.062T4.5 11t1.063.438T6 12.5v4q0 .625-.437 1.063T4.5 18t-1.062-.437m5 0Q8 17.125 8 16.5v-9q0-.625.438-1.062T9.5 6t1.063.438T11 7.5v9q0 .625-.437 1.063T9.5 18t-1.062-.437m5 0Q13 17.125 13 16.5v-6q0-.625.438-1.062T14.5 9t1.063.438T16 10.5v6q0 .625-.437 1.063T14.5 18t-1.062-.437m5 0Q18 17.125 18 16.5v-12q0-.625.438-1.062T19.5 3t1.063.438T21 4.5v12q0 .625-.437 1.063T19.5 18t-1.062-.437"/></svg>
</template>

CSS

.icon-bar-chart-4-bars-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%22M3%2021q-.425%200-.712-.288T2%2020t.288-.712T3%2019h18q.425%200%20.713.288T22%2020t-.288.713T21%2021zm.438-3.437Q3%2017.125%203%2016.5v-4q0-.625.438-1.062T4.5%2011t1.063.438T6%2012.5v4q0%20.625-.437%201.063T4.5%2018t-1.062-.437m5%200Q8%2017.125%208%2016.5v-9q0-.625.438-1.062T9.5%206t1.063.438T11%207.5v9q0%20.625-.437%201.063T9.5%2018t-1.062-.437m5%200Q13%2017.125%2013%2016.5v-6q0-.625.438-1.062T14.5%209t1.063.438T16%2010.5v6q0%20.625-.437%201.063T14.5%2018t-1.062-.437m5%200Q18%2017.125%2018%2016.5v-12q0-.625.438-1.062T19.5%203t1.063.438T21%204.5v12q0%20.625-.437%201.063T19.5%2018t-1.062-.437%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%22M3%2021q-.425%200-.712-.288T2%2020t.288-.712T3%2019h18q.425%200%20.713.288T22%2020t-.288.713T21%2021zm.438-3.437Q3%2017.125%203%2016.5v-4q0-.625.438-1.062T4.5%2011t1.063.438T6%2012.5v4q0%20.625-.437%201.063T4.5%2018t-1.062-.437m5%200Q8%2017.125%208%2016.5v-9q0-.625.438-1.062T9.5%206t1.063.438T11%207.5v9q0%20.625-.437%201.063T9.5%2018t-1.062-.437m5%200Q13%2017.125%2013%2016.5v-6q0-.625.438-1.062T14.5%209t1.063.438T16%2010.5v6q0%20.625-.437%201.063T14.5%2018t-1.062-.437m5%200Q18%2017.125%2018%2016.5v-12q0-.625.438-1.062T19.5%203t1.063.438T21%204.5v12q0%20.625-.437%201.063T19.5%2018t-1.062-.437%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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