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

Name
bar-chart-off-rounded
Set
Material Symbols Light
Style
Rounded
Category
Business
Viewbox
24×24
License
Apache 2.0
Aliases
bar-chart-off-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 off 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.192v-7.567q0-.358.232-.587t.576-.23h1.384q.343 0 .576.232t.232.576v7.567q0 .358-.232.587t-.576.23zm5.5 0q-.343 0-.576-.232t-.232-.576V10.5l3 3v4.692q0 .344-.232.576t-.576.232zm2.192-8.311l-3-3V5.808q0-.343.232-.576T11.308 5h1.384q.344 0 .576.232t.232.576zm5.5 5.5l-1.961-1.962v-.035h1.153q.343 0 .576.232T19 15zm.479 4.711L3.094 4.521q-.146-.146-.153-.347t.159-.366t.357-.166t.356.166l16.38 16.384q.145.146.155.344t-.156.364q-.165.165-.357.165q-.19 0-.356-.165"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightBarChartOffRounded(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.192v-7.567q0-.358.232-.587t.576-.23h1.384q.343 0 .576.232t.232.576v7.567q0 .358-.232.587t-.576.23zm5.5 0q-.343 0-.576-.232t-.232-.576V10.5l3 3v4.692q0 .344-.232.576t-.576.232zm2.192-8.311l-3-3V5.808q0-.343.232-.576T11.308 5h1.384q.344 0 .576.232t.232.576zm5.5 5.5l-1.961-1.962v-.035h1.153q.343 0 .576.232T19 15zm.479 4.711L3.094 4.521q-.146-.146-.153-.347t.159-.366t.357-.166t.356.166l16.38 16.384q.145.146.155.344t-.156.364q-.165.165-.357.165q-.19 0-.356-.165"/></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.192v-7.567q0-.358.232-.587t.576-.23h1.384q.343 0 .576.232t.232.576v7.567q0 .358-.232.587t-.576.23zm5.5 0q-.343 0-.576-.232t-.232-.576V10.5l3 3v4.692q0 .344-.232.576t-.576.232zm2.192-8.311l-3-3V5.808q0-.343.232-.576T11.308 5h1.384q.344 0 .576.232t.232.576zm5.5 5.5l-1.961-1.962v-.035h1.153q.343 0 .576.232T19 15zm.479 4.711L3.094 4.521q-.146-.146-.153-.347t.159-.366t.357-.166t.356.166l16.38 16.384q.145.146.155.344t-.156.364q-.165.165-.357.165q-.19 0-.356-.165"/></svg>
</template>

CSS

.icon-bar-chart-off-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.192v-7.567q0-.358.232-.587t.576-.23h1.384q.343%200%20.576.232t.232.576v7.567q0%20.358-.232.587t-.576.23zm5.5%200q-.343%200-.576-.232t-.232-.576V10.5l3%203v4.692q0%20.344-.232.576t-.576.232zm2.192-8.311l-3-3V5.808q0-.343.232-.576T11.308%205h1.384q.344%200%20.576.232t.232.576zm5.5%205.5l-1.961-1.962v-.035h1.153q.343%200%20.576.232T19%2015zm.479%204.711L3.094%204.521q-.146-.146-.153-.347t.159-.366t.357-.166t.356.166l16.38%2016.384q.145.146.155.344t-.156.364q-.165.165-.357.165q-.19%200-.356-.165%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.192v-7.567q0-.358.232-.587t.576-.23h1.384q.343%200%20.576.232t.232.576v7.567q0%20.358-.232.587t-.576.23zm5.5%200q-.343%200-.576-.232t-.232-.576V10.5l3%203v4.692q0%20.344-.232.576t-.576.232zm2.192-8.311l-3-3V5.808q0-.343.232-.576T11.308%205h1.384q.344%200%20.576.232t.232.576zm5.5%205.5l-1.961-1.962v-.035h1.153q.343%200%20.576.232T19%2015zm.479%204.711L3.094%204.521q-.146-.146-.153-.347t.159-.366t.357-.166t.356.166l16.38%2016.384q.145.146.155.344t-.156.364q-.165.165-.357.165q-.19%200-.356-.165%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-off-rounded.svg?color=%231a73e8&size=48