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

Name
image-table-16-filled
Set
Fluent UI System Icons
Style
16 Filled
Viewbox
16×16
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 16 16"><path fill="currentColor" d="M4 2.05c-.98.199-1.751.97-1.95 1.95H4zM2 5v6h2V5zm3-1h6V2H5zm7-1.95V4h1.95A2.5 2.5 0 0 0 12 2.05M14 5h-2v6h2zm-.05 7H12v1.95A2.5 2.5 0 0 0 13.95 12M11 14v-2H5v2zm-7-.05V12H2.05c.199.98.97 1.751 1.95 1.95M5 5v6h.296l1.502-1.502a1.7 1.7 0 0 1 2.404 0L10.704 11H11V5zm3 2a1 1 0 1 1 2 0a1 1 0 0 1-2 0m1.29 4l-.795-.795a.7.7 0 0 0-.99 0L6.71 11z"/></svg>

React

import type { SVGProps } from "react";

export function FluentImageTable16Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M4 2.05c-.98.199-1.751.97-1.95 1.95H4zM2 5v6h2V5zm3-1h6V2H5zm7-1.95V4h1.95A2.5 2.5 0 0 0 12 2.05M14 5h-2v6h2zm-.05 7H12v1.95A2.5 2.5 0 0 0 13.95 12M11 14v-2H5v2zm-7-.05V12H2.05c.199.98.97 1.751 1.95 1.95M5 5v6h.296l1.502-1.502a1.7 1.7 0 0 1 2.404 0L10.704 11H11V5zm3 2a1 1 0 1 1 2 0a1 1 0 0 1-2 0m1.29 4l-.795-.795a.7.7 0 0 0-.99 0L6.71 11z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M4 2.05c-.98.199-1.751.97-1.95 1.95H4zM2 5v6h2V5zm3-1h6V2H5zm7-1.95V4h1.95A2.5 2.5 0 0 0 12 2.05M14 5h-2v6h2zm-.05 7H12v1.95A2.5 2.5 0 0 0 13.95 12M11 14v-2H5v2zm-7-.05V12H2.05c.199.98.97 1.751 1.95 1.95M5 5v6h.296l1.502-1.502a1.7 1.7 0 0 1 2.404 0L10.704 11H11V5zm3 2a1 1 0 1 1 2 0a1 1 0 0 1-2 0m1.29 4l-.795-.795a.7.7 0 0 0-.99 0L6.71 11z"/></svg>
</template>

CSS

.icon-image-table-16-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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4%202.05c-.98.199-1.751.97-1.95%201.95H4zM2%205v6h2V5zm3-1h6V2H5zm7-1.95V4h1.95A2.5%202.5%200%200%200%2012%202.05M14%205h-2v6h2zm-.05%207H12v1.95A2.5%202.5%200%200%200%2013.95%2012M11%2014v-2H5v2zm-7-.05V12H2.05c.199.98.97%201.751%201.95%201.95M5%205v6h.296l1.502-1.502a1.7%201.7%200%200%201%202.404%200L10.704%2011H11V5zm3%202a1%201%200%201%201%202%200a1%201%200%200%201-2%200m1.29%204l-.795-.795a.7.7%200%200%200-.99%200L6.71%2011z%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4%202.05c-.98.199-1.751.97-1.95%201.95H4zM2%205v6h2V5zm3-1h6V2H5zm7-1.95V4h1.95A2.5%202.5%200%200%200%2012%202.05M14%205h-2v6h2zm-.05%207H12v1.95A2.5%202.5%200%200%200%2013.95%2012M11%2014v-2H5v2zm-7-.05V12H2.05c.199.98.97%201.751%201.95%201.95M5%205v6h.296l1.502-1.502a1.7%201.7%200%200%201%202.404%200L10.704%2011H11V5zm3%202a1%201%200%201%201%202%200a1%201%200%200%201-2%200m1.29%204l-.795-.795a.7.7%200%200%200-.99%200L6.71%2011z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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