image table icon
image-table-20-filled from Fluent UI System Icons by Microsoft Corporation · 20 Filled · MIT Free for personal and commercial use.
- Name
- image-table-20-filled
- Set
- Fluent UI System Icons
- Style
- 20 Filled
- Viewbox
- 20×20
- 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 20 20"><path fill="currentColor" d="M6 3a3 3 0 0 0-3 3h3zM3 7v6h3V7zm4-1h6V3H7zm7-3v3h3a3 3 0 0 0-3-3m3 4h-3v6h3zm0 7h-3v3a3 3 0 0 0 3-3m-4 3v-3H7v3zm-7 0v-3H3a3 3 0 0 0 3 3M7 7v6h.296l1.502-1.502a1.7 1.7 0 0 1 2.404 0L12.704 13H13V7zm4 1a1 1 0 1 1 0 2a1 1 0 0 1 0-2m.29 5H8.71l.795-.795a.7.7 0 0 1 .99 0z"/></svg>
React
import type { SVGProps } from "react";
export function FluentImageTable20Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M6 3a3 3 0 0 0-3 3h3zM3 7v6h3V7zm4-1h6V3H7zm7-3v3h3a3 3 0 0 0-3-3m3 4h-3v6h3zm0 7h-3v3a3 3 0 0 0 3-3m-4 3v-3H7v3zm-7 0v-3H3a3 3 0 0 0 3 3M7 7v6h.296l1.502-1.502a1.7 1.7 0 0 1 2.404 0L12.704 13H13V7zm4 1a1 1 0 1 1 0 2a1 1 0 0 1 0-2m.29 5H8.71l.795-.795a.7.7 0 0 1 .99 0z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M6 3a3 3 0 0 0-3 3h3zM3 7v6h3V7zm4-1h6V3H7zm7-3v3h3a3 3 0 0 0-3-3m3 4h-3v6h3zm0 7h-3v3a3 3 0 0 0 3-3m-4 3v-3H7v3zm-7 0v-3H3a3 3 0 0 0 3 3M7 7v6h.296l1.502-1.502a1.7 1.7 0 0 1 2.404 0L12.704 13H13V7zm4 1a1 1 0 1 1 0 2a1 1 0 0 1 0-2m.29 5H8.71l.795-.795a.7.7 0 0 1 .99 0z"/></svg> </template>
CSS
.icon-image-table-20-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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6%203a3%203%200%200%200-3%203h3zM3%207v6h3V7zm4-1h6V3H7zm7-3v3h3a3%203%200%200%200-3-3m3%204h-3v6h3zm0%207h-3v3a3%203%200%200%200%203-3m-4%203v-3H7v3zm-7%200v-3H3a3%203%200%200%200%203%203M7%207v6h.296l1.502-1.502a1.7%201.7%200%200%201%202.404%200L12.704%2013H13V7zm4%201a1%201%200%201%201%200%202a1%201%200%200%201%200-2m.29%205H8.71l.795-.795a.7.7%200%200%201%20.99%200z%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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6%203a3%203%200%200%200-3%203h3zM3%207v6h3V7zm4-1h6V3H7zm7-3v3h3a3%203%200%200%200-3-3m3%204h-3v6h3zm0%207h-3v3a3%203%200%200%200%203-3m-4%203v-3H7v3zm-7%200v-3H3a3%203%200%200%200%203%203M7%207v6h.296l1.502-1.502a1.7%201.7%200%200%201%202.404%200L12.704%2013H13V7zm4%201a1%201%200%201%201%200%202a1%201%200%200%201%200-2m.29%205H8.71l.795-.795a.7.7%200%200%201%20.99%200z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/image-table-20-filled.svg?color=%231a73e8&size=48