bar chart icon
bar-chart-rounded from Material Symbols by Google · Rounded · Business · Apache-2.0 Free for personal and commercial use.
- Name
- bar-chart-rounded
- Set
- Material Symbols
- Style
- Rounded
- Category
- Business
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- bar-chart-outline-rounded
1 other variant in Material Symbols
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-chartHuge Iconsbar-chartHumbleiconsbar-chartIonIconsbar-chartJam Iconsbar-chartMaterial Symbols Lightbar-chartNoto Emojibar-chartOpenMojibar-chartRadix Iconsbar-chart-fillRemix Iconbar-chartStreamline Emojisbar-chart-outlineTeenyiconsbar-chartTwitter Emoji
More business icons from Material Symbols
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="currentColor" d="M17 20q-.425 0-.712-.288T16 19v-5q0-.425.288-.712T17 13h2q.425 0 .713.288T20 14v5q0 .425-.288.713T19 20zm-6 0q-.425 0-.712-.288T10 19V5q0-.425.288-.712T11 4h2q.425 0 .713.288T14 5v14q0 .425-.288.713T13 20zm-6 0q-.425 0-.712-.288T4 19v-9q0-.425.288-.712T5 9h2q.425 0 .713.288T8 10v9q0 .425-.288.713T7 20z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsBarChartRounded(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="M17 20q-.425 0-.712-.288T16 19v-5q0-.425.288-.712T17 13h2q.425 0 .713.288T20 14v5q0 .425-.288.713T19 20zm-6 0q-.425 0-.712-.288T10 19V5q0-.425.288-.712T11 4h2q.425 0 .713.288T14 5v14q0 .425-.288.713T13 20zm-6 0q-.425 0-.712-.288T4 19v-9q0-.425.288-.712T5 9h2q.425 0 .713.288T8 10v9q0 .425-.288.713T7 20z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17 20q-.425 0-.712-.288T16 19v-5q0-.425.288-.712T17 13h2q.425 0 .713.288T20 14v5q0 .425-.288.713T19 20zm-6 0q-.425 0-.712-.288T10 19V5q0-.425.288-.712T11 4h2q.425 0 .713.288T14 5v14q0 .425-.288.713T13 20zm-6 0q-.425 0-.712-.288T4 19v-9q0-.425.288-.712T5 9h2q.425 0 .713.288T8 10v9q0 .425-.288.713T7 20z"/></svg> </template>
CSS
.icon-bar-chart-rounded {
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%22M17%2020q-.425%200-.712-.288T16%2019v-5q0-.425.288-.712T17%2013h2q.425%200%20.713.288T20%2014v5q0%20.425-.288.713T19%2020zm-6%200q-.425%200-.712-.288T10%2019V5q0-.425.288-.712T11%204h2q.425%200%20.713.288T14%205v14q0%20.425-.288.713T13%2020zm-6%200q-.425%200-.712-.288T4%2019v-9q0-.425.288-.712T5%209h2q.425%200%20.713.288T8%2010v9q0%20.425-.288.713T7%2020z%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%22M17%2020q-.425%200-.712-.288T16%2019v-5q0-.425.288-.712T17%2013h2q.425%200%20.713.288T20%2014v5q0%20.425-.288.713T19%2020zm-6%200q-.425%200-.712-.288T10%2019V5q0-.425.288-.712T11%204h2q.425%200%20.713.288T14%205v14q0%20.425-.288.713T13%2020zm-6%200q-.425%200-.712-.288T4%2019v-9q0-.425.288-.712T5%209h2q.425%200%20.713.288T8%2010v9q0%20.425-.288.713T7%2020z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/bar-chart-rounded.svg?color=%231a73e8&size=48