chart minimum icon

chart-minimum from Carbon by IBM · Outline · Organization · Apache-2.0 Free for personal and commercial use.

Name
chart-minimum
Set
Carbon
Style
Outline
Category
Organization
Viewbox
32×32
License
Apache 2.0

The same icon in other sets

More organization icons from Carbon

Use the chart minimum icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M4 28v-2h2v-2H4V2H2v26a2 2 0 0 0 2 2h26v-2Z"/><path fill="currentColor" d="M8 24h2v2H8zm4 0h2v2h-2zm8 0h2v2h-2zm4 0h2v2h-2zm4 0h2v2h-2z"/><path fill="currentColor" d="M27.946 4.328L25.973 4C23.949 16.108 21.013 22 17 22s-6.949-5.892-8.973-18l-1.973.328C7.51 13.057 9.964 22.93 16 23.913V26h2v-2.087c6.037-.983 8.49-10.856 9.946-19.585"/></svg>

React

import type { SVGProps } from "react";

export function CarbonChartMinimum(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M4 28v-2h2v-2H4V2H2v26a2 2 0 0 0 2 2h26v-2Z"/><path fill="currentColor" d="M8 24h2v2H8zm4 0h2v2h-2zm8 0h2v2h-2zm4 0h2v2h-2zm4 0h2v2h-2z"/><path fill="currentColor" d="M27.946 4.328L25.973 4C23.949 16.108 21.013 22 17 22s-6.949-5.892-8.973-18l-1.973.328C7.51 13.057 9.964 22.93 16 23.913V26h2v-2.087c6.037-.983 8.49-10.856 9.946-19.585"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M4 28v-2h2v-2H4V2H2v26a2 2 0 0 0 2 2h26v-2Z"/><path fill="currentColor" d="M8 24h2v2H8zm4 0h2v2h-2zm8 0h2v2h-2zm4 0h2v2h-2zm4 0h2v2h-2z"/><path fill="currentColor" d="M27.946 4.328L25.973 4C23.949 16.108 21.013 22 17 22s-6.949-5.892-8.973-18l-1.973.328C7.51 13.057 9.964 22.93 16 23.913V26h2v-2.087c6.037-.983 8.49-10.856 9.946-19.585"/></svg>
</template>

CSS

.icon-chart-minimum {
  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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4%2028v-2h2v-2H4V2H2v26a2%202%200%200%200%202%202h26v-2Z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8%2024h2v2H8zm4%200h2v2h-2zm8%200h2v2h-2zm4%200h2v2h-2zm4%200h2v2h-2z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M27.946%204.328L25.973%204C23.949%2016.108%2021.013%2022%2017%2022s-6.949-5.892-8.973-18l-1.973.328C7.51%2013.057%209.964%2022.93%2016%2023.913V26h2v-2.087c6.037-.983%208.49-10.856%209.946-19.585%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4%2028v-2h2v-2H4V2H2v26a2%202%200%200%200%202%202h26v-2Z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8%2024h2v2H8zm4%200h2v2h-2zm8%200h2v2h-2zm4%200h2v2h-2zm4%200h2v2h-2z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M27.946%204.328L25.973%204C23.949%2016.108%2021.013%2022%2017%2022s-6.949-5.892-8.973-18l-1.973.328C7.51%2013.057%209.964%2022.93%2016%2023.913V26h2v-2.087c6.037-.983%208.49-10.856%209.946-19.585%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/carbon/chart-minimum.svg?color=%231a73e8&size=48