chart area icon

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

Name
chart-area
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 area icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="m20.476 8.015l-7.029-3.804a2.01 2.01 0 0 0-2.115.205L4 10.001V2H2v26a2 2 0 0 0 2 2h26V5.735ZM28 20.21l-7.62 1.802l-7.029-2.884a1.99 1.99 0 0 0-2.022.37L4 25.836V21.38l8.375-9.4l7.019 5.62a2.02 2.02 0 0 0 2.046.212l6.56-3.21ZM12.524 5.985l7.03 3.804a2 2 0 0 0 1.34.16L28 8.265v4.113l-7.381 3.642L13.6 10.4a1.99 1.99 0 0 0-2.688.264L4 18.384v-5.87ZM4.55 28l8.069-7.011l7.029 2.884a2 2 0 0 0 1.147.077L28 22.26V28Z"/></svg>

React

import type { SVGProps } from "react";

export function CarbonChartArea(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="m20.476 8.015l-7.029-3.804a2.01 2.01 0 0 0-2.115.205L4 10.001V2H2v26a2 2 0 0 0 2 2h26V5.735ZM28 20.21l-7.62 1.802l-7.029-2.884a1.99 1.99 0 0 0-2.022.37L4 25.836V21.38l8.375-9.4l7.019 5.62a2.02 2.02 0 0 0 2.046.212l6.56-3.21ZM12.524 5.985l7.03 3.804a2 2 0 0 0 1.34.16L28 8.265v4.113l-7.381 3.642L13.6 10.4a1.99 1.99 0 0 0-2.688.264L4 18.384v-5.87ZM4.55 28l8.069-7.011l7.029 2.884a2 2 0 0 0 1.147.077L28 22.26V28Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="m20.476 8.015l-7.029-3.804a2.01 2.01 0 0 0-2.115.205L4 10.001V2H2v26a2 2 0 0 0 2 2h26V5.735ZM28 20.21l-7.62 1.802l-7.029-2.884a1.99 1.99 0 0 0-2.022.37L4 25.836V21.38l8.375-9.4l7.019 5.62a2.02 2.02 0 0 0 2.046.212l6.56-3.21ZM12.524 5.985l7.03 3.804a2 2 0 0 0 1.34.16L28 8.265v4.113l-7.381 3.642L13.6 10.4a1.99 1.99 0 0 0-2.688.264L4 18.384v-5.87ZM4.55 28l8.069-7.011l7.029 2.884a2 2 0 0 0 1.147.077L28 22.26V28Z"/></svg>
</template>

CSS

.icon-chart-area {
  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%22m20.476%208.015l-7.029-3.804a2.01%202.01%200%200%200-2.115.205L4%2010.001V2H2v26a2%202%200%200%200%202%202h26V5.735ZM28%2020.21l-7.62%201.802l-7.029-2.884a1.99%201.99%200%200%200-2.022.37L4%2025.836V21.38l8.375-9.4l7.019%205.62a2.02%202.02%200%200%200%202.046.212l6.56-3.21ZM12.524%205.985l7.03%203.804a2%202%200%200%200%201.34.16L28%208.265v4.113l-7.381%203.642L13.6%2010.4a1.99%201.99%200%200%200-2.688.264L4%2018.384v-5.87ZM4.55%2028l8.069-7.011l7.029%202.884a2%202%200%200%200%201.147.077L28%2022.26V28Z%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%22m20.476%208.015l-7.029-3.804a2.01%202.01%200%200%200-2.115.205L4%2010.001V2H2v26a2%202%200%200%200%202%202h26V5.735ZM28%2020.21l-7.62%201.802l-7.029-2.884a1.99%201.99%200%200%200-2.022.37L4%2025.836V21.38l8.375-9.4l7.019%205.62a2.02%202.02%200%200%200%202.046.212l6.56-3.21ZM12.524%205.985l7.03%203.804a2%202%200%200%200%201.34.16L28%208.265v4.113l-7.381%203.642L13.6%2010.4a1.99%201.99%200%200%200-2.688.264L4%2018.384v-5.87ZM4.55%2028l8.069-7.011l7.029%202.884a2%202%200%200%200%201.147.077L28%2022.26V28Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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