image table icon
image-table-28-regular from Fluent UI System Icons by Microsoft Corporation · 28 Regular · MIT Free for personal and commercial use.
- Name
- image-table-28-regular
- Set
- Fluent UI System Icons
- Style
- 28 Regular
- 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="M15.5 11a1.5 1.5 0 1 1 3 0a1.5 1.5 0 0 1-3 0M3 6.75A3.75 3.75 0 0 1 6.75 3h14.5A3.75 3.75 0 0 1 25 6.75v14.5A3.75 3.75 0 0 1 21.25 25H6.75A3.75 3.75 0 0 1 3 21.25zm1.514-.25H6.5V4.514A2.25 2.25 0 0 0 4.514 6.5M8 4.5v2h12v-2zm13.5.014V6.5h1.986A2.25 2.25 0 0 0 21.5 4.514M23.5 8h-2v12h2zm-.014 13.5H21.5v1.986a2.25 2.25 0 0 0 1.986-1.986M20 23.5v-2H8v2zm-13.5-.014V21.5H4.514A2.25 2.25 0 0 0 6.5 23.486M4.5 20h2V8h-2zm3.5-.828l4.586-4.586a2 2 0 0 1 2.828 0L20 19.172V8H8zM18.707 20l-4.353-4.354a.5.5 0 0 0-.708 0L9.293 20z"/></svg>
React
import type { SVGProps } from "react";
export function FluentImageTable28Regular(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="M15.5 11a1.5 1.5 0 1 1 3 0a1.5 1.5 0 0 1-3 0M3 6.75A3.75 3.75 0 0 1 6.75 3h14.5A3.75 3.75 0 0 1 25 6.75v14.5A3.75 3.75 0 0 1 21.25 25H6.75A3.75 3.75 0 0 1 3 21.25zm1.514-.25H6.5V4.514A2.25 2.25 0 0 0 4.514 6.5M8 4.5v2h12v-2zm13.5.014V6.5h1.986A2.25 2.25 0 0 0 21.5 4.514M23.5 8h-2v12h2zm-.014 13.5H21.5v1.986a2.25 2.25 0 0 0 1.986-1.986M20 23.5v-2H8v2zm-13.5-.014V21.5H4.514A2.25 2.25 0 0 0 6.5 23.486M4.5 20h2V8h-2zm3.5-.828l4.586-4.586a2 2 0 0 1 2.828 0L20 19.172V8H8zM18.707 20l-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="M15.5 11a1.5 1.5 0 1 1 3 0a1.5 1.5 0 0 1-3 0M3 6.75A3.75 3.75 0 0 1 6.75 3h14.5A3.75 3.75 0 0 1 25 6.75v14.5A3.75 3.75 0 0 1 21.25 25H6.75A3.75 3.75 0 0 1 3 21.25zm1.514-.25H6.5V4.514A2.25 2.25 0 0 0 4.514 6.5M8 4.5v2h12v-2zm13.5.014V6.5h1.986A2.25 2.25 0 0 0 21.5 4.514M23.5 8h-2v12h2zm-.014 13.5H21.5v1.986a2.25 2.25 0 0 0 1.986-1.986M20 23.5v-2H8v2zm-13.5-.014V21.5H4.514A2.25 2.25 0 0 0 6.5 23.486M4.5 20h2V8h-2zm3.5-.828l4.586-4.586a2 2 0 0 1 2.828 0L20 19.172V8H8zM18.707 20l-4.353-4.354a.5.5 0 0 0-.708 0L9.293 20z"/></svg> </template>
CSS
.icon-image-table-28-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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M15.5%2011a1.5%201.5%200%201%201%203%200a1.5%201.5%200%200%201-3%200M3%206.75A3.75%203.75%200%200%201%206.75%203h14.5A3.75%203.75%200%200%201%2025%206.75v14.5A3.75%203.75%200%200%201%2021.25%2025H6.75A3.75%203.75%200%200%201%203%2021.25zm1.514-.25H6.5V4.514A2.25%202.25%200%200%200%204.514%206.5M8%204.5v2h12v-2zm13.5.014V6.5h1.986A2.25%202.25%200%200%200%2021.5%204.514M23.5%208h-2v12h2zm-.014%2013.5H21.5v1.986a2.25%202.25%200%200%200%201.986-1.986M20%2023.5v-2H8v2zm-13.5-.014V21.5H4.514A2.25%202.25%200%200%200%206.5%2023.486M4.5%2020h2V8h-2zm3.5-.828l4.586-4.586a2%202%200%200%201%202.828%200L20%2019.172V8H8zM18.707%2020l-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%22M15.5%2011a1.5%201.5%200%201%201%203%200a1.5%201.5%200%200%201-3%200M3%206.75A3.75%203.75%200%200%201%206.75%203h14.5A3.75%203.75%200%200%201%2025%206.75v14.5A3.75%203.75%200%200%201%2021.25%2025H6.75A3.75%203.75%200%200%201%203%2021.25zm1.514-.25H6.5V4.514A2.25%202.25%200%200%200%204.514%206.5M8%204.5v2h12v-2zm13.5.014V6.5h1.986A2.25%202.25%200%200%200%2021.5%204.514M23.5%208h-2v12h2zm-.014%2013.5H21.5v1.986a2.25%202.25%200%200%200%201.986-1.986M20%2023.5v-2H8v2zm-13.5-.014V21.5H4.514A2.25%202.25%200%200%200%206.5%2023.486M4.5%2020h2V8h-2zm3.5-.828l4.586-4.586a2%202%200%200%201%202.828%200L20%2019.172V8H8zM18.707%2020l-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-regular.svg?color=%231a73e8&size=48