Bar Chart Alt 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 { IconBarChartAlt } from "@devigner-ui/icons";
<IconBarChartAlt className="size-6" />
<script setup>
import { IconBarChartAlt } from "@devigner-ui/icons-vue";
</script>
<template>
<IconBarChartAlt class="size-6" />
</template>
<script>
import { IconBarChartAlt } from "@devigner-ui/icons-svelte";
</script>
<IconBarChartAlt class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path opacity="1" d="M3 22h18" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path d="M3 11c0-.94 0-1.41.3-1.7C3.58 9 4.05 9 5 9s1.41 0 1.7.3c.3.29.3.76.3 1.7v6c0 .94 0 1.41-.3 1.7-.29.3-.76.3-1.7.3s-1.41 0-1.7-.3C3 18.42 3 17.95 3 17z" stroke="currentColor" stroke-width="1.5"></path><path d="M10 7c0-.94 0-1.41.3-1.7.29-.3.76-.3 1.7-.3s1.41 0 1.7.3c.3.29.3.76.3 1.7v10c0 .94 0 1.41-.3 1.7-.29.3-.76.3-1.7.3s-1.41 0-1.7-.3c-.3-.29-.3-.76-.3-1.7z" stroke="currentColor" stroke-width="1.5"></path><path d="M17 4c0-.94 0-1.41.3-1.7.29-.3.76-.3 1.7-.3s1.41 0 1.7.3c.3.29.3.76.3 1.7v13c0 .94 0 1.41-.3 1.7-.29.3-.76.3-1.7.3s-1.41 0-1.7-.3c-.3-.29-.3-.76-.3-1.7z" stroke="currentColor" stroke-width="1.5"></path></svg>