table columns split icon

table-columns-split from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
table-columns-split
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

The same icon in other sets

Related icons in Huge Icons

Use the table columns split 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="M2 20h2c2.828 0 4.243 0 5.121-.879C10 18.243 10 16.828 10 14v-4c0-2.828 0-4.243-.879-5.121C8.243 4 6.828 4 4 4H2m20 0c-1.553.047-2.48.22-3.121.863C18 5.743 18 7.161 18 9.996v4.008c0 2.835 0 4.252.879 5.133c.641.642 1.568.816 3.121.863M6 4v16m8-17v1.5m0 4V10m0 4v1.5m0 4V21M2 12h8M2 8h8m-8 8h8m8-4h4m-4-4h4m-4 8h4"/></svg>

React

import type { SVGProps } from "react";

export function HugeiconsTableColumnsSplit(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="M2 20h2c2.828 0 4.243 0 5.121-.879C10 18.243 10 16.828 10 14v-4c0-2.828 0-4.243-.879-5.121C8.243 4 6.828 4 4 4H2m20 0c-1.553.047-2.48.22-3.121.863C18 5.743 18 7.161 18 9.996v4.008c0 2.835 0 4.252.879 5.133c.641.642 1.568.816 3.121.863M6 4v16m8-17v1.5m0 4V10m0 4v1.5m0 4V21M2 12h8M2 8h8m-8 8h8m8-4h4m-4-4h4m-4 8h4"/></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="M2 20h2c2.828 0 4.243 0 5.121-.879C10 18.243 10 16.828 10 14v-4c0-2.828 0-4.243-.879-5.121C8.243 4 6.828 4 4 4H2m20 0c-1.553.047-2.48.22-3.121.863C18 5.743 18 7.161 18 9.996v4.008c0 2.835 0 4.252.879 5.133c.641.642 1.568.816 3.121.863M6 4v16m8-17v1.5m0 4V10m0 4v1.5m0 4V21M2 12h8M2 8h8m-8 8h8m8-4h4m-4-4h4m-4 8h4"/></svg>
</template>

CSS

.icon-table-columns-split {
  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%22M2%2020h2c2.828%200%204.243%200%205.121-.879C10%2018.243%2010%2016.828%2010%2014v-4c0-2.828%200-4.243-.879-5.121C8.243%204%206.828%204%204%204H2m20%200c-1.553.047-2.48.22-3.121.863C18%205.743%2018%207.161%2018%209.996v4.008c0%202.835%200%204.252.879%205.133c.641.642%201.568.816%203.121.863M6%204v16m8-17v1.5m0%204V10m0%204v1.5m0%204V21M2%2012h8M2%208h8m-8%208h8m8-4h4m-4-4h4m-4%208h4%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%22M2%2020h2c2.828%200%204.243%200%205.121-.879C10%2018.243%2010%2016.828%2010%2014v-4c0-2.828%200-4.243-.879-5.121C8.243%204%206.828%204%204%204H2m20%200c-1.553.047-2.48.22-3.121.863C18%205.743%2018%207.161%2018%209.996v4.008c0%202.835%200%204.252.879%205.133c.641.642%201.568.816%203.121.863M6%204v16m8-17v1.5m0%204V10m0%204v1.5m0%204V21M2%2012h8M2%208h8m-8%208h8m8-4h4m-4-4h4m-4%208h4%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/table-columns-split.svg?color=%231a73e8&size=48