bar chart emoji
bar-chart from OpenMoji by OpenMoji · Default · Objects · CC-BY-SA-4.0 Attribution required.
- Name
- bar-chart
- Set
- OpenMoji
- Style
- Default
- Category
- Objects
- Viewbox
- 72×72
- License
- CC BY-SA 4.0
The same emoji 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 Symbolsbar-chartMaterial Symbols Lightbar-chartNoto Emojibar-chartRadix Iconsbar-chart-fillRemix Iconbar-chartStreamline Emojisbar-chart-outlineTeenyiconsbar-chartTwitter Emoji
More objects icons from OpenMoji
Use the bar chart emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#fff" d="M12.05 12.05h47.9v47.9h-47.9z"/><path fill="#b1cc33" d="M18.32 37.6h8v21.41h-8z"/><path fill="#92d3f5" d="M46.25 44.38h8V59h-8z"/><path fill="#d22f27" d="M32.28 21.69h8v37.32h-8z"/><g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2"><path d="M18.03 59.01V37.6h8v21.41m19.94 0V44.39h8v14.62M12.75 31.28h15.74m15.02 9.54h15.94m-1.97 9.55h1.69"/><path d="M12.05 12.05h47.9v47.9h-47.9z"/><path d="M32 59.01V21.73h8v37.28M12.39 40.82h2.13m-2.13 9.55h2.13m28.99-19.09h15.94m-15.94-9.54h15.94m-46.7 0h15.74"/></g></svg>
React
import type { SVGProps } from "react";
export function OpenmojiBarChart(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#fff" d="M12.05 12.05h47.9v47.9h-47.9z"/><path fill="#b1cc33" d="M18.32 37.6h8v21.41h-8z"/><path fill="#92d3f5" d="M46.25 44.38h8V59h-8z"/><path fill="#d22f27" d="M32.28 21.69h8v37.32h-8z"/><g fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeMiterlimit="10" strokeWidth="2"><path d="M18.03 59.01V37.6h8v21.41m19.94 0V44.39h8v14.62M12.75 31.28h15.74m15.02 9.54h15.94m-1.97 9.55h1.69"/><path d="M12.05 12.05h47.9v47.9h-47.9z"/><path d="M32 59.01V21.73h8v37.28M12.39 40.82h2.13m-2.13 9.55h2.13m28.99-19.09h15.94m-15.94-9.54h15.94m-46.7 0h15.74"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#fff" d="M12.05 12.05h47.9v47.9h-47.9z"/><path fill="#b1cc33" d="M18.32 37.6h8v21.41h-8z"/><path fill="#92d3f5" d="M46.25 44.38h8V59h-8z"/><path fill="#d22f27" d="M32.28 21.69h8v37.32h-8z"/><g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2"><path d="M18.03 59.01V37.6h8v21.41m19.94 0V44.39h8v14.62M12.75 31.28h15.74m15.02 9.54h15.94m-1.97 9.55h1.69"/><path d="M12.05 12.05h47.9v47.9h-47.9z"/><path d="M32 59.01V21.73h8v37.28M12.39 40.82h2.13m-2.13 9.55h2.13m28.99-19.09h15.94m-15.94-9.54h15.94m-46.7 0h15.74"/></g></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%2072%2072%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M12.05%2012.05h47.9v47.9h-47.9z%22%2F%3E%3Cpath%20fill%3D%22%23b1cc33%22%20d%3D%22M18.32%2037.6h8v21.41h-8z%22%2F%3E%3Cpath%20fill%3D%22%2392d3f5%22%20d%3D%22M46.25%2044.38h8V59h-8z%22%2F%3E%3Cpath%20fill%3D%22%23d22f27%22%20d%3D%22M32.28%2021.69h8v37.32h-8z%22%2F%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%3E%3Cpath%20d%3D%22M18.03%2059.01V37.6h8v21.41m19.94%200V44.39h8v14.62M12.75%2031.28h15.74m15.02%209.54h15.94m-1.97%209.55h1.69%22%2F%3E%3Cpath%20d%3D%22M12.05%2012.05h47.9v47.9h-47.9z%22%2F%3E%3Cpath%20d%3D%22M32%2059.01V21.73h8v37.28M12.39%2040.82h2.13m-2.13%209.55h2.13m28.99-19.09h15.94m-15.94-9.54h15.94m-46.7%200h15.74%22%2F%3E%3C%2Fg%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%2072%2072%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M12.05%2012.05h47.9v47.9h-47.9z%22%2F%3E%3Cpath%20fill%3D%22%23b1cc33%22%20d%3D%22M18.32%2037.6h8v21.41h-8z%22%2F%3E%3Cpath%20fill%3D%22%2392d3f5%22%20d%3D%22M46.25%2044.38h8V59h-8z%22%2F%3E%3Cpath%20fill%3D%22%23d22f27%22%20d%3D%22M32.28%2021.69h8v37.32h-8z%22%2F%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%3E%3Cpath%20d%3D%22M18.03%2059.01V37.6h8v21.41m19.94%200V44.39h8v14.62M12.75%2031.28h15.74m15.02%209.54h15.94m-1.97%209.55h1.69%22%2F%3E%3Cpath%20d%3D%22M12.05%2012.05h47.9v47.9h-47.9z%22%2F%3E%3Cpath%20d%3D%22M32%2059.01V21.73h8v37.28M12.39%2040.82h2.13m-2.13%209.55h2.13m28.99-19.09h15.94m-15.94-9.54h15.94m-46.7%200h15.74%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/openmoji/bar-chart.svg?color=%231a73e8&size=48