table-lightning-28-filled from Fluent UI System Icons by Microsoft Corporation · 28 Filled · MIT Free for personal and commercial use.

Name
table-lightning-28-filled
Set
Fluent UI System Icons
Style
28 Filled
Viewbox
28×28
License
MIT

7 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the table lightning icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M6.75 3A3.75 3.75 0 0 0 3 6.75V9.5h6.5V3zM3 17v-6h6.5v6zm0 4.25V18.5h6.5V25H6.75A3.75 3.75 0 0 1 3 21.25M17 25h-6v-6.5h4.263l-1.117 2.358A1.5 1.5 0 0 0 15.502 23H17zm8-12v-2h-6.5v2.034q.155-.034.318-.034zm-8 1.834V11h-6v6h4.974zm8-8.084V9.5h-6.5V3h2.75A3.75 3.75 0 0 1 25 6.75M11 3h6v6.5h-6zm7.817 11h6.328a.5.5 0 0 1 .436.745L23.751 18h1.514a.75.75 0 0 1 .569 1.24l-6.416 7.452c-.522.606-1.499.052-1.246-.707L19.5 22h-4a.5.5 0 0 1-.451-.714l3.316-7a.5.5 0 0 1 .452-.286"/></svg>

React

import type { SVGProps } from "react";

export function FluentTableLightning28Filled(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="M6.75 3A3.75 3.75 0 0 0 3 6.75V9.5h6.5V3zM3 17v-6h6.5v6zm0 4.25V18.5h6.5V25H6.75A3.75 3.75 0 0 1 3 21.25M17 25h-6v-6.5h4.263l-1.117 2.358A1.5 1.5 0 0 0 15.502 23H17zm8-12v-2h-6.5v2.034q.155-.034.318-.034zm-8 1.834V11h-6v6h4.974zm8-8.084V9.5h-6.5V3h2.75A3.75 3.75 0 0 1 25 6.75M11 3h6v6.5h-6zm7.817 11h6.328a.5.5 0 0 1 .436.745L23.751 18h1.514a.75.75 0 0 1 .569 1.24l-6.416 7.452c-.522.606-1.499.052-1.246-.707L19.5 22h-4a.5.5 0 0 1-.451-.714l3.316-7a.5.5 0 0 1 .452-.286"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M6.75 3A3.75 3.75 0 0 0 3 6.75V9.5h6.5V3zM3 17v-6h6.5v6zm0 4.25V18.5h6.5V25H6.75A3.75 3.75 0 0 1 3 21.25M17 25h-6v-6.5h4.263l-1.117 2.358A1.5 1.5 0 0 0 15.502 23H17zm8-12v-2h-6.5v2.034q.155-.034.318-.034zm-8 1.834V11h-6v6h4.974zm8-8.084V9.5h-6.5V3h2.75A3.75 3.75 0 0 1 25 6.75M11 3h6v6.5h-6zm7.817 11h6.328a.5.5 0 0 1 .436.745L23.751 18h1.514a.75.75 0 0 1 .569 1.24l-6.416 7.452c-.522.606-1.499.052-1.246-.707L19.5 22h-4a.5.5 0 0 1-.451-.714l3.316-7a.5.5 0 0 1 .452-.286"/></svg>
</template>

CSS

.icon-table-lightning-28-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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6.75%203A3.75%203.75%200%200%200%203%206.75V9.5h6.5V3zM3%2017v-6h6.5v6zm0%204.25V18.5h6.5V25H6.75A3.75%203.75%200%200%201%203%2021.25M17%2025h-6v-6.5h4.263l-1.117%202.358A1.5%201.5%200%200%200%2015.502%2023H17zm8-12v-2h-6.5v2.034q.155-.034.318-.034zm-8%201.834V11h-6v6h4.974zm8-8.084V9.5h-6.5V3h2.75A3.75%203.75%200%200%201%2025%206.75M11%203h6v6.5h-6zm7.817%2011h6.328a.5.5%200%200%201%20.436.745L23.751%2018h1.514a.75.75%200%200%201%20.569%201.24l-6.416%207.452c-.522.606-1.499.052-1.246-.707L19.5%2022h-4a.5.5%200%200%201-.451-.714l3.316-7a.5.5%200%200%201%20.452-.286%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%22M6.75%203A3.75%203.75%200%200%200%203%206.75V9.5h6.5V3zM3%2017v-6h6.5v6zm0%204.25V18.5h6.5V25H6.75A3.75%203.75%200%200%201%203%2021.25M17%2025h-6v-6.5h4.263l-1.117%202.358A1.5%201.5%200%200%200%2015.502%2023H17zm8-12v-2h-6.5v2.034q.155-.034.318-.034zm-8%201.834V11h-6v6h4.974zm8-8.084V9.5h-6.5V3h2.75A3.75%203.75%200%200%201%2025%206.75M11%203h6v6.5h-6zm7.817%2011h6.328a.5.5%200%200%201%20.436.745L23.751%2018h1.514a.75.75%200%200%201%20.569%201.24l-6.416%207.452c-.522.606-1.499.052-1.246-.707L19.5%2022h-4a.5.5%200%200%201-.451-.714l3.316-7a.5.5%200%200%201%20.452-.286%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/table-lightning-28-filled.svg?color=%231a73e8&size=48