chart bar icon
chart-bar from Reicon by REICON · Outline · Business · MIT Free for personal and commercial use.
- Name
- chart-bar
- Set
- Reicon
- Style
- Outline
- Category
- Business
- Viewbox
- 24×24
- License
- MIT
1 other variant in Reicon
The same icon in other sets
All chart bar icons →chart-barCarbonchart-barFramework7 Iconschart-barFont Awesome 6 Regularchart-barFont Awesome 6 Solidchart-barFont Awesome Regularchart-barFont Awesome Solidchart-barHealth Iconschart-barHeroIconschart-barKeyline Iconschart-barLine Awesomechart-barLucidechart-barMajesticonschart-barMaterial Design Iconschart-bar-fillMingCute Iconchart-barMyna UI Iconschart-barPhosphorchart-barPixelarticonschart-barPrime Iconschart-barTabler Iconschart-barTDesign Iconschart-barUnicons
More business icons from Reicon
Use the chart bar icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M2 1.25a.75.75 0 0 1 .75.75v16.5a2.75 2.75 0 0 0 2.75 2.75H22a.75.75 0 0 1 0 1.5H5.5a4.25 4.25 0 0 1-4.25-4.25V2A.75.75 0 0 1 2 1.25"/><path d="M7.25 17v-4a.75.75 0 0 1 1.5 0v4a.75.75 0 0 1-1.5 0m4-10v10a.75.75 0 0 0 1.5 0V7a.75.75 0 0 0-1.5 0m4 10v-6a.75.75 0 0 1 1.5 0v6a.75.75 0 0 1-1.5 0m4 0a.75.75 0 0 0 1.5 0V4a.75.75 0 0 0-1.5 0z"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconChartBar(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M2 1.25a.75.75 0 0 1 .75.75v16.5a2.75 2.75 0 0 0 2.75 2.75H22a.75.75 0 0 1 0 1.5H5.5a4.25 4.25 0 0 1-4.25-4.25V2A.75.75 0 0 1 2 1.25"/><path d="M7.25 17v-4a.75.75 0 0 1 1.5 0v4a.75.75 0 0 1-1.5 0m4-10v10a.75.75 0 0 0 1.5 0V7a.75.75 0 0 0-1.5 0m4 10v-6a.75.75 0 0 1 1.5 0v6a.75.75 0 0 1-1.5 0m4 0a.75.75 0 0 0 1.5 0V4a.75.75 0 0 0-1.5 0z"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M2 1.25a.75.75 0 0 1 .75.75v16.5a2.75 2.75 0 0 0 2.75 2.75H22a.75.75 0 0 1 0 1.5H5.5a4.25 4.25 0 0 1-4.25-4.25V2A.75.75 0 0 1 2 1.25"/><path d="M7.25 17v-4a.75.75 0 0 1 1.5 0v4a.75.75 0 0 1-1.5 0m4-10v10a.75.75 0 0 0 1.5 0V7a.75.75 0 0 0-1.5 0m4 10v-6a.75.75 0 0 1 1.5 0v6a.75.75 0 0 1-1.5 0m4 0a.75.75 0 0 0 1.5 0V4a.75.75 0 0 0-1.5 0z"/></g></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%2024%2024%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M2%201.25a.75.75%200%200%201%20.75.75v16.5a2.75%202.75%200%200%200%202.75%202.75H22a.75.75%200%200%201%200%201.5H5.5a4.25%204.25%200%200%201-4.25-4.25V2A.75.75%200%200%201%202%201.25%22%2F%3E%3Cpath%20d%3D%22M7.25%2017v-4a.75.75%200%200%201%201.5%200v4a.75.75%200%200%201-1.5%200m4-10v10a.75.75%200%200%200%201.5%200V7a.75.75%200%200%200-1.5%200m4%2010v-6a.75.75%200%200%201%201.5%200v6a.75.75%200%200%201-1.5%200m4%200a.75.75%200%200%200%201.5%200V4a.75.75%200%200%200-1.5%200z%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M2%201.25a.75.75%200%200%201%20.75.75v16.5a2.75%202.75%200%200%200%202.75%202.75H22a.75.75%200%200%201%200%201.5H5.5a4.25%204.25%200%200%201-4.25-4.25V2A.75.75%200%200%201%202%201.25%22%2F%3E%3Cpath%20d%3D%22M7.25%2017v-4a.75.75%200%200%201%201.5%200v4a.75.75%200%200%201-1.5%200m4-10v10a.75.75%200%200%200%201.5%200V7a.75.75%200%200%200-1.5%200m4%2010v-6a.75.75%200%200%201%201.5%200v6a.75.75%200%200%201-1.5%200m4%200a.75.75%200%200%200%201.5%200V4a.75.75%200%200%200-1.5%200z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/chart-bar.svg?color=%231a73e8&size=48