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

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

1 other variant in Material Symbols Light

The same icon in other sets

More business icons from Material Symbols Light

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.5 20q-.213 0-.356-.144T3 19.499t.144-.356T3.5 19h17q.213 0 .356.144t.144.357t-.144.356T20.5 20zm.793-3.061Q4 16.648 4 16.231V13q0-.417.291-.708q.291-.292.707-.292t.709.292T6 13v3.23q0 .418-.291.709q-.291.292-.707.292t-.709-.292m4.654 0q-.293-.292-.293-.708V8q0-.417.29-.708Q9.237 7 9.652 7t.71.292q.293.291.293.708v8.23q0 .418-.291.709q-.291.292-.707.292t-.709-.292m4.673 0q-.293-.292-.293-.708V11q0-.417.291-.708q.291-.292.707-.292t.709.292t.293.708v5.23q0 .418-.291.709q-.291.292-.707.292t-.709-.292m4.673 0Q18 16.648 18 16.231V5q0-.417.291-.708q.291-.292.707-.292t.709.292T20 5v11.23q0 .418-.291.709q-.291.292-.707.292t-.709-.292"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightBarChart4BarsRounded(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.5 20q-.213 0-.356-.144T3 19.499t.144-.356T3.5 19h17q.213 0 .356.144t.144.357t-.144.356T20.5 20zm.793-3.061Q4 16.648 4 16.231V13q0-.417.291-.708q.291-.292.707-.292t.709.292T6 13v3.23q0 .418-.291.709q-.291.292-.707.292t-.709-.292m4.654 0q-.293-.292-.293-.708V8q0-.417.29-.708Q9.237 7 9.652 7t.71.292q.293.291.293.708v8.23q0 .418-.291.709q-.291.292-.707.292t-.709-.292m4.673 0q-.293-.292-.293-.708V11q0-.417.291-.708q.291-.292.707-.292t.709.292t.293.708v5.23q0 .418-.291.709q-.291.292-.707.292t-.709-.292m4.673 0Q18 16.648 18 16.231V5q0-.417.291-.708q.291-.292.707-.292t.709.292T20 5v11.23q0 .418-.291.709q-.291.292-.707.292t-.709-.292"/></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.5 20q-.213 0-.356-.144T3 19.499t.144-.356T3.5 19h17q.213 0 .356.144t.144.357t-.144.356T20.5 20zm.793-3.061Q4 16.648 4 16.231V13q0-.417.291-.708q.291-.292.707-.292t.709.292T6 13v3.23q0 .418-.291.709q-.291.292-.707.292t-.709-.292m4.654 0q-.293-.292-.293-.708V8q0-.417.29-.708Q9.237 7 9.652 7t.71.292q.293.291.293.708v8.23q0 .418-.291.709q-.291.292-.707.292t-.709-.292m4.673 0q-.293-.292-.293-.708V11q0-.417.291-.708q.291-.292.707-.292t.709.292t.293.708v5.23q0 .418-.291.709q-.291.292-.707.292t-.709-.292m4.673 0Q18 16.648 18 16.231V5q0-.417.291-.708q.291-.292.707-.292t.709.292T20 5v11.23q0 .418-.291.709q-.291.292-.707.292t-.709-.292"/></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.5%2020q-.213%200-.356-.144T3%2019.499t.144-.356T3.5%2019h17q.213%200%20.356.144t.144.357t-.144.356T20.5%2020zm.793-3.061Q4%2016.648%204%2016.231V13q0-.417.291-.708q.291-.292.707-.292t.709.292T6%2013v3.23q0%20.418-.291.709q-.291.292-.707.292t-.709-.292m4.654%200q-.293-.292-.293-.708V8q0-.417.29-.708Q9.237%207%209.652%207t.71.292q.293.291.293.708v8.23q0%20.418-.291.709q-.291.292-.707.292t-.709-.292m4.673%200q-.293-.292-.293-.708V11q0-.417.291-.708q.291-.292.707-.292t.709.292t.293.708v5.23q0%20.418-.291.709q-.291.292-.707.292t-.709-.292m4.673%200Q18%2016.648%2018%2016.231V5q0-.417.291-.708q.291-.292.707-.292t.709.292T20%205v11.23q0%20.418-.291.709q-.291.292-.707.292t-.709-.292%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.5%2020q-.213%200-.356-.144T3%2019.499t.144-.356T3.5%2019h17q.213%200%20.356.144t.144.357t-.144.356T20.5%2020zm.793-3.061Q4%2016.648%204%2016.231V13q0-.417.291-.708q.291-.292.707-.292t.709.292T6%2013v3.23q0%20.418-.291.709q-.291.292-.707.292t-.709-.292m4.654%200q-.293-.292-.293-.708V8q0-.417.29-.708Q9.237%207%209.652%207t.71.292q.293.291.293.708v8.23q0%20.418-.291.709q-.291.292-.707.292t-.709-.292m4.673%200q-.293-.292-.293-.708V11q0-.417.291-.708q.291-.292.707-.292t.709.292t.293.708v5.23q0%20.418-.291.709q-.291.292-.707.292t-.709-.292m4.673%200Q18%2016.648%2018%2016.231V5q0-.417.291-.708q.291-.292.707-.292t.709.292T20%205v11.23q0%20.418-.291.709q-.291.292-.707.292t-.709-.292%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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