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

Name
image-table-24-filled
Set
Fluent UI System Icons
Style
24 Filled
Viewbox
24×24
License
MIT

11 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the image table icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.25 3h.25v3.5H3v-.25A3.25 3.25 0 0 1 6.25 3M3 16V8h3.5v8zm13-9.5H8V3h8zm1.5 0V3h.25A3.25 3.25 0 0 1 21 6.25v.25zm0 1.5H21v8h-3.5zm0 9.5H21v.25A3.25 3.25 0 0 1 17.75 21h-.25zm-1.5 0V21H8v-3.5zm-9.5 0V21h-.25A3.25 3.25 0 0 1 3 17.75v-.25zM8 15.068l2.409-2.409a2.25 2.25 0 0 1 3.182 0L16 15.068V8H8zM14 9a1 1 0 1 1 0 2a1 1 0 0 1 0-2m.81 7l-2.28-2.28a.75.75 0 0 0-1.06 0L9.19 16z"/></svg>

React

import type { SVGProps } from "react";

export function FluentImageTable24Filled(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="M6.25 3h.25v3.5H3v-.25A3.25 3.25 0 0 1 6.25 3M3 16V8h3.5v8zm13-9.5H8V3h8zm1.5 0V3h.25A3.25 3.25 0 0 1 21 6.25v.25zm0 1.5H21v8h-3.5zm0 9.5H21v.25A3.25 3.25 0 0 1 17.75 21h-.25zm-1.5 0V21H8v-3.5zm-9.5 0V21h-.25A3.25 3.25 0 0 1 3 17.75v-.25zM8 15.068l2.409-2.409a2.25 2.25 0 0 1 3.182 0L16 15.068V8H8zM14 9a1 1 0 1 1 0 2a1 1 0 0 1 0-2m.81 7l-2.28-2.28a.75.75 0 0 0-1.06 0L9.19 16z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.25 3h.25v3.5H3v-.25A3.25 3.25 0 0 1 6.25 3M3 16V8h3.5v8zm13-9.5H8V3h8zm1.5 0V3h.25A3.25 3.25 0 0 1 21 6.25v.25zm0 1.5H21v8h-3.5zm0 9.5H21v.25A3.25 3.25 0 0 1 17.75 21h-.25zm-1.5 0V21H8v-3.5zm-9.5 0V21h-.25A3.25 3.25 0 0 1 3 17.75v-.25zM8 15.068l2.409-2.409a2.25 2.25 0 0 1 3.182 0L16 15.068V8H8zM14 9a1 1 0 1 1 0 2a1 1 0 0 1 0-2m.81 7l-2.28-2.28a.75.75 0 0 0-1.06 0L9.19 16z"/></svg>
</template>

CSS

.icon-image-table-24-filled {
  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%22M6.25%203h.25v3.5H3v-.25A3.25%203.25%200%200%201%206.25%203M3%2016V8h3.5v8zm13-9.5H8V3h8zm1.5%200V3h.25A3.25%203.25%200%200%201%2021%206.25v.25zm0%201.5H21v8h-3.5zm0%209.5H21v.25A3.25%203.25%200%200%201%2017.75%2021h-.25zm-1.5%200V21H8v-3.5zm-9.5%200V21h-.25A3.25%203.25%200%200%201%203%2017.75v-.25zM8%2015.068l2.409-2.409a2.25%202.25%200%200%201%203.182%200L16%2015.068V8H8zM14%209a1%201%200%201%201%200%202a1%201%200%200%201%200-2m.81%207l-2.28-2.28a.75.75%200%200%200-1.06%200L9.19%2016z%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%22M6.25%203h.25v3.5H3v-.25A3.25%203.25%200%200%201%206.25%203M3%2016V8h3.5v8zm13-9.5H8V3h8zm1.5%200V3h.25A3.25%203.25%200%200%201%2021%206.25v.25zm0%201.5H21v8h-3.5zm0%209.5H21v.25A3.25%203.25%200%200%201%2017.75%2021h-.25zm-1.5%200V21H8v-3.5zm-9.5%200V21h-.25A3.25%203.25%200%200%201%203%2017.75v-.25zM8%2015.068l2.409-2.409a2.25%202.25%200%200%201%203.182%200L16%2015.068V8H8zM14%209a1%201%200%201%201%200%202a1%201%200%200%201%200-2m.81%207l-2.28-2.28a.75.75%200%200%200-1.06%200L9.19%2016z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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