table icon
table-28 from Fluent UI System Color Icons by Microsoft Corporation · 28 · MIT Free for personal and commercial use.
- Name
- table-28
- Set
- Fluent UI System Color Icons
- Style
- 28
- Viewbox
- 28×28
- License
- MIT
5 other variants in Fluent UI System Color Icons
The same icon in other sets
table-outlinedAnt Design IconstableBootstrap IconstableBoxIcons v2tableCarbontableCodiconstableFramework7 IconstableFont Awesome 6 SolidtableFont Awesome Solidtable-16-filledFluent UI System IconstableHuge IconstableIconParktableIconPark OutlinetableIconPark SolidtableIconPark TwoTonetableIconoirtableJam IconstableLine AwesometableLucidetableMajesticonstableMaterial Icon ThemetableMaterial SymbolstableMaterial Symbols LighttableMaterial Design Iconstable-fillMingCute Icon
Use the table icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><g fill="none"><rect width="22" height="22" x="3" y="3" fill="url(#SVGLtimvF3p)" rx="5"/><path fill="url(#SVGgiT9lxeb)" d="M3 6.75A3.75 3.75 0 0 1 6.75 3H9.5v6.5H3zM3 11v6h6.5v-6zm0 7.5v2.75A3.75 3.75 0 0 0 6.75 25H9.5v-6.5zm8 6.5h6v-6.5h-6zm7.5 0h2.75A3.75 3.75 0 0 0 25 21.25V18.5h-6.5zm6.5-8v-6h-6.5v6zm0-7.5V6.75A3.75 3.75 0 0 0 21.25 3H18.5v6.5zM17 3h-6v6.5h6zm0 8v6h-6v-6z"/><defs><linearGradient id="SVGLtimvF3p" x1="4.571" x2="23.429" y1="4.571" y2="23.429" gradientUnits="userSpaceOnUse"><stop stop-color="#b0f098"/><stop offset="1" stop-color="#98f0b0"/></linearGradient><linearGradient id="SVGgiT9lxeb" x1="3" x2="25" y1="3" y2="25" gradientUnits="userSpaceOnUse"><stop stop-color="#42b870"/><stop offset="1" stop-color="#1a7f7c"/></linearGradient></defs></g></svg>
React
import type { SVGProps } from "react";
export function FluentColorTable28(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><g fill="none"><rect width="22" height="22" x="3" y="3" fill="url(#SVGLtimvF3p)" rx="5"/><path fill="url(#SVGgiT9lxeb)" d="M3 6.75A3.75 3.75 0 0 1 6.75 3H9.5v6.5H3zM3 11v6h6.5v-6zm0 7.5v2.75A3.75 3.75 0 0 0 6.75 25H9.5v-6.5zm8 6.5h6v-6.5h-6zm7.5 0h2.75A3.75 3.75 0 0 0 25 21.25V18.5h-6.5zm6.5-8v-6h-6.5v6zm0-7.5V6.75A3.75 3.75 0 0 0 21.25 3H18.5v6.5zM17 3h-6v6.5h6zm0 8v6h-6v-6z"/><defs><linearGradient id="SVGLtimvF3p" x1="4.571" x2="23.429" y1="4.571" y2="23.429" gradientUnits="userSpaceOnUse"><stop stopColor="#b0f098"/><stop offset="1" stopColor="#98f0b0"/></linearGradient><linearGradient id="SVGgiT9lxeb" x1="3" x2="25" y1="3" y2="25" gradientUnits="userSpaceOnUse"><stop stopColor="#42b870"/><stop offset="1" stopColor="#1a7f7c"/></linearGradient></defs></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><g fill="none"><rect width="22" height="22" x="3" y="3" fill="url(#SVGLtimvF3p)" rx="5"/><path fill="url(#SVGgiT9lxeb)" d="M3 6.75A3.75 3.75 0 0 1 6.75 3H9.5v6.5H3zM3 11v6h6.5v-6zm0 7.5v2.75A3.75 3.75 0 0 0 6.75 25H9.5v-6.5zm8 6.5h6v-6.5h-6zm7.5 0h2.75A3.75 3.75 0 0 0 25 21.25V18.5h-6.5zm6.5-8v-6h-6.5v6zm0-7.5V6.75A3.75 3.75 0 0 0 21.25 3H18.5v6.5zM17 3h-6v6.5h6zm0 8v6h-6v-6z"/><defs><linearGradient id="SVGLtimvF3p" x1="4.571" x2="23.429" y1="4.571" y2="23.429" gradientUnits="userSpaceOnUse"><stop stop-color="#b0f098"/><stop offset="1" stop-color="#98f0b0"/></linearGradient><linearGradient id="SVGgiT9lxeb" x1="3" x2="25" y1="3" y2="25" gradientUnits="userSpaceOnUse"><stop stop-color="#42b870"/><stop offset="1" stop-color="#1a7f7c"/></linearGradient></defs></g></svg> </template>
CSS
.icon-table-28 {
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%3Cg%20fill%3D%22none%22%3E%3Crect%20width%3D%2222%22%20height%3D%2222%22%20x%3D%223%22%20y%3D%223%22%20fill%3D%22url(%23SVGLtimvF3p)%22%20rx%3D%225%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGgiT9lxeb)%22%20d%3D%22M3%206.75A3.75%203.75%200%200%201%206.75%203H9.5v6.5H3zM3%2011v6h6.5v-6zm0%207.5v2.75A3.75%203.75%200%200%200%206.75%2025H9.5v-6.5zm8%206.5h6v-6.5h-6zm7.5%200h2.75A3.75%203.75%200%200%200%2025%2021.25V18.5h-6.5zm6.5-8v-6h-6.5v6zm0-7.5V6.75A3.75%203.75%200%200%200%2021.25%203H18.5v6.5zM17%203h-6v6.5h6zm0%208v6h-6v-6z%22%2F%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGLtimvF3p%22%20x1%3D%224.571%22%20x2%3D%2223.429%22%20y1%3D%224.571%22%20y2%3D%2223.429%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%23b0f098%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%2398f0b0%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGgiT9lxeb%22%20x1%3D%223%22%20x2%3D%2225%22%20y1%3D%223%22%20y2%3D%2225%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%2342b870%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%231a7f7c%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%3E%3Crect%20width%3D%2222%22%20height%3D%2222%22%20x%3D%223%22%20y%3D%223%22%20fill%3D%22url(%23SVGLtimvF3p)%22%20rx%3D%225%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGgiT9lxeb)%22%20d%3D%22M3%206.75A3.75%203.75%200%200%201%206.75%203H9.5v6.5H3zM3%2011v6h6.5v-6zm0%207.5v2.75A3.75%203.75%200%200%200%206.75%2025H9.5v-6.5zm8%206.5h6v-6.5h-6zm7.5%200h2.75A3.75%203.75%200%200%200%2025%2021.25V18.5h-6.5zm6.5-8v-6h-6.5v6zm0-7.5V6.75A3.75%203.75%200%200%200%2021.25%203H18.5v6.5zM17%203h-6v6.5h6zm0%208v6h-6v-6z%22%2F%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGLtimvF3p%22%20x1%3D%224.571%22%20x2%3D%2223.429%22%20y1%3D%224.571%22%20y2%3D%2223.429%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%23b0f098%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%2398f0b0%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGgiT9lxeb%22%20x1%3D%223%22%20x2%3D%2225%22%20y1%3D%223%22%20y2%3D%2225%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%2342b870%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%231a7f7c%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent-color/table-28.svg?color=%231a73e8&size=48