Table Column Top Bottom Link icon
The Table Column Top Bottom Link icon is part of Microsoft's Fluent UI System Icons, available here in filled and regular (outlined) styles on a 24 px grid. Download it as SVG or PNG, or copy it as code — it's free to use under the MIT License.
Use the Table Column Top Bottom Link icon in React
Install Microsoft's @fluentui/react-icons package, then import the component. Icons inherit the current text color, and you can size them with CSS.
npm install @fluentui/react-icons
import { TableColumnTopBottomLink24Regular, TableColumnTopBottomLink24Filled } from "@fluentui/react-icons";
export function Example() {
return <TableColumnTopBottomLink24Regular aria-label="Table Column Top Bottom Link" />;
}Use it in HTML
Reference the SVG file directly:
<img src="https://fluenticons.co/icons/ic_fluent_table_column_top_bottom_link_24_regular.svg" width="24" height="24" alt="Table Column Top Bottom Link"> Or paste the SVG markup inline. Setting fill="currentColor" makes the icon follow the text color of its parent:
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6.25 3C4.45507 3 3 4.45507 3 6.25V17.75C3 19.5449 4.45507 21 6.25 21H11.5657C11.2048 20.3303 11 19.5641 11 18.75C11 16.2105 12.9929 14.1365 15.5 14.0065V10H19.5V14.0065C20.0273 14.0338 20.5319 14.1472 21 14.3328V6.25C21 4.45507 19.5449 3 17.75 3H6.25ZM4.5 6.25C4.5 5.2835 5.2835 4.5 6.25 4.5H8.5V8.5H4.5V6.25ZM4.5 14V10H8.5L8.5 14H4.5ZM10 14L10 10H14L14 14H10ZM19.5 8.5H15.5V4.5H17.75C18.7165 4.5 19.5 5.2835 19.5 6.25V8.5ZM4.5 17.75V15.5H8.5V19.5H6.25C5.2835 19.5 4.5 18.7165 4.5 17.75ZM23 18.75C23 16.6789 21.3211 15 19.25 15L19.1482 15.0068C18.7822 15.0565 18.5 15.3703 18.5 15.75C18.5 16.1642 18.8358 16.5 19.25 16.5L19.404 16.5052C20.5748 16.5844 21.5 17.5591 21.5 18.75C21.5 19.9926 20.4926 21 19.25 21L19.2466 21.0046L19.1448 21.0119C18.779 21.0633 18.4983 21.3783 18.5 21.758C18.5019 22.1722 18.8392 22.5065 19.2534 22.5046V22.5L19.4523 22.4948C21.4276 22.3913 23 20.7543 23 18.75ZM16.5 15.75C16.5 15.3358 16.1642 15 15.75 15L15.5508 15.0052C13.5724 15.1087 12 16.7457 12 18.75C12 20.8211 13.6789 22.5 15.75 22.5L15.8518 22.4932C16.2178 22.4435 16.5 22.1297 16.5 21.75C16.5 21.3358 16.1642 21 15.75 21L15.596 20.9948C14.4252 20.9156 13.5 19.9409 13.5 18.75C13.5 17.5074 14.5074 16.5 15.75 16.5L15.8518 16.4932C16.2178 16.4435 16.5 16.1297 16.5 15.75ZM20 18.75C20 18.3358 19.6642 18 19.25 18H15.75L15.6482 18.0068C15.2822 18.0565 15 18.3703 15 18.75C15 19.1642 15.3358 19.5 15.75 19.5H19.25L19.3518 19.4932C19.7178 19.4435 20 19.1297 20 18.75Z" fill="currentColor"/></svg>Use it from the SVG package
Microsoft's @fluentui/svg-icons package contains the raw SVG files, which works well with bundlers that import SVGs:
npm install @fluentui/svg-icons
import icon from "@fluentui/svg-icons/icons/table_column_top_bottom_link_24_regular.svg";Details
| Name | Table Column Top Bottom Link |
|---|---|
| Styles | Regular (outlined), Filled |
| Size | 24 × 24 px (scalable SVG) |
| Regular (outlined) file | ic_fluent_table_column_top_bottom_link_24_regular.svg |
| Filled file | ic_fluent_table_column_top_bottom_link_24_filled.svg |
| React components | TableColumnTopBottomLink24Regular, TableColumnTopBottomLink24Filled |
| License | MIT (© Microsoft Corporation) |
Related icons
Table Column Top BottomTable Column Top Bottom Arrow Repeat AllTable Column Top Bottom EditTable Column Top Bottom SearchArrow Maximize Top Left Bottom RightArrow Minimize Top Left Bottom RightBorder Top BottomBorder Top Bottom DoubleBorder Top Bottom ThickLayout Column Two Split Left Focus Bottom LeftLayout Column Two Split Left Focus Top LeftLayout Column Two Split Right Focus Bottom Right