image table icon
image-table-48-regular from Fluent UI System Icons by Microsoft Corporation · 48 Regular · MIT Free for personal and commercial use.
- Name
- image-table-48-regular
- Set
- Fluent UI System Icons
- Style
- 48 Regular
- Viewbox
- 48×48
- 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 48 48"><path fill="currentColor" d="M26.5 19a2.5 2.5 0 1 1 5 0a2.5 2.5 0 0 1-5 0M6 12.25A6.25 6.25 0 0 1 12.25 6h23.5A6.25 6.25 0 0 1 42 12.25v23.5A6.25 6.25 0 0 1 35.75 42h-23.5A6.25 6.25 0 0 1 6 35.75zM8.508 12H12V8.508A3.75 3.75 0 0 0 8.508 12M14.5 8.5V12h19V8.5zm21.5.008V12h3.492A3.75 3.75 0 0 0 36 8.508m3.5 5.992H36v19h3.5zM39.492 36H36v3.492A3.75 3.75 0 0 0 39.492 36M33.5 39.5V36h-19v3.5zM12 39.492V36H8.508A3.75 3.75 0 0 0 12 39.492M8.5 33.5H12v-19H8.5zm6-1.553l6.848-6.849a3.75 3.75 0 0 1 5.304 0l6.848 6.849V14.5h-19zM31.518 33.5l-6.634-6.634a1.25 1.25 0 0 0-1.768 0L16.482 33.5z"/></svg>
React
import type { SVGProps } from "react";
export function FluentImageTable48Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M26.5 19a2.5 2.5 0 1 1 5 0a2.5 2.5 0 0 1-5 0M6 12.25A6.25 6.25 0 0 1 12.25 6h23.5A6.25 6.25 0 0 1 42 12.25v23.5A6.25 6.25 0 0 1 35.75 42h-23.5A6.25 6.25 0 0 1 6 35.75zM8.508 12H12V8.508A3.75 3.75 0 0 0 8.508 12M14.5 8.5V12h19V8.5zm21.5.008V12h3.492A3.75 3.75 0 0 0 36 8.508m3.5 5.992H36v19h3.5zM39.492 36H36v3.492A3.75 3.75 0 0 0 39.492 36M33.5 39.5V36h-19v3.5zM12 39.492V36H8.508A3.75 3.75 0 0 0 12 39.492M8.5 33.5H12v-19H8.5zm6-1.553l6.848-6.849a3.75 3.75 0 0 1 5.304 0l6.848 6.849V14.5h-19zM31.518 33.5l-6.634-6.634a1.25 1.25 0 0 0-1.768 0L16.482 33.5z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M26.5 19a2.5 2.5 0 1 1 5 0a2.5 2.5 0 0 1-5 0M6 12.25A6.25 6.25 0 0 1 12.25 6h23.5A6.25 6.25 0 0 1 42 12.25v23.5A6.25 6.25 0 0 1 35.75 42h-23.5A6.25 6.25 0 0 1 6 35.75zM8.508 12H12V8.508A3.75 3.75 0 0 0 8.508 12M14.5 8.5V12h19V8.5zm21.5.008V12h3.492A3.75 3.75 0 0 0 36 8.508m3.5 5.992H36v19h3.5zM39.492 36H36v3.492A3.75 3.75 0 0 0 39.492 36M33.5 39.5V36h-19v3.5zM12 39.492V36H8.508A3.75 3.75 0 0 0 12 39.492M8.5 33.5H12v-19H8.5zm6-1.553l6.848-6.849a3.75 3.75 0 0 1 5.304 0l6.848 6.849V14.5h-19zM31.518 33.5l-6.634-6.634a1.25 1.25 0 0 0-1.768 0L16.482 33.5z"/></svg> </template>
CSS
.icon-image-table-48-regular {
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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M26.5%2019a2.5%202.5%200%201%201%205%200a2.5%202.5%200%200%201-5%200M6%2012.25A6.25%206.25%200%200%201%2012.25%206h23.5A6.25%206.25%200%200%201%2042%2012.25v23.5A6.25%206.25%200%200%201%2035.75%2042h-23.5A6.25%206.25%200%200%201%206%2035.75zM8.508%2012H12V8.508A3.75%203.75%200%200%200%208.508%2012M14.5%208.5V12h19V8.5zm21.5.008V12h3.492A3.75%203.75%200%200%200%2036%208.508m3.5%205.992H36v19h3.5zM39.492%2036H36v3.492A3.75%203.75%200%200%200%2039.492%2036M33.5%2039.5V36h-19v3.5zM12%2039.492V36H8.508A3.75%203.75%200%200%200%2012%2039.492M8.5%2033.5H12v-19H8.5zm6-1.553l6.848-6.849a3.75%203.75%200%200%201%205.304%200l6.848%206.849V14.5h-19zM31.518%2033.5l-6.634-6.634a1.25%201.25%200%200%200-1.768%200L16.482%2033.5z%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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M26.5%2019a2.5%202.5%200%201%201%205%200a2.5%202.5%200%200%201-5%200M6%2012.25A6.25%206.25%200%200%201%2012.25%206h23.5A6.25%206.25%200%200%201%2042%2012.25v23.5A6.25%206.25%200%200%201%2035.75%2042h-23.5A6.25%206.25%200%200%201%206%2035.75zM8.508%2012H12V8.508A3.75%203.75%200%200%200%208.508%2012M14.5%208.5V12h19V8.5zm21.5.008V12h3.492A3.75%203.75%200%200%200%2036%208.508m3.5%205.992H36v19h3.5zM39.492%2036H36v3.492A3.75%203.75%200%200%200%2039.492%2036M33.5%2039.5V36h-19v3.5zM12%2039.492V36H8.508A3.75%203.75%200%200%200%2012%2039.492M8.5%2033.5H12v-19H8.5zm6-1.553l6.848-6.849a3.75%203.75%200%200%201%205.304%200l6.848%206.849V14.5h-19zM31.518%2033.5l-6.634-6.634a1.25%201.25%200%200%200-1.768%200L16.482%2033.5z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/image-table-48-regular.svg?color=%231a73e8&size=48