image table icon
image-table-48-filled from Fluent UI System Icons by Microsoft Corporation · 48 Filled · MIT Free for personal and commercial use.
- Name
- image-table-48-filled
- Set
- Fluent UI System Icons
- Style
- 48 Filled
- 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="M12 6.005A6.25 6.25 0 0 0 6.005 12H12zM6 14.5v19h6v-19zm8.5-2.5h19V6h-19zM36 6.005V12h5.995A6.25 6.25 0 0 0 36 6.005m6 8.495h-6v19h6zM41.995 36H36v5.995A6.25 6.25 0 0 0 41.995 36M33.5 42v-6h-19v6zM12 41.995V36H6.005A6.25 6.25 0 0 0 12 41.995m2.5-10.048l6.848-6.849a3.75 3.75 0 0 1 5.304 0l6.848 6.849V14.5h-19zM26.5 19a2.5 2.5 0 1 1 5 0a2.5 2.5 0 0 1-5 0m5.018 14.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 FluentImageTable48Filled(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="M12 6.005A6.25 6.25 0 0 0 6.005 12H12zM6 14.5v19h6v-19zm8.5-2.5h19V6h-19zM36 6.005V12h5.995A6.25 6.25 0 0 0 36 6.005m6 8.495h-6v19h6zM41.995 36H36v5.995A6.25 6.25 0 0 0 41.995 36M33.5 42v-6h-19v6zM12 41.995V36H6.005A6.25 6.25 0 0 0 12 41.995m2.5-10.048l6.848-6.849a3.75 3.75 0 0 1 5.304 0l6.848 6.849V14.5h-19zM26.5 19a2.5 2.5 0 1 1 5 0a2.5 2.5 0 0 1-5 0m5.018 14.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="M12 6.005A6.25 6.25 0 0 0 6.005 12H12zM6 14.5v19h6v-19zm8.5-2.5h19V6h-19zM36 6.005V12h5.995A6.25 6.25 0 0 0 36 6.005m6 8.495h-6v19h6zM41.995 36H36v5.995A6.25 6.25 0 0 0 41.995 36M33.5 42v-6h-19v6zM12 41.995V36H6.005A6.25 6.25 0 0 0 12 41.995m2.5-10.048l6.848-6.849a3.75 3.75 0 0 1 5.304 0l6.848 6.849V14.5h-19zM26.5 19a2.5 2.5 0 1 1 5 0a2.5 2.5 0 0 1-5 0m5.018 14.5l-6.634-6.634a1.25 1.25 0 0 0-1.768 0L16.482 33.5z"/></svg> </template>
CSS
.icon-image-table-48-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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%206.005A6.25%206.25%200%200%200%206.005%2012H12zM6%2014.5v19h6v-19zm8.5-2.5h19V6h-19zM36%206.005V12h5.995A6.25%206.25%200%200%200%2036%206.005m6%208.495h-6v19h6zM41.995%2036H36v5.995A6.25%206.25%200%200%200%2041.995%2036M33.5%2042v-6h-19v6zM12%2041.995V36H6.005A6.25%206.25%200%200%200%2012%2041.995m2.5-10.048l6.848-6.849a3.75%203.75%200%200%201%205.304%200l6.848%206.849V14.5h-19zM26.5%2019a2.5%202.5%200%201%201%205%200a2.5%202.5%200%200%201-5%200m5.018%2014.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%22M12%206.005A6.25%206.25%200%200%200%206.005%2012H12zM6%2014.5v19h6v-19zm8.5-2.5h19V6h-19zM36%206.005V12h5.995A6.25%206.25%200%200%200%2036%206.005m6%208.495h-6v19h6zM41.995%2036H36v5.995A6.25%206.25%200%200%200%2041.995%2036M33.5%2042v-6h-19v6zM12%2041.995V36H6.005A6.25%206.25%200%200%200%2012%2041.995m2.5-10.048l6.848-6.849a3.75%203.75%200%200%201%205.304%200l6.848%206.849V14.5h-19zM26.5%2019a2.5%202.5%200%201%201%205%200a2.5%202.5%200%200%201-5%200m5.018%2014.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-filled.svg?color=%231a73e8&size=48