chart-bar-fill from Framework7 Icons by Vladimir Kharlampidi · Fill · MIT Free for personal and commercial use.

Name
chart-bar-fill
Set
Framework7 Icons
Style
Fill
Viewbox
56×56
License
MIT

1 other variant in Framework7 Icons

The same icon in other sets

Related icons in Framework7 Icons

Use the chart bar icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M44.724 49.251h6.641c3.075 0 4.635-1.47 4.635-4.39v-32.4c0-2.92-1.56-4.413-4.635-4.413h-6.64c-3.053 0-4.636 1.493-4.636 4.412v32.402c0 2.919 1.583 4.39 4.635 4.39m-20.055 0h6.64c3.076 0 4.658-1.47 4.658-4.39V18.968c0-2.919-1.582-4.412-4.658-4.412h-6.64c-3.053 0-4.613 1.493-4.613 4.412v25.895c0 2.919 1.56 4.39 4.613 4.39m-20.034 0h6.64c3.076 0 4.636-1.47 4.636-4.39v-19.41c0-2.92-1.56-4.412-4.635-4.412h-6.64C1.581 21.04 0 22.533 0 25.452v19.41c0 2.919 1.582 4.39 4.635 4.39"/></svg>

React

import type { SVGProps } from "react";

export function F7ChartBarFill(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M44.724 49.251h6.641c3.075 0 4.635-1.47 4.635-4.39v-32.4c0-2.92-1.56-4.413-4.635-4.413h-6.64c-3.053 0-4.636 1.493-4.636 4.412v32.402c0 2.919 1.583 4.39 4.635 4.39m-20.055 0h6.64c3.076 0 4.658-1.47 4.658-4.39V18.968c0-2.919-1.582-4.412-4.658-4.412h-6.64c-3.053 0-4.613 1.493-4.613 4.412v25.895c0 2.919 1.56 4.39 4.613 4.39m-20.034 0h6.64c3.076 0 4.636-1.47 4.636-4.39v-19.41c0-2.92-1.56-4.412-4.635-4.412h-6.64C1.581 21.04 0 22.533 0 25.452v19.41c0 2.919 1.582 4.39 4.635 4.39"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M44.724 49.251h6.641c3.075 0 4.635-1.47 4.635-4.39v-32.4c0-2.92-1.56-4.413-4.635-4.413h-6.64c-3.053 0-4.636 1.493-4.636 4.412v32.402c0 2.919 1.583 4.39 4.635 4.39m-20.055 0h6.64c3.076 0 4.658-1.47 4.658-4.39V18.968c0-2.919-1.582-4.412-4.658-4.412h-6.64c-3.053 0-4.613 1.493-4.613 4.412v25.895c0 2.919 1.56 4.39 4.613 4.39m-20.034 0h6.64c3.076 0 4.636-1.47 4.636-4.39v-19.41c0-2.92-1.56-4.412-4.635-4.412h-6.64C1.581 21.04 0 22.533 0 25.452v19.41c0 2.919 1.582 4.39 4.635 4.39"/></svg>
</template>

CSS

.icon-chart-bar-fill {
  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%2056%2056%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M44.724%2049.251h6.641c3.075%200%204.635-1.47%204.635-4.39v-32.4c0-2.92-1.56-4.413-4.635-4.413h-6.64c-3.053%200-4.636%201.493-4.636%204.412v32.402c0%202.919%201.583%204.39%204.635%204.39m-20.055%200h6.64c3.076%200%204.658-1.47%204.658-4.39V18.968c0-2.919-1.582-4.412-4.658-4.412h-6.64c-3.053%200-4.613%201.493-4.613%204.412v25.895c0%202.919%201.56%204.39%204.613%204.39m-20.034%200h6.64c3.076%200%204.636-1.47%204.636-4.39v-19.41c0-2.92-1.56-4.412-4.635-4.412h-6.64C1.581%2021.04%200%2022.533%200%2025.452v19.41c0%202.919%201.582%204.39%204.635%204.39%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%2056%2056%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M44.724%2049.251h6.641c3.075%200%204.635-1.47%204.635-4.39v-32.4c0-2.92-1.56-4.413-4.635-4.413h-6.64c-3.053%200-4.636%201.493-4.636%204.412v32.402c0%202.919%201.583%204.39%204.635%204.39m-20.055%200h6.64c3.076%200%204.658-1.47%204.658-4.39V18.968c0-2.919-1.582-4.412-4.658-4.412h-6.64c-3.053%200-4.613%201.493-4.613%204.412v25.895c0%202.919%201.56%204.39%204.613%204.39m-20.034%200h6.64c3.076%200%204.636-1.47%204.636-4.39v-19.41c0-2.92-1.56-4.412-4.635-4.412h-6.64C1.581%2021.04%200%2022.533%200%2025.452v19.41c0%202.919%201.582%204.39%204.635%204.39%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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