chart-bar from Font Awesome 6 Regular by Dave Gandy · Regular · Business · CC-BY-4.0 Attribution required.

Name
chart-bar
Set
Font Awesome 6 Regular
Style
Regular
Category
Business
Viewbox
512×512
License
CC BY 4.0

The same icon in other sets

More business icons from Font Awesome 6 Regular

Use the chart bar icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M24 32c13.3 0 24 10.7 24 24v352c0 13.3 10.7 24 24 24h416c13.3 0 24 10.7 24 24s-10.7 24-24 24H72c-39.8 0-72-32.2-72-72V56c0-13.3 10.7-24 24-24m104 104c0-13.3 10.7-24 24-24h208c13.3 0 24 10.7 24 24s-10.7 24-24 24H152c-13.3 0-24-10.7-24-24m24 72h144c13.3 0 24 10.7 24 24s-10.7 24-24 24H152c-13.3 0-24-10.7-24-24s10.7-24 24-24m0 96h272c13.3 0 24 10.7 24 24s-10.7 24-24 24H152c-13.3 0-24-10.7-24-24s10.7-24 24-24"/></svg>

React

import type { SVGProps } from "react";

export function Fa6RegularChartBar(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M24 32c13.3 0 24 10.7 24 24v352c0 13.3 10.7 24 24 24h416c13.3 0 24 10.7 24 24s-10.7 24-24 24H72c-39.8 0-72-32.2-72-72V56c0-13.3 10.7-24 24-24m104 104c0-13.3 10.7-24 24-24h208c13.3 0 24 10.7 24 24s-10.7 24-24 24H152c-13.3 0-24-10.7-24-24m24 72h144c13.3 0 24 10.7 24 24s-10.7 24-24 24H152c-13.3 0-24-10.7-24-24s10.7-24 24-24m0 96h272c13.3 0 24 10.7 24 24s-10.7 24-24 24H152c-13.3 0-24-10.7-24-24s10.7-24 24-24"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M24 32c13.3 0 24 10.7 24 24v352c0 13.3 10.7 24 24 24h416c13.3 0 24 10.7 24 24s-10.7 24-24 24H72c-39.8 0-72-32.2-72-72V56c0-13.3 10.7-24 24-24m104 104c0-13.3 10.7-24 24-24h208c13.3 0 24 10.7 24 24s-10.7 24-24 24H152c-13.3 0-24-10.7-24-24m24 72h144c13.3 0 24 10.7 24 24s-10.7 24-24 24H152c-13.3 0-24-10.7-24-24s10.7-24 24-24m0 96h272c13.3 0 24 10.7 24 24s-10.7 24-24 24H152c-13.3 0-24-10.7-24-24s10.7-24 24-24"/></svg>
</template>

CSS

.icon-chart-bar {
  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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M24%2032c13.3%200%2024%2010.7%2024%2024v352c0%2013.3%2010.7%2024%2024%2024h416c13.3%200%2024%2010.7%2024%2024s-10.7%2024-24%2024H72c-39.8%200-72-32.2-72-72V56c0-13.3%2010.7-24%2024-24m104%20104c0-13.3%2010.7-24%2024-24h208c13.3%200%2024%2010.7%2024%2024s-10.7%2024-24%2024H152c-13.3%200-24-10.7-24-24m24%2072h144c13.3%200%2024%2010.7%2024%2024s-10.7%2024-24%2024H152c-13.3%200-24-10.7-24-24s10.7-24%2024-24m0%2096h272c13.3%200%2024%2010.7%2024%2024s-10.7%2024-24%2024H152c-13.3%200-24-10.7-24-24s10.7-24%2024-24%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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M24%2032c13.3%200%2024%2010.7%2024%2024v352c0%2013.3%2010.7%2024%2024%2024h416c13.3%200%2024%2010.7%2024%2024s-10.7%2024-24%2024H72c-39.8%200-72-32.2-72-72V56c0-13.3%2010.7-24%2024-24m104%20104c0-13.3%2010.7-24%2024-24h208c13.3%200%2024%2010.7%2024%2024s-10.7%2024-24%2024H152c-13.3%200-24-10.7-24-24m24%2072h144c13.3%200%2024%2010.7%2024%2024s-10.7%2024-24%2024H152c-13.3%200-24-10.7-24-24s10.7-24%2024-24m0%2096h272c13.3%200%2024%2010.7%2024%2024s-10.7%2024-24%2024H152c-13.3%200-24-10.7-24-24s10.7-24%2024-24%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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