table resize column icon
table-resize-column-24-filled from Fluent UI System Icons by Microsoft Corporation · 24 Filled · MIT Free for personal and commercial use.
- Name
- table-resize-column-24-filled
- Set
- Fluent UI System Icons
- Style
- 24 Filled
- Viewbox
- 24×24
- License
- MIT
- Aliases
- table-column-resize-24-filled
7 other variants in Fluent UI System Icons
Related icons in Fluent UI System Icons
table-add-16-filledtable-alt-text-20-filledtable-arrow-repeat-all-20-filledtable-arrow-up-20-filledtable-bottom-row-16-filledtable-calculator-16-filledtable-cell-add-16-filledtable-cell-center-16-filledtable-cell-center-arrow-repeat-all-20-filledtable-cell-center-edit-16-filledtable-cell-center-link-20-filledtable-cell-center-search-20-filledtable-cell-cross-16-filledtable-cell-cross-brush-16-filledtable-cell-edit-16-filledtable-cells-merge-16-filledtable-cells-split-16-filledtable-checker-20-filledtable-column-top-bottom-16-filledtable-column-top-bottom-arrow-repeat-all-20-filledtable-column-top-bottom-edit-16-filledtable-column-top-bottom-link-20-filledtable-column-top-bottom-search-20-filledtable-copy-20-filled
Use the table resize column icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17.75 3A3.25 3.25 0 0 1 21 6.25v11.5A3.25 3.25 0 0 1 17.75 21h-.25v-6.647l1.058-1.19a1.75 1.75 0 0 0 0-2.326L17.5 9.647V3zm-3.663 12.558a1.75 1.75 0 0 1-.514-1.808h-3.145A1.75 1.75 0 0 1 8 15.832V21h8v-5.168a1.75 1.75 0 0 1-1.913-.274m0-7.116A1.75 1.75 0 0 1 16 8.168V3H8v5.168a1.75 1.75 0 0 1 2.428 2.082h3.144a1.75 1.75 0 0 1 .515-1.808M6.5 9.647V3h-.25A3.25 3.25 0 0 0 3 6.25v11.5A3.25 3.25 0 0 0 6.25 21h.25v-6.647l-1.058-1.19a1.75 1.75 0 0 1 0-2.326zm9.08 1.603H8.42l.89-1.002a.75.75 0 0 0-1.12-.996l-2 2.25a.75.75 0 0 0 0 .996l2 2.25a.75.75 0 1 0 1.12-.996l-.89-1.002h7.16l-.89 1.002a.75.75 0 1 0 1.12.996l2-2.25l.011-.012a.75.75 0 0 0-.013-.987l-1.997-2.247a.75.75 0 0 0-1.121.996z"/></svg>
React
import type { SVGProps } from "react";
export function FluentTableResizeColumn24Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17.75 3A3.25 3.25 0 0 1 21 6.25v11.5A3.25 3.25 0 0 1 17.75 21h-.25v-6.647l1.058-1.19a1.75 1.75 0 0 0 0-2.326L17.5 9.647V3zm-3.663 12.558a1.75 1.75 0 0 1-.514-1.808h-3.145A1.75 1.75 0 0 1 8 15.832V21h8v-5.168a1.75 1.75 0 0 1-1.913-.274m0-7.116A1.75 1.75 0 0 1 16 8.168V3H8v5.168a1.75 1.75 0 0 1 2.428 2.082h3.144a1.75 1.75 0 0 1 .515-1.808M6.5 9.647V3h-.25A3.25 3.25 0 0 0 3 6.25v11.5A3.25 3.25 0 0 0 6.25 21h.25v-6.647l-1.058-1.19a1.75 1.75 0 0 1 0-2.326zm9.08 1.603H8.42l.89-1.002a.75.75 0 0 0-1.12-.996l-2 2.25a.75.75 0 0 0 0 .996l2 2.25a.75.75 0 1 0 1.12-.996l-.89-1.002h7.16l-.89 1.002a.75.75 0 1 0 1.12.996l2-2.25l.011-.012a.75.75 0 0 0-.013-.987l-1.997-2.247a.75.75 0 0 0-1.121.996z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17.75 3A3.25 3.25 0 0 1 21 6.25v11.5A3.25 3.25 0 0 1 17.75 21h-.25v-6.647l1.058-1.19a1.75 1.75 0 0 0 0-2.326L17.5 9.647V3zm-3.663 12.558a1.75 1.75 0 0 1-.514-1.808h-3.145A1.75 1.75 0 0 1 8 15.832V21h8v-5.168a1.75 1.75 0 0 1-1.913-.274m0-7.116A1.75 1.75 0 0 1 16 8.168V3H8v5.168a1.75 1.75 0 0 1 2.428 2.082h3.144a1.75 1.75 0 0 1 .515-1.808M6.5 9.647V3h-.25A3.25 3.25 0 0 0 3 6.25v11.5A3.25 3.25 0 0 0 6.25 21h.25v-6.647l-1.058-1.19a1.75 1.75 0 0 1 0-2.326zm9.08 1.603H8.42l.89-1.002a.75.75 0 0 0-1.12-.996l-2 2.25a.75.75 0 0 0 0 .996l2 2.25a.75.75 0 1 0 1.12-.996l-.89-1.002h7.16l-.89 1.002a.75.75 0 1 0 1.12.996l2-2.25l.011-.012a.75.75 0 0 0-.013-.987l-1.997-2.247a.75.75 0 0 0-1.121.996z"/></svg> </template>
CSS
.icon-table-resize-column-24-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M17.75%203A3.25%203.25%200%200%201%2021%206.25v11.5A3.25%203.25%200%200%201%2017.75%2021h-.25v-6.647l1.058-1.19a1.75%201.75%200%200%200%200-2.326L17.5%209.647V3zm-3.663%2012.558a1.75%201.75%200%200%201-.514-1.808h-3.145A1.75%201.75%200%200%201%208%2015.832V21h8v-5.168a1.75%201.75%200%200%201-1.913-.274m0-7.116A1.75%201.75%200%200%201%2016%208.168V3H8v5.168a1.75%201.75%200%200%201%202.428%202.082h3.144a1.75%201.75%200%200%201%20.515-1.808M6.5%209.647V3h-.25A3.25%203.25%200%200%200%203%206.25v11.5A3.25%203.25%200%200%200%206.25%2021h.25v-6.647l-1.058-1.19a1.75%201.75%200%200%201%200-2.326zm9.08%201.603H8.42l.89-1.002a.75.75%200%200%200-1.12-.996l-2%202.25a.75.75%200%200%200%200%20.996l2%202.25a.75.75%200%201%200%201.12-.996l-.89-1.002h7.16l-.89%201.002a.75.75%200%201%200%201.12.996l2-2.25l.011-.012a.75.75%200%200%200-.013-.987l-1.997-2.247a.75.75%200%200%200-1.121.996z%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M17.75%203A3.25%203.25%200%200%201%2021%206.25v11.5A3.25%203.25%200%200%201%2017.75%2021h-.25v-6.647l1.058-1.19a1.75%201.75%200%200%200%200-2.326L17.5%209.647V3zm-3.663%2012.558a1.75%201.75%200%200%201-.514-1.808h-3.145A1.75%201.75%200%200%201%208%2015.832V21h8v-5.168a1.75%201.75%200%200%201-1.913-.274m0-7.116A1.75%201.75%200%200%201%2016%208.168V3H8v5.168a1.75%201.75%200%200%201%202.428%202.082h3.144a1.75%201.75%200%200%201%20.515-1.808M6.5%209.647V3h-.25A3.25%203.25%200%200%200%203%206.25v11.5A3.25%203.25%200%200%200%206.25%2021h.25v-6.647l-1.058-1.19a1.75%201.75%200%200%201%200-2.326zm9.08%201.603H8.42l.89-1.002a.75.75%200%200%200-1.12-.996l-2%202.25a.75.75%200%200%200%200%20.996l2%202.25a.75.75%200%201%200%201.12-.996l-.89-1.002h7.16l-.89%201.002a.75.75%200%201%200%201.12.996l2-2.25l.011-.012a.75.75%200%200%200-.013-.987l-1.997-2.247a.75.75%200%200%200-1.121.996z%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-24-filled.svg?color=%231a73e8&size=48