table from Prime Icons by PrimeTek · Regular · MIT Free for personal and commercial use.

Name
table
Set
Prime Icons
Style
Regular
Viewbox
24×24
License
MIT

The same icon in other sets

Use the table icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18 4.25H6A2.75 2.75 0 0 0 3.25 7v10A2.75 2.75 0 0 0 6 19.75h12A2.75 2.75 0 0 0 20.75 17V7A2.75 2.75 0 0 0 18 4.25M19.25 7v4.25h-6.5v-5.5H18A1.25 1.25 0 0 1 19.25 7M6 5.75h5.25v5.5h-6.5V7A1.25 1.25 0 0 1 6 5.75M4.75 17v-4.25h6.5v5.5H6A1.25 1.25 0 0 1 4.75 17M18 18.25h-5.25v-5.5h6.5V17A1.25 1.25 0 0 1 18 18.25"/></svg>

React

import type { SVGProps } from "react";

export function PrimeTable(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18 4.25H6A2.75 2.75 0 0 0 3.25 7v10A2.75 2.75 0 0 0 6 19.75h12A2.75 2.75 0 0 0 20.75 17V7A2.75 2.75 0 0 0 18 4.25M19.25 7v4.25h-6.5v-5.5H18A1.25 1.25 0 0 1 19.25 7M6 5.75h5.25v5.5h-6.5V7A1.25 1.25 0 0 1 6 5.75M4.75 17v-4.25h6.5v5.5H6A1.25 1.25 0 0 1 4.75 17M18 18.25h-5.25v-5.5h6.5V17A1.25 1.25 0 0 1 18 18.25"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18 4.25H6A2.75 2.75 0 0 0 3.25 7v10A2.75 2.75 0 0 0 6 19.75h12A2.75 2.75 0 0 0 20.75 17V7A2.75 2.75 0 0 0 18 4.25M19.25 7v4.25h-6.5v-5.5H18A1.25 1.25 0 0 1 19.25 7M6 5.75h5.25v5.5h-6.5V7A1.25 1.25 0 0 1 6 5.75M4.75 17v-4.25h6.5v5.5H6A1.25 1.25 0 0 1 4.75 17M18 18.25h-5.25v-5.5h6.5V17A1.25 1.25 0 0 1 18 18.25"/></svg>
</template>

CSS

.icon-table {
  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%22currentColor%22%20d%3D%22M18%204.25H6A2.75%202.75%200%200%200%203.25%207v10A2.75%202.75%200%200%200%206%2019.75h12A2.75%202.75%200%200%200%2020.75%2017V7A2.75%202.75%200%200%200%2018%204.25M19.25%207v4.25h-6.5v-5.5H18A1.25%201.25%200%200%201%2019.25%207M6%205.75h5.25v5.5h-6.5V7A1.25%201.25%200%200%201%206%205.75M4.75%2017v-4.25h6.5v5.5H6A1.25%201.25%200%200%201%204.75%2017M18%2018.25h-5.25v-5.5h6.5V17A1.25%201.25%200%200%201%2018%2018.25%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%22currentColor%22%20d%3D%22M18%204.25H6A2.75%202.75%200%200%200%203.25%207v10A2.75%202.75%200%200%200%206%2019.75h12A2.75%202.75%200%200%200%2020.75%2017V7A2.75%202.75%200%200%200%2018%204.25M19.25%207v4.25h-6.5v-5.5H18A1.25%201.25%200%200%201%2019.25%207M6%205.75h5.25v5.5h-6.5V7A1.25%201.25%200%200%201%206%205.75M4.75%2017v-4.25h6.5v5.5H6A1.25%201.25%200%200%201%204.75%2017M18%2018.25h-5.25v-5.5h6.5V17A1.25%201.25%200%200%201%2018%2018.25%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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