chart no axes column icon

chart-no-axes-column from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
chart-no-axes-column
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

The same icon in other sets

Related icons in Huge Icons

Use the chart no axes column icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M7 19.5v-15c0-.466 0-.699-.076-.883a1 1 0 0 0-.541-.54C6.199 3 5.966 3 5.5 3s-.699 0-.883.076a1 1 0 0 0-.54.541C4 3.801 4 4.034 4 4.5v15c0 .466 0 .699.076.883a1 1 0 0 0 .541.54c.184.077.417.077.883.077s.699 0 .883-.076a1 1 0 0 0 .54-.541C7 20.199 7 19.966 7 19.5m6.5 0v-4c0-.466 0-.699-.076-.883a1 1 0 0 0-.541-.54C12.699 14 12.466 14 12 14s-.699 0-.883.076a1 1 0 0 0-.54.541c-.077.184-.077.417-.077.883v4c0 .466 0 .699.076.883a1 1 0 0 0 .541.54c.184.077.417.077.883.077s.699 0 .883-.076a1 1 0 0 0 .54-.541c.077-.184.077-.417.077-.883m6.5 0v-10c0-.466 0-.699-.076-.883a1 1 0 0 0-.541-.54C19.199 8 18.966 8 18.5 8s-.699 0-.883.076a1 1 0 0 0-.54.541C17 8.801 17 9.034 17 9.5v10c0 .466 0 .699.076.883a1 1 0 0 0 .541.54c.184.077.417.077.883.077s.699 0 .883-.076a1 1 0 0 0 .54-.541c.077-.184.077-.417.077-.883"/></svg>

React

import type { SVGProps } from "react";

export function HugeiconsChartNoAxesColumn(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5" d="M7 19.5v-15c0-.466 0-.699-.076-.883a1 1 0 0 0-.541-.54C6.199 3 5.966 3 5.5 3s-.699 0-.883.076a1 1 0 0 0-.54.541C4 3.801 4 4.034 4 4.5v15c0 .466 0 .699.076.883a1 1 0 0 0 .541.54c.184.077.417.077.883.077s.699 0 .883-.076a1 1 0 0 0 .54-.541C7 20.199 7 19.966 7 19.5m6.5 0v-4c0-.466 0-.699-.076-.883a1 1 0 0 0-.541-.54C12.699 14 12.466 14 12 14s-.699 0-.883.076a1 1 0 0 0-.54.541c-.077.184-.077.417-.077.883v4c0 .466 0 .699.076.883a1 1 0 0 0 .541.54c.184.077.417.077.883.077s.699 0 .883-.076a1 1 0 0 0 .54-.541c.077-.184.077-.417.077-.883m6.5 0v-10c0-.466 0-.699-.076-.883a1 1 0 0 0-.541-.54C19.199 8 18.966 8 18.5 8s-.699 0-.883.076a1 1 0 0 0-.54.541C17 8.801 17 9.034 17 9.5v10c0 .466 0 .699.076.883a1 1 0 0 0 .541.54c.184.077.417.077.883.077s.699 0 .883-.076a1 1 0 0 0 .54-.541c.077-.184.077-.417.077-.883"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M7 19.5v-15c0-.466 0-.699-.076-.883a1 1 0 0 0-.541-.54C6.199 3 5.966 3 5.5 3s-.699 0-.883.076a1 1 0 0 0-.54.541C4 3.801 4 4.034 4 4.5v15c0 .466 0 .699.076.883a1 1 0 0 0 .541.54c.184.077.417.077.883.077s.699 0 .883-.076a1 1 0 0 0 .54-.541C7 20.199 7 19.966 7 19.5m6.5 0v-4c0-.466 0-.699-.076-.883a1 1 0 0 0-.541-.54C12.699 14 12.466 14 12 14s-.699 0-.883.076a1 1 0 0 0-.54.541c-.077.184-.077.417-.077.883v4c0 .466 0 .699.076.883a1 1 0 0 0 .541.54c.184.077.417.077.883.077s.699 0 .883-.076a1 1 0 0 0 .54-.541c.077-.184.077-.417.077-.883m6.5 0v-10c0-.466 0-.699-.076-.883a1 1 0 0 0-.541-.54C19.199 8 18.966 8 18.5 8s-.699 0-.883.076a1 1 0 0 0-.54.541C17 8.801 17 9.034 17 9.5v10c0 .466 0 .699.076.883a1 1 0 0 0 .541.54c.184.077.417.077.883.077s.699 0 .883-.076a1 1 0 0 0 .54-.541c.077-.184.077-.417.077-.883"/></svg>
</template>

CSS

.icon-chart-no-axes-column {
  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%2024%2024%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M7%2019.5v-15c0-.466%200-.699-.076-.883a1%201%200%200%200-.541-.54C6.199%203%205.966%203%205.5%203s-.699%200-.883.076a1%201%200%200%200-.54.541C4%203.801%204%204.034%204%204.5v15c0%20.466%200%20.699.076.883a1%201%200%200%200%20.541.54c.184.077.417.077.883.077s.699%200%20.883-.076a1%201%200%200%200%20.54-.541C7%2020.199%207%2019.966%207%2019.5m6.5%200v-4c0-.466%200-.699-.076-.883a1%201%200%200%200-.541-.54C12.699%2014%2012.466%2014%2012%2014s-.699%200-.883.076a1%201%200%200%200-.54.541c-.077.184-.077.417-.077.883v4c0%20.466%200%20.699.076.883a1%201%200%200%200%20.541.54c.184.077.417.077.883.077s.699%200%20.883-.076a1%201%200%200%200%20.54-.541c.077-.184.077-.417.077-.883m6.5%200v-10c0-.466%200-.699-.076-.883a1%201%200%200%200-.541-.54C19.199%208%2018.966%208%2018.5%208s-.699%200-.883.076a1%201%200%200%200-.54.541C17%208.801%2017%209.034%2017%209.5v10c0%20.466%200%20.699.076.883a1%201%200%200%200%20.541.54c.184.077.417.077.883.077s.699%200%20.883-.076a1%201%200%200%200%20.54-.541c.077-.184.077-.417.077-.883%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%2024%2024%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M7%2019.5v-15c0-.466%200-.699-.076-.883a1%201%200%200%200-.541-.54C6.199%203%205.966%203%205.5%203s-.699%200-.883.076a1%201%200%200%200-.54.541C4%203.801%204%204.034%204%204.5v15c0%20.466%200%20.699.076.883a1%201%200%200%200%20.541.54c.184.077.417.077.883.077s.699%200%20.883-.076a1%201%200%200%200%20.54-.541C7%2020.199%207%2019.966%207%2019.5m6.5%200v-4c0-.466%200-.699-.076-.883a1%201%200%200%200-.541-.54C12.699%2014%2012.466%2014%2012%2014s-.699%200-.883.076a1%201%200%200%200-.54.541c-.077.184-.077.417-.077.883v4c0%20.466%200%20.699.076.883a1%201%200%200%200%20.541.54c.184.077.417.077.883.077s.699%200%20.883-.076a1%201%200%200%200%20.54-.541c.077-.184.077-.417.077-.883m6.5%200v-10c0-.466%200-.699-.076-.883a1%201%200%200%200-.541-.54C19.199%208%2018.966%208%2018.5%208s-.699%200-.883.076a1%201%200%200%200-.54.541C17%208.801%2017%209.034%2017%209.5v10c0%20.466%200%20.699.076.883a1%201%200%200%200%20.541.54c.184.077.417.077.883.077s.699%200%20.883-.076a1%201%200%200%200%20.54-.541c.077-.184.077-.417.077-.883%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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