bar chart icon
bar-chart from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- bar-chart
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
The same icon in other sets
bar-chart-outlinedAnt Design Iconsbar-chartBootstrap Iconsbar-chartBoxIcons v2bar-chartEmoji One (Colored)bar-chart-fillEva Iconsbar-chartFont Awesome Regularbar-chartFont Awesome Solidbar-chartFeather Iconsbar-chartFluent Emojibar-chartFluent Emoji Flatbar-chartFluent Emoji High Contrastbar-chartHumbleiconsbar-chartIonIconsbar-chartJam Iconsbar-chartMaterial Symbolsbar-chartMaterial Symbols Lightbar-chartNoto Emojibar-chartOpenMojibar-chartRadix Iconsbar-chart-fillRemix Iconbar-chartStreamline Emojisbar-chart-outlineTeenyiconsbar-chartTwitter Emoji
Related icons in Huge Icons
Use the bar chart icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M14 18V6c0-.465 0-.697-.051-.888a1.5 1.5 0 0 0-1.06-1.06C12.697 4 12.464 4 12 4s-.697 0-.888.051a1.5 1.5 0 0 0-1.06 1.06C10 5.304 10 5.536 10 6v12c0 .465 0 .698.051.888a1.5 1.5 0 0 0 1.06 1.06c.191.052.424.052.889.052s.697 0 .888-.051a1.5 1.5 0 0 0 1.06-1.06C14 18.697 14 18.464 14 18m7-10V6c0-.465 0-.697-.051-.888a1.5 1.5 0 0 0-1.06-1.06C19.697 4 19.464 4 19 4s-.698 0-.888.051a1.5 1.5 0 0 0-1.06 1.06C17 5.304 17 5.536 17 6v2c0 .465 0 .697.051.888a1.5 1.5 0 0 0 1.06 1.06c.191.052.424.052.889.052s.698 0 .888-.051a1.5 1.5 0 0 0 1.06-1.06C21 8.696 21 8.464 21 8M7 12V6c0-.465 0-.697-.051-.888a1.5 1.5 0 0 0-1.06-1.06C5.696 4 5.464 4 5 4s-.697 0-.888.051a1.5 1.5 0 0 0-1.06 1.06C3 5.304 3 5.536 3 6v6c0 .465 0 .697.051.888a1.5 1.5 0 0 0 1.06 1.06C4.304 14 4.536 14 5 14s.697 0 .888-.051a1.5 1.5 0 0 0 1.06-1.06C7 12.697 7 12.464 7 12"/></svg>
React
import type { SVGProps } from "react";
export function HugeiconsBarChart(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5" d="M14 18V6c0-.465 0-.697-.051-.888a1.5 1.5 0 0 0-1.06-1.06C12.697 4 12.464 4 12 4s-.697 0-.888.051a1.5 1.5 0 0 0-1.06 1.06C10 5.304 10 5.536 10 6v12c0 .465 0 .698.051.888a1.5 1.5 0 0 0 1.06 1.06c.191.052.424.052.889.052s.697 0 .888-.051a1.5 1.5 0 0 0 1.06-1.06C14 18.697 14 18.464 14 18m7-10V6c0-.465 0-.697-.051-.888a1.5 1.5 0 0 0-1.06-1.06C19.697 4 19.464 4 19 4s-.698 0-.888.051a1.5 1.5 0 0 0-1.06 1.06C17 5.304 17 5.536 17 6v2c0 .465 0 .697.051.888a1.5 1.5 0 0 0 1.06 1.06c.191.052.424.052.889.052s.698 0 .888-.051a1.5 1.5 0 0 0 1.06-1.06C21 8.696 21 8.464 21 8M7 12V6c0-.465 0-.697-.051-.888a1.5 1.5 0 0 0-1.06-1.06C5.696 4 5.464 4 5 4s-.697 0-.888.051a1.5 1.5 0 0 0-1.06 1.06C3 5.304 3 5.536 3 6v6c0 .465 0 .697.051.888a1.5 1.5 0 0 0 1.06 1.06C4.304 14 4.536 14 5 14s.697 0 .888-.051a1.5 1.5 0 0 0 1.06-1.06C7 12.697 7 12.464 7 12"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M14 18V6c0-.465 0-.697-.051-.888a1.5 1.5 0 0 0-1.06-1.06C12.697 4 12.464 4 12 4s-.697 0-.888.051a1.5 1.5 0 0 0-1.06 1.06C10 5.304 10 5.536 10 6v12c0 .465 0 .698.051.888a1.5 1.5 0 0 0 1.06 1.06c.191.052.424.052.889.052s.697 0 .888-.051a1.5 1.5 0 0 0 1.06-1.06C14 18.697 14 18.464 14 18m7-10V6c0-.465 0-.697-.051-.888a1.5 1.5 0 0 0-1.06-1.06C19.697 4 19.464 4 19 4s-.698 0-.888.051a1.5 1.5 0 0 0-1.06 1.06C17 5.304 17 5.536 17 6v2c0 .465 0 .697.051.888a1.5 1.5 0 0 0 1.06 1.06c.191.052.424.052.889.052s.698 0 .888-.051a1.5 1.5 0 0 0 1.06-1.06C21 8.696 21 8.464 21 8M7 12V6c0-.465 0-.697-.051-.888a1.5 1.5 0 0 0-1.06-1.06C5.696 4 5.464 4 5 4s-.697 0-.888.051a1.5 1.5 0 0 0-1.06 1.06C3 5.304 3 5.536 3 6v6c0 .465 0 .697.051.888a1.5 1.5 0 0 0 1.06 1.06C4.304 14 4.536 14 5 14s.697 0 .888-.051a1.5 1.5 0 0 0 1.06-1.06C7 12.697 7 12.464 7 12"/></svg> </template>
CSS
.icon-bar-chart {
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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M14%2018V6c0-.465%200-.697-.051-.888a1.5%201.5%200%200%200-1.06-1.06C12.697%204%2012.464%204%2012%204s-.697%200-.888.051a1.5%201.5%200%200%200-1.06%201.06C10%205.304%2010%205.536%2010%206v12c0%20.465%200%20.698.051.888a1.5%201.5%200%200%200%201.06%201.06c.191.052.424.052.889.052s.697%200%20.888-.051a1.5%201.5%200%200%200%201.06-1.06C14%2018.697%2014%2018.464%2014%2018m7-10V6c0-.465%200-.697-.051-.888a1.5%201.5%200%200%200-1.06-1.06C19.697%204%2019.464%204%2019%204s-.698%200-.888.051a1.5%201.5%200%200%200-1.06%201.06C17%205.304%2017%205.536%2017%206v2c0%20.465%200%20.697.051.888a1.5%201.5%200%200%200%201.06%201.06c.191.052.424.052.889.052s.698%200%20.888-.051a1.5%201.5%200%200%200%201.06-1.06C21%208.696%2021%208.464%2021%208M7%2012V6c0-.465%200-.697-.051-.888a1.5%201.5%200%200%200-1.06-1.06C5.696%204%205.464%204%205%204s-.697%200-.888.051a1.5%201.5%200%200%200-1.06%201.06C3%205.304%203%205.536%203%206v6c0%20.465%200%20.697.051.888a1.5%201.5%200%200%200%201.06%201.06C4.304%2014%204.536%2014%205%2014s.697%200%20.888-.051a1.5%201.5%200%200%200%201.06-1.06C7%2012.697%207%2012.464%207%2012%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M14%2018V6c0-.465%200-.697-.051-.888a1.5%201.5%200%200%200-1.06-1.06C12.697%204%2012.464%204%2012%204s-.697%200-.888.051a1.5%201.5%200%200%200-1.06%201.06C10%205.304%2010%205.536%2010%206v12c0%20.465%200%20.698.051.888a1.5%201.5%200%200%200%201.06%201.06c.191.052.424.052.889.052s.697%200%20.888-.051a1.5%201.5%200%200%200%201.06-1.06C14%2018.697%2014%2018.464%2014%2018m7-10V6c0-.465%200-.697-.051-.888a1.5%201.5%200%200%200-1.06-1.06C19.697%204%2019.464%204%2019%204s-.698%200-.888.051a1.5%201.5%200%200%200-1.06%201.06C17%205.304%2017%205.536%2017%206v2c0%20.465%200%20.697.051.888a1.5%201.5%200%200%200%201.06%201.06c.191.052.424.052.889.052s.698%200%20.888-.051a1.5%201.5%200%200%200%201.06-1.06C21%208.696%2021%208.464%2021%208M7%2012V6c0-.465%200-.697-.051-.888a1.5%201.5%200%200%200-1.06-1.06C5.696%204%205.464%204%205%204s-.697%200-.888.051a1.5%201.5%200%200%200-1.06%201.06C3%205.304%203%205.536%203%206v6c0%20.465%200%20.697.051.888a1.5%201.5%200%200%200%201.06%201.06C4.304%2014%204.536%2014%205%2014s.697%200%20.888-.051a1.5%201.5%200%200%200%201.06-1.06C7%2012.697%207%2012.464%207%2012%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/bar-chart.svg?color=%231a73e8&size=48