chart bar icon
chart-bar-filled from Reicon by REICON · Filled · Business · MIT Free for personal and commercial use.
- Name
- chart-bar-filled
- Set
- Reicon
- Style
- Filled
- 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 1a1 1 0 0 1 1 1v16.5A2.5 2.5 0 0 0 5.5 21H22a1 1 0 1 1 0 2H5.5A4.5 4.5 0 0 1 1 18.5V2a1 1 0 0 1 1-1"/><path d="M7 17v-4a1 1 0 1 1 2 0v4a1 1 0 1 1-2 0m5-11a1 1 0 0 0-1 1v10a1 1 0 1 0 2 0V7a1 1 0 0 0-1-1m3 11v-6a1 1 0 1 1 2 0v6a1 1 0 1 1-2 0m4 0a1 1 0 1 0 2 0V4a1 1 0 1 0-2 0z"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconChartBarFilled(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 1a1 1 0 0 1 1 1v16.5A2.5 2.5 0 0 0 5.5 21H22a1 1 0 1 1 0 2H5.5A4.5 4.5 0 0 1 1 18.5V2a1 1 0 0 1 1-1"/><path d="M7 17v-4a1 1 0 1 1 2 0v4a1 1 0 1 1-2 0m5-11a1 1 0 0 0-1 1v10a1 1 0 1 0 2 0V7a1 1 0 0 0-1-1m3 11v-6a1 1 0 1 1 2 0v6a1 1 0 1 1-2 0m4 0a1 1 0 1 0 2 0V4a1 1 0 1 0-2 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 1a1 1 0 0 1 1 1v16.5A2.5 2.5 0 0 0 5.5 21H22a1 1 0 1 1 0 2H5.5A4.5 4.5 0 0 1 1 18.5V2a1 1 0 0 1 1-1"/><path d="M7 17v-4a1 1 0 1 1 2 0v4a1 1 0 1 1-2 0m5-11a1 1 0 0 0-1 1v10a1 1 0 1 0 2 0V7a1 1 0 0 0-1-1m3 11v-6a1 1 0 1 1 2 0v6a1 1 0 1 1-2 0m4 0a1 1 0 1 0 2 0V4a1 1 0 1 0-2 0z"/></g></svg> </template>
CSS
.icon-chart-bar-filled {
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%201a1%201%200%200%201%201%201v16.5A2.5%202.5%200%200%200%205.5%2021H22a1%201%200%201%201%200%202H5.5A4.5%204.5%200%200%201%201%2018.5V2a1%201%200%200%201%201-1%22%2F%3E%3Cpath%20d%3D%22M7%2017v-4a1%201%200%201%201%202%200v4a1%201%200%201%201-2%200m5-11a1%201%200%200%200-1%201v10a1%201%200%201%200%202%200V7a1%201%200%200%200-1-1m3%2011v-6a1%201%200%201%201%202%200v6a1%201%200%201%201-2%200m4%200a1%201%200%201%200%202%200V4a1%201%200%201%200-2%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%201a1%201%200%200%201%201%201v16.5A2.5%202.5%200%200%200%205.5%2021H22a1%201%200%201%201%200%202H5.5A4.5%204.5%200%200%201%201%2018.5V2a1%201%200%200%201%201-1%22%2F%3E%3Cpath%20d%3D%22M7%2017v-4a1%201%200%201%201%202%200v4a1%201%200%201%201-2%200m5-11a1%201%200%200%200-1%201v10a1%201%200%201%200%202%200V7a1%201%200%200%200-1-1m3%2011v-6a1%201%200%201%201%202%200v6a1%201%200%201%201-2%200m4%200a1%201%200%201%200%202%200V4a1%201%200%201%200-2%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-filled.svg?color=%231a73e8&size=48