Bar Chart icon in outline, twotone, bold and bulk. Free in all four styles, for charts, reports, dashboards, kpis, analytics. Copy the SVG, the React, Vue or Svelte component, or download a PNG.
import { IconBarChart } from "@devigner-ui/icons";
<IconBarChart className="size-6" />
<script setup>
import { IconBarChart } from "@devigner-ui/icons-vue";
</script>
<template>
<IconBarChart class="size-6" />
</template>
<script>
import { IconBarChart } from "@devigner-ui/icons-svelte";
</script>
<IconBarChart class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M22 22H2" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path><path opacity="1" d="M21 22v-7.5c0-.83-.67-1.5-1.5-1.5h-3c-.83 0-1.5.67-1.5 1.5V22" stroke="currentColor" stroke-width="1.5"></path><path d="M15 22V5c0-1.41 0-2.12-.44-2.56S13.41 2 12 2s-2.12 0-2.56.44S9 3.59 9 5v17" stroke="currentColor" stroke-width="1.5"></path><path opacity="1" d="M9 22V9.5C9 8.67 8.33 8 7.5 8h-3C3.67 8 3 8.67 3 9.5V22" stroke="currentColor" stroke-width="1.5"></path></svg>