table resize column icon

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

Name
table-resize-column-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 resize column 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 25A3.75 3.75 0 0 1 3 21.25V6.75A3.75 3.75 0 0 1 6.75 3h.75v8.647l-1.058 1.19a1.75 1.75 0 0 0 0 2.326l1.058 1.19V25zM9 25v-7.168a1.75 1.75 0 0 0 2.428-2.082h5.145A1.75 1.75 0 0 0 19 17.832V25zm8.087-14.558A1.75 1.75 0 0 1 19 10.168V3H9v7.168a1.75 1.75 0 0 1 2.428 2.082h5.145a1.75 1.75 0 0 1 .514-1.808m4.471 4.72l-1.058 1.19V25h.75A3.75 3.75 0 0 0 25 21.25V6.75A3.75 3.75 0 0 0 21.25 3h-.75v8.647l1.053 1.185l.002.002a1.75 1.75 0 0 1 .027 2.3l-.006.009zM9.42 13.25h9.16l-.89-1.002a.75.75 0 0 1 1.12-.996l1.998 2.247a.75.75 0 0 1 .013.987l-.01.012l-2 2.25a.75.75 0 1 1-1.122-.996l.89-1.002H9.42l.89 1.002a.75.75 0 0 1-1.12.996l-2-2.25a.75.75 0 0 1 0-.996l2-2.25a.75.75 0 0 1 1.12.996zm12.58.683v.14Z"/></svg>

React

import type { SVGProps } from "react";

export function FluentTableResizeColumn28Filled(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 25A3.75 3.75 0 0 1 3 21.25V6.75A3.75 3.75 0 0 1 6.75 3h.75v8.647l-1.058 1.19a1.75 1.75 0 0 0 0 2.326l1.058 1.19V25zM9 25v-7.168a1.75 1.75 0 0 0 2.428-2.082h5.145A1.75 1.75 0 0 0 19 17.832V25zm8.087-14.558A1.75 1.75 0 0 1 19 10.168V3H9v7.168a1.75 1.75 0 0 1 2.428 2.082h5.145a1.75 1.75 0 0 1 .514-1.808m4.471 4.72l-1.058 1.19V25h.75A3.75 3.75 0 0 0 25 21.25V6.75A3.75 3.75 0 0 0 21.25 3h-.75v8.647l1.053 1.185l.002.002a1.75 1.75 0 0 1 .027 2.3l-.006.009zM9.42 13.25h9.16l-.89-1.002a.75.75 0 0 1 1.12-.996l1.998 2.247a.75.75 0 0 1 .013.987l-.01.012l-2 2.25a.75.75 0 1 1-1.122-.996l.89-1.002H9.42l.89 1.002a.75.75 0 0 1-1.12.996l-2-2.25a.75.75 0 0 1 0-.996l2-2.25a.75.75 0 0 1 1.12.996zm12.58.683v.14Z"/></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 25A3.75 3.75 0 0 1 3 21.25V6.75A3.75 3.75 0 0 1 6.75 3h.75v8.647l-1.058 1.19a1.75 1.75 0 0 0 0 2.326l1.058 1.19V25zM9 25v-7.168a1.75 1.75 0 0 0 2.428-2.082h5.145A1.75 1.75 0 0 0 19 17.832V25zm8.087-14.558A1.75 1.75 0 0 1 19 10.168V3H9v7.168a1.75 1.75 0 0 1 2.428 2.082h5.145a1.75 1.75 0 0 1 .514-1.808m4.471 4.72l-1.058 1.19V25h.75A3.75 3.75 0 0 0 25 21.25V6.75A3.75 3.75 0 0 0 21.25 3h-.75v8.647l1.053 1.185l.002.002a1.75 1.75 0 0 1 .027 2.3l-.006.009zM9.42 13.25h9.16l-.89-1.002a.75.75 0 0 1 1.12-.996l1.998 2.247a.75.75 0 0 1 .013.987l-.01.012l-2 2.25a.75.75 0 1 1-1.122-.996l.89-1.002H9.42l.89 1.002a.75.75 0 0 1-1.12.996l-2-2.25a.75.75 0 0 1 0-.996l2-2.25a.75.75 0 0 1 1.12.996zm12.58.683v.14Z"/></svg>
</template>

CSS

.icon-table-resize-column-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%2025A3.75%203.75%200%200%201%203%2021.25V6.75A3.75%203.75%200%200%201%206.75%203h.75v8.647l-1.058%201.19a1.75%201.75%200%200%200%200%202.326l1.058%201.19V25zM9%2025v-7.168a1.75%201.75%200%200%200%202.428-2.082h5.145A1.75%201.75%200%200%200%2019%2017.832V25zm8.087-14.558A1.75%201.75%200%200%201%2019%2010.168V3H9v7.168a1.75%201.75%200%200%201%202.428%202.082h5.145a1.75%201.75%200%200%201%20.514-1.808m4.471%204.72l-1.058%201.19V25h.75A3.75%203.75%200%200%200%2025%2021.25V6.75A3.75%203.75%200%200%200%2021.25%203h-.75v8.647l1.053%201.185l.002.002a1.75%201.75%200%200%201%20.027%202.3l-.006.009zM9.42%2013.25h9.16l-.89-1.002a.75.75%200%200%201%201.12-.996l1.998%202.247a.75.75%200%200%201%20.013.987l-.01.012l-2%202.25a.75.75%200%201%201-1.122-.996l.89-1.002H9.42l.89%201.002a.75.75%200%200%201-1.12.996l-2-2.25a.75.75%200%200%201%200-.996l2-2.25a.75.75%200%200%201%201.12.996zm12.58.683v.14Z%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%2025A3.75%203.75%200%200%201%203%2021.25V6.75A3.75%203.75%200%200%201%206.75%203h.75v8.647l-1.058%201.19a1.75%201.75%200%200%200%200%202.326l1.058%201.19V25zM9%2025v-7.168a1.75%201.75%200%200%200%202.428-2.082h5.145A1.75%201.75%200%200%200%2019%2017.832V25zm8.087-14.558A1.75%201.75%200%200%201%2019%2010.168V3H9v7.168a1.75%201.75%200%200%201%202.428%202.082h5.145a1.75%201.75%200%200%201%20.514-1.808m4.471%204.72l-1.058%201.19V25h.75A3.75%203.75%200%200%200%2025%2021.25V6.75A3.75%203.75%200%200%200%2021.25%203h-.75v8.647l1.053%201.185l.002.002a1.75%201.75%200%200%201%20.027%202.3l-.006.009zM9.42%2013.25h9.16l-.89-1.002a.75.75%200%200%201%201.12-.996l1.998%202.247a.75.75%200%200%201%20.013.987l-.01.012l-2%202.25a.75.75%200%201%201-1.122-.996l.89-1.002H9.42l.89%201.002a.75.75%200%200%201-1.12.996l-2-2.25a.75.75%200%200%201%200-.996l2-2.25a.75.75%200%200%201%201.12.996zm12.58.683v.14Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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