bar-chart from Emoji One (Colored) by Emoji One · Default · Objects · CC-BY-4.0 Attribution required.

Name
bar-chart
Set
Emoji One (Colored)
Style
Default
Category
Objects
Viewbox
64×64
License
CC BY 4.0

The same emoji in other sets

More objects icons from Emoji One (Colored)

Use the bar chart emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><g fill="#333"><path d="M0 0h4v64H0z"/><path d="M0 60h64v4H0z"/></g><path fill="#fb4f00" d="M38.7 60h12V6.7L38.7 20z"/><path fill="#5c750a" d="M21.3 60h12V20l-12 13.3z"/><path fill="#106995" d="M4 60h12V33.3L4 46.7z"/><path fill="#9aca0a" d="M33.3 20h13.3v40H33.3z"/><path fill="#21adf1" d="M16 33.3h13.3V60H16z"/><path fill="#fc9100" d="M50.7 6.7H64V60H50.7z"/></svg>

React

import type { SVGProps } from "react";

export function EmojioneBarChart(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><g fill="#333"><path d="M0 0h4v64H0z"/><path d="M0 60h64v4H0z"/></g><path fill="#fb4f00" d="M38.7 60h12V6.7L38.7 20z"/><path fill="#5c750a" d="M21.3 60h12V20l-12 13.3z"/><path fill="#106995" d="M4 60h12V33.3L4 46.7z"/><path fill="#9aca0a" d="M33.3 20h13.3v40H33.3z"/><path fill="#21adf1" d="M16 33.3h13.3V60H16z"/><path fill="#fc9100" d="M50.7 6.7H64V60H50.7z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><g fill="#333"><path d="M0 0h4v64H0z"/><path d="M0 60h64v4H0z"/></g><path fill="#fb4f00" d="M38.7 60h12V6.7L38.7 20z"/><path fill="#5c750a" d="M21.3 60h12V20l-12 13.3z"/><path fill="#106995" d="M4 60h12V33.3L4 46.7z"/><path fill="#9aca0a" d="M33.3 20h13.3v40H33.3z"/><path fill="#21adf1" d="M16 33.3h13.3V60H16z"/><path fill="#fc9100" d="M50.7 6.7H64V60H50.7z"/></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%2064%2064%22%3E%3Cg%20fill%3D%22%23333%22%3E%3Cpath%20d%3D%22M0%200h4v64H0z%22%2F%3E%3Cpath%20d%3D%22M0%2060h64v4H0z%22%2F%3E%3C%2Fg%3E%3Cpath%20fill%3D%22%23fb4f00%22%20d%3D%22M38.7%2060h12V6.7L38.7%2020z%22%2F%3E%3Cpath%20fill%3D%22%235c750a%22%20d%3D%22M21.3%2060h12V20l-12%2013.3z%22%2F%3E%3Cpath%20fill%3D%22%23106995%22%20d%3D%22M4%2060h12V33.3L4%2046.7z%22%2F%3E%3Cpath%20fill%3D%22%239aca0a%22%20d%3D%22M33.3%2020h13.3v40H33.3z%22%2F%3E%3Cpath%20fill%3D%22%2321adf1%22%20d%3D%22M16%2033.3h13.3V60H16z%22%2F%3E%3Cpath%20fill%3D%22%23fc9100%22%20d%3D%22M50.7%206.7H64V60H50.7z%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%2064%2064%22%3E%3Cg%20fill%3D%22%23333%22%3E%3Cpath%20d%3D%22M0%200h4v64H0z%22%2F%3E%3Cpath%20d%3D%22M0%2060h64v4H0z%22%2F%3E%3C%2Fg%3E%3Cpath%20fill%3D%22%23fb4f00%22%20d%3D%22M38.7%2060h12V6.7L38.7%2020z%22%2F%3E%3Cpath%20fill%3D%22%235c750a%22%20d%3D%22M21.3%2060h12V20l-12%2013.3z%22%2F%3E%3Cpath%20fill%3D%22%23106995%22%20d%3D%22M4%2060h12V33.3L4%2046.7z%22%2F%3E%3Cpath%20fill%3D%22%239aca0a%22%20d%3D%22M33.3%2020h13.3v40H33.3z%22%2F%3E%3Cpath%20fill%3D%22%2321adf1%22%20d%3D%22M16%2033.3h13.3V60H16z%22%2F%3E%3Cpath%20fill%3D%22%23fc9100%22%20d%3D%22M50.7%206.7H64V60H50.7z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/emojione/bar-chart.svg?color=%231a73e8&size=48