Emoji Bar Chart Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Emoji Bar Chart icon is commonly used in analytics dashboards, reports and data visualization. Available as a free SVG - copy the code or download directly.
img tag
<img src="https://proicons.com/icon/339669.svg" alt="Emoji Bar Chart icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/339669.svg" alt="Emoji Bar Chart icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/339669.svg" alt="Emoji Bar Chart icon" :width="24" :height="24" />
CSS background
.icon-emoji-bar-chart {
background-image: url('https://proicons.com/icon/339669.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?><svg id="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.e{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="e" d="M10.1192,42.4833v-17.2632h6.1795v17.2632"/><path id="c" class="e" d="M31.7013,42.5v-12.035h6.1795v12.035"/><path id="d" class="e" d="M20.9102,42.4922V12.9614h6.1795v29.4688"/><rect class="e" x="5.5" y="5.5" width="37" height="37" rx="4" ry="4"/></svg>
Copied!