bar chart off icon

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

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

1 other variant in Material Symbols

The same icon in other sets

More business icons from Material Symbols

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 20q-.425 0-.712-.288T4 19v-9q0-.425.288-.712T5 9h2q.425 0 .713.288T8 10v9q0 .425-.288.713T7 20zm6 0q-.425 0-.712-.288T10 19v-9l4 4v5q0 .425-.288.713T13 20zm3-8.85l-4-4V5q0-.425.288-.712T11 4h2q.425 0 .713.288T14 5zm6 6l-4-4V13h3q.425 0 .713.288T20 14zm-.925 4.75l-17-16.975q-.3-.3-.288-.712T2.1 3.5t.713-.3t.712.3l16.975 17q.3.3.3.7t-.3.7t-.712.3t-.713-.3"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsBarChartOffRounded(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 20q-.425 0-.712-.288T4 19v-9q0-.425.288-.712T5 9h2q.425 0 .713.288T8 10v9q0 .425-.288.713T7 20zm6 0q-.425 0-.712-.288T10 19v-9l4 4v5q0 .425-.288.713T13 20zm3-8.85l-4-4V5q0-.425.288-.712T11 4h2q.425 0 .713.288T14 5zm6 6l-4-4V13h3q.425 0 .713.288T20 14zm-.925 4.75l-17-16.975q-.3-.3-.288-.712T2.1 3.5t.713-.3t.712.3l16.975 17q.3.3.3.7t-.3.7t-.712.3t-.713-.3"/></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 20q-.425 0-.712-.288T4 19v-9q0-.425.288-.712T5 9h2q.425 0 .713.288T8 10v9q0 .425-.288.713T7 20zm6 0q-.425 0-.712-.288T10 19v-9l4 4v5q0 .425-.288.713T13 20zm3-8.85l-4-4V5q0-.425.288-.712T11 4h2q.425 0 .713.288T14 5zm6 6l-4-4V13h3q.425 0 .713.288T20 14zm-.925 4.75l-17-16.975q-.3-.3-.288-.712T2.1 3.5t.713-.3t.712.3l16.975 17q.3.3.3.7t-.3.7t-.712.3t-.713-.3"/></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%2020q-.425%200-.712-.288T4%2019v-9q0-.425.288-.712T5%209h2q.425%200%20.713.288T8%2010v9q0%20.425-.288.713T7%2020zm6%200q-.425%200-.712-.288T10%2019v-9l4%204v5q0%20.425-.288.713T13%2020zm3-8.85l-4-4V5q0-.425.288-.712T11%204h2q.425%200%20.713.288T14%205zm6%206l-4-4V13h3q.425%200%20.713.288T20%2014zm-.925%204.75l-17-16.975q-.3-.3-.288-.712T2.1%203.5t.713-.3t.712.3l16.975%2017q.3.3.3.7t-.3.7t-.712.3t-.713-.3%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%2020q-.425%200-.712-.288T4%2019v-9q0-.425.288-.712T5%209h2q.425%200%20.713.288T8%2010v9q0%20.425-.288.713T7%2020zm6%200q-.425%200-.712-.288T10%2019v-9l4%204v5q0%20.425-.288.713T13%2020zm3-8.85l-4-4V5q0-.425.288-.712T11%204h2q.425%200%20.713.288T14%205zm6%206l-4-4V13h3q.425%200%20.713.288T20%2014zm-.925%204.75l-17-16.975q-.3-.3-.288-.712T2.1%203.5t.713-.3t.712.3l16.975%2017q.3.3.3.7t-.3.7t-.712.3t-.713-.3%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-off-rounded.svg?color=%231a73e8&size=48