image table icon
image-table-28-filled from Fluent UI System Icons by Microsoft Corporation · 28 Filled · MIT Free for personal and commercial use.
- Name
- image-table-28-filled
- Set
- Fluent UI System Icons
- Style
- 28 Filled
- Viewbox
- 28×28
- License
- MIT
11 other variants in Fluent UI System Icons
Related icons in Fluent UI System Icons
image-add-20-filledimage-alt-text-16-filledimage-arrow-back-20-filledimage-arrow-counterclockwise-20-filledimage-arrow-forward-20-filledimage-border-16-filledimage-circle-16-filledimage-copy-20-filledimage-dismiss-20-filledimage-edit-16-filledimage-globe-20-filledimage-library-20-filledimage-multiple-16-filledimage-multiple-off-16-filledimage-off-20-filledimage-prohibited-20-filledimage-reflection-20-filledimage-search-20-filledimage-shadow-20-filledimage-sparkle-16-filledimage-split-20-filledimage-stack-16-filledimage-style-guide-16-filled
Use the image table icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M6.5 3.008A3.75 3.75 0 0 0 3.008 6.5H6.5zM3 8v12h3.5V8zm5-1.5h12V3H8zm13.5-3.492V6.5h3.492A3.75 3.75 0 0 0 21.5 3.008M25 8h-3.5v12H25zm-.008 13.5H21.5v3.492a3.75 3.75 0 0 0 3.492-3.492M20 25v-3.5H8V25zm-13.5-.008V21.5H3.008A3.75 3.75 0 0 0 6.5 24.992m1.5-5.82l4.586-4.586a2 2 0 0 1 2.828 0L20 19.172V8H8zM15.5 11a1.5 1.5 0 1 1 3 0a1.5 1.5 0 0 1-3 0m3.207 9l-4.353-4.354a.5.5 0 0 0-.708 0L9.293 20z"/></svg>
React
import type { SVGProps } from "react";
export function FluentImageTable28Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M6.5 3.008A3.75 3.75 0 0 0 3.008 6.5H6.5zM3 8v12h3.5V8zm5-1.5h12V3H8zm13.5-3.492V6.5h3.492A3.75 3.75 0 0 0 21.5 3.008M25 8h-3.5v12H25zm-.008 13.5H21.5v3.492a3.75 3.75 0 0 0 3.492-3.492M20 25v-3.5H8V25zm-13.5-.008V21.5H3.008A3.75 3.75 0 0 0 6.5 24.992m1.5-5.82l4.586-4.586a2 2 0 0 1 2.828 0L20 19.172V8H8zM15.5 11a1.5 1.5 0 1 1 3 0a1.5 1.5 0 0 1-3 0m3.207 9l-4.353-4.354a.5.5 0 0 0-.708 0L9.293 20z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M6.5 3.008A3.75 3.75 0 0 0 3.008 6.5H6.5zM3 8v12h3.5V8zm5-1.5h12V3H8zm13.5-3.492V6.5h3.492A3.75 3.75 0 0 0 21.5 3.008M25 8h-3.5v12H25zm-.008 13.5H21.5v3.492a3.75 3.75 0 0 0 3.492-3.492M20 25v-3.5H8V25zm-13.5-.008V21.5H3.008A3.75 3.75 0 0 0 6.5 24.992m1.5-5.82l4.586-4.586a2 2 0 0 1 2.828 0L20 19.172V8H8zM15.5 11a1.5 1.5 0 1 1 3 0a1.5 1.5 0 0 1-3 0m3.207 9l-4.353-4.354a.5.5 0 0 0-.708 0L9.293 20z"/></svg> </template>
CSS
.icon-image-table-28-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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6.5%203.008A3.75%203.75%200%200%200%203.008%206.5H6.5zM3%208v12h3.5V8zm5-1.5h12V3H8zm13.5-3.492V6.5h3.492A3.75%203.75%200%200%200%2021.5%203.008M25%208h-3.5v12H25zm-.008%2013.5H21.5v3.492a3.75%203.75%200%200%200%203.492-3.492M20%2025v-3.5H8V25zm-13.5-.008V21.5H3.008A3.75%203.75%200%200%200%206.5%2024.992m1.5-5.82l4.586-4.586a2%202%200%200%201%202.828%200L20%2019.172V8H8zM15.5%2011a1.5%201.5%200%201%201%203%200a1.5%201.5%200%200%201-3%200m3.207%209l-4.353-4.354a.5.5%200%200%200-.708%200L9.293%2020z%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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6.5%203.008A3.75%203.75%200%200%200%203.008%206.5H6.5zM3%208v12h3.5V8zm5-1.5h12V3H8zm13.5-3.492V6.5h3.492A3.75%203.75%200%200%200%2021.5%203.008M25%208h-3.5v12H25zm-.008%2013.5H21.5v3.492a3.75%203.75%200%200%200%203.492-3.492M20%2025v-3.5H8V25zm-13.5-.008V21.5H3.008A3.75%203.75%200%200%200%206.5%2024.992m1.5-5.82l4.586-4.586a2%202%200%200%201%202.828%200L20%2019.172V8H8zM15.5%2011a1.5%201.5%200%201%201%203%200a1.5%201.5%200%200%201-3%200m3.207%209l-4.353-4.354a.5.5%200%200%200-.708%200L9.293%2020z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/image-table-28-filled.svg?color=%231a73e8&size=48