table-24 from Fluent UI System Color Icons by Microsoft Corporation · 24 · MIT Free for personal and commercial use.

Name
table-24
Set
Fluent UI System Color Icons
Style
24
Viewbox
24×24
License
MIT

5 other variants in Fluent UI System Color Icons

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"><g fill="none"><rect width="18" height="18" x="3" y="3" fill="url(#SVGnW25pGtQ3)" rx="4"/><path fill="url(#SVGA8nT8b8A3)" d="M9.5 21h5v-5h-5zm6.5 0h1.75A3.25 3.25 0 0 0 21 17.75V16h-5zm5-6.5v-5h-5v5zM21 8V6.25A3.25 3.25 0 0 0 17.75 3H16v5zm-6.5-5h-5v5h5zM8 3H6.25A3.25 3.25 0 0 0 3 6.25V8h5zM3 9.5v5h5v-5zM3 16v1.75A3.25 3.25 0 0 0 6.25 21H8v-5zm11.5-6.5v5h-5v-5z"/><defs><linearGradient id="SVGnW25pGtQ3" x1="4.286" x2="19.714" y1="4.286" y2="19.714" gradientUnits="userSpaceOnUse"><stop stop-color="#b0f098"/><stop offset="1" stop-color="#98f0b0"/></linearGradient><linearGradient id="SVGA8nT8b8A3" x1="3" x2="21" y1="3" y2="21" gradientUnits="userSpaceOnUse"><stop stop-color="#42b870"/><stop offset="1" stop-color="#1a7f7c"/></linearGradient></defs></g></svg>

React

import type { SVGProps } from "react";

export function FluentColorTable24(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><rect width="18" height="18" x="3" y="3" fill="url(#SVGnW25pGtQ3)" rx="4"/><path fill="url(#SVGA8nT8b8A3)" d="M9.5 21h5v-5h-5zm6.5 0h1.75A3.25 3.25 0 0 0 21 17.75V16h-5zm5-6.5v-5h-5v5zM21 8V6.25A3.25 3.25 0 0 0 17.75 3H16v5zm-6.5-5h-5v5h5zM8 3H6.25A3.25 3.25 0 0 0 3 6.25V8h5zM3 9.5v5h5v-5zM3 16v1.75A3.25 3.25 0 0 0 6.25 21H8v-5zm11.5-6.5v5h-5v-5z"/><defs><linearGradient id="SVGnW25pGtQ3" x1="4.286" x2="19.714" y1="4.286" y2="19.714" gradientUnits="userSpaceOnUse"><stop stopColor="#b0f098"/><stop offset="1" stopColor="#98f0b0"/></linearGradient><linearGradient id="SVGA8nT8b8A3" x1="3" x2="21" y1="3" y2="21" gradientUnits="userSpaceOnUse"><stop stopColor="#42b870"/><stop offset="1" stopColor="#1a7f7c"/></linearGradient></defs></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><rect width="18" height="18" x="3" y="3" fill="url(#SVGnW25pGtQ3)" rx="4"/><path fill="url(#SVGA8nT8b8A3)" d="M9.5 21h5v-5h-5zm6.5 0h1.75A3.25 3.25 0 0 0 21 17.75V16h-5zm5-6.5v-5h-5v5zM21 8V6.25A3.25 3.25 0 0 0 17.75 3H16v5zm-6.5-5h-5v5h5zM8 3H6.25A3.25 3.25 0 0 0 3 6.25V8h5zM3 9.5v5h5v-5zM3 16v1.75A3.25 3.25 0 0 0 6.25 21H8v-5zm11.5-6.5v5h-5v-5z"/><defs><linearGradient id="SVGnW25pGtQ3" x1="4.286" x2="19.714" y1="4.286" y2="19.714" gradientUnits="userSpaceOnUse"><stop stop-color="#b0f098"/><stop offset="1" stop-color="#98f0b0"/></linearGradient><linearGradient id="SVGA8nT8b8A3" x1="3" x2="21" y1="3" y2="21" gradientUnits="userSpaceOnUse"><stop stop-color="#42b870"/><stop offset="1" stop-color="#1a7f7c"/></linearGradient></defs></g></svg>
</template>

CSS

.icon-table-24 {
  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%3Cg%20fill%3D%22none%22%3E%3Crect%20width%3D%2218%22%20height%3D%2218%22%20x%3D%223%22%20y%3D%223%22%20fill%3D%22url(%23SVGnW25pGtQ3)%22%20rx%3D%224%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGA8nT8b8A3)%22%20d%3D%22M9.5%2021h5v-5h-5zm6.5%200h1.75A3.25%203.25%200%200%200%2021%2017.75V16h-5zm5-6.5v-5h-5v5zM21%208V6.25A3.25%203.25%200%200%200%2017.75%203H16v5zm-6.5-5h-5v5h5zM8%203H6.25A3.25%203.25%200%200%200%203%206.25V8h5zM3%209.5v5h5v-5zM3%2016v1.75A3.25%203.25%200%200%200%206.25%2021H8v-5zm11.5-6.5v5h-5v-5z%22%2F%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGnW25pGtQ3%22%20x1%3D%224.286%22%20x2%3D%2219.714%22%20y1%3D%224.286%22%20y2%3D%2219.714%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%23b0f098%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%2398f0b0%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGA8nT8b8A3%22%20x1%3D%223%22%20x2%3D%2221%22%20y1%3D%223%22%20y2%3D%2221%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%2342b870%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%231a7f7c%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%3E%3Crect%20width%3D%2218%22%20height%3D%2218%22%20x%3D%223%22%20y%3D%223%22%20fill%3D%22url(%23SVGnW25pGtQ3)%22%20rx%3D%224%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGA8nT8b8A3)%22%20d%3D%22M9.5%2021h5v-5h-5zm6.5%200h1.75A3.25%203.25%200%200%200%2021%2017.75V16h-5zm5-6.5v-5h-5v5zM21%208V6.25A3.25%203.25%200%200%200%2017.75%203H16v5zm-6.5-5h-5v5h5zM8%203H6.25A3.25%203.25%200%200%200%203%206.25V8h5zM3%209.5v5h5v-5zM3%2016v1.75A3.25%203.25%200%200%200%206.25%2021H8v-5zm11.5-6.5v5h-5v-5z%22%2F%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGnW25pGtQ3%22%20x1%3D%224.286%22%20x2%3D%2219.714%22%20y1%3D%224.286%22%20y2%3D%2219.714%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%23b0f098%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%2398f0b0%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGA8nT8b8A3%22%20x1%3D%223%22%20x2%3D%2221%22%20y1%3D%223%22%20y2%3D%2221%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%2342b870%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%231a7f7c%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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