chart bar icon
chart-bar-solid from HeroIcons by Refactoring UI Inc · Solid 24x24 · MIT Free for personal and commercial use.
- Name
- chart-bar-solid
- Set
- HeroIcons
- Style
- Solid 24x24
- Viewbox
- 24×24
- License
- MIT
3 other variants in HeroIcons
The same icon in other sets
chart-barCarbonchart-barFramework7 Iconschart-barFont Awesome 6 Regularchart-barFont Awesome 6 Solidchart-barFont Awesome Regularchart-barFont Awesome Solidchart-barHealth Iconschart-barLine Awesomechart-barLucidechart-barMajesticonschart-barMaterial Design Iconschart-bar-fillMingCute Iconchart-barMyna UI Iconschart-barPhosphorchart-barPixelarticonschart-barPrime Iconschart-barTabler Iconschart-barTDesign Iconschart-barUnicons
Related icons in HeroIcons
Use the chart bar icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18.375 2.25c-1.035 0-1.875.84-1.875 1.875v15.75c0 1.035.84 1.875 1.875 1.875h.75c1.035 0 1.875-.84 1.875-1.875V4.125c0-1.036-.84-1.875-1.875-1.875zM9.75 8.625c0-1.036.84-1.875 1.875-1.875h.75c1.036 0 1.875.84 1.875 1.875v11.25c0 1.035-.84 1.875-1.875 1.875h-.75a1.875 1.875 0 0 1-1.875-1.875zM3 13.125c0-1.036.84-1.875 1.875-1.875h.75c1.036 0 1.875.84 1.875 1.875v6.75c0 1.035-.84 1.875-1.875 1.875h-.75A1.875 1.875 0 0 1 3 19.875z"/></svg>
React
import type { SVGProps } from "react";
export function HeroiconsChartBarSolid(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18.375 2.25c-1.035 0-1.875.84-1.875 1.875v15.75c0 1.035.84 1.875 1.875 1.875h.75c1.035 0 1.875-.84 1.875-1.875V4.125c0-1.036-.84-1.875-1.875-1.875zM9.75 8.625c0-1.036.84-1.875 1.875-1.875h.75c1.036 0 1.875.84 1.875 1.875v11.25c0 1.035-.84 1.875-1.875 1.875h-.75a1.875 1.875 0 0 1-1.875-1.875zM3 13.125c0-1.036.84-1.875 1.875-1.875h.75c1.036 0 1.875.84 1.875 1.875v6.75c0 1.035-.84 1.875-1.875 1.875h-.75A1.875 1.875 0 0 1 3 19.875z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18.375 2.25c-1.035 0-1.875.84-1.875 1.875v15.75c0 1.035.84 1.875 1.875 1.875h.75c1.035 0 1.875-.84 1.875-1.875V4.125c0-1.036-.84-1.875-1.875-1.875zM9.75 8.625c0-1.036.84-1.875 1.875-1.875h.75c1.036 0 1.875.84 1.875 1.875v11.25c0 1.035-.84 1.875-1.875 1.875h-.75a1.875 1.875 0 0 1-1.875-1.875zM3 13.125c0-1.036.84-1.875 1.875-1.875h.75c1.036 0 1.875.84 1.875 1.875v6.75c0 1.035-.84 1.875-1.875 1.875h-.75A1.875 1.875 0 0 1 3 19.875z"/></svg> </template>
CSS
.icon-chart-bar-solid {
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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M18.375%202.25c-1.035%200-1.875.84-1.875%201.875v15.75c0%201.035.84%201.875%201.875%201.875h.75c1.035%200%201.875-.84%201.875-1.875V4.125c0-1.036-.84-1.875-1.875-1.875zM9.75%208.625c0-1.036.84-1.875%201.875-1.875h.75c1.036%200%201.875.84%201.875%201.875v11.25c0%201.035-.84%201.875-1.875%201.875h-.75a1.875%201.875%200%200%201-1.875-1.875zM3%2013.125c0-1.036.84-1.875%201.875-1.875h.75c1.036%200%201.875.84%201.875%201.875v6.75c0%201.035-.84%201.875-1.875%201.875h-.75A1.875%201.875%200%200%201%203%2019.875z%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M18.375%202.25c-1.035%200-1.875.84-1.875%201.875v15.75c0%201.035.84%201.875%201.875%201.875h.75c1.035%200%201.875-.84%201.875-1.875V4.125c0-1.036-.84-1.875-1.875-1.875zM9.75%208.625c0-1.036.84-1.875%201.875-1.875h.75c1.036%200%201.875.84%201.875%201.875v11.25c0%201.035-.84%201.875-1.875%201.875h-.75a1.875%201.875%200%200%201-1.875-1.875zM3%2013.125c0-1.036.84-1.875%201.875-1.875h.75c1.036%200%201.875.84%201.875%201.875v6.75c0%201.035-.84%201.875-1.875%201.875h-.75A1.875%201.875%200%200%201%203%2019.875z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/heroicons/chart-bar-solid.svg?color=%231a73e8&size=48