table arrow up icon
table-arrow-up-24-filled from Fluent UI System Icons by Microsoft Corporation · 24 Filled · MIT Free for personal and commercial use.
- Name
- table-arrow-up-24-filled
- Set
- Fluent UI System Icons
- Style
- 24 Filled
- Viewbox
- 24×24
- License
- MIT
3 other variants in Fluent UI System Icons
The same icon in other sets
Related icons in Fluent UI System Icons
table-add-16-filledtable-alt-text-20-filledtable-arrow-repeat-all-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-filledtable-cursor-16-filled
Use the table arrow up icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.022 21H9.5v-5h1.674a6.52 6.52 0 0 0 .848 5M21 12.022V9.5h-5v1.674a6.52 6.52 0 0 1 5 .848m-6.5-.29V9.5h-5v5h2.232a6.53 6.53 0 0 1 2.768-2.768M21 6.25V8h-5V3h1.75A3.25 3.25 0 0 1 21 6.25M9.5 3h5v5h-5zM6.25 3H8v5H3V6.25A3.25 3.25 0 0 1 6.25 3M3 14.5v-5h5v5zm0 3.25V16h5v5H6.25A3.25 3.25 0 0 1 3 17.75m20-.25a5.5 5.5 0 1 0-11 0a5.5 5.5 0 0 0 11 0m-5.573-3.495l.084-.005l.063.005l.054.012l.063.02l.068.035l.047.032l2.548 2.542l.057.07a.5.5 0 0 1-.695.695l-.07-.057L18 15.706V21l-.008.09a.5.5 0 0 1-.402.402l-.09.008l-.09-.008a.5.5 0 0 1-.402-.402L17 21l-.001-5.292l-1.645 1.646l-.07.057a.5.5 0 0 1-.568 0l-.07-.057l-.057-.07a.5.5 0 0 1 0-.568l.057-.07l2.513-2.512l.056-.045l.074-.042l.083-.03z"/></svg>
React
import type { SVGProps } from "react";
export function FluentTableArrowUp24Filled(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="M12.022 21H9.5v-5h1.674a6.52 6.52 0 0 0 .848 5M21 12.022V9.5h-5v1.674a6.52 6.52 0 0 1 5 .848m-6.5-.29V9.5h-5v5h2.232a6.53 6.53 0 0 1 2.768-2.768M21 6.25V8h-5V3h1.75A3.25 3.25 0 0 1 21 6.25M9.5 3h5v5h-5zM6.25 3H8v5H3V6.25A3.25 3.25 0 0 1 6.25 3M3 14.5v-5h5v5zm0 3.25V16h5v5H6.25A3.25 3.25 0 0 1 3 17.75m20-.25a5.5 5.5 0 1 0-11 0a5.5 5.5 0 0 0 11 0m-5.573-3.495l.084-.005l.063.005l.054.012l.063.02l.068.035l.047.032l2.548 2.542l.057.07a.5.5 0 0 1-.695.695l-.07-.057L18 15.706V21l-.008.09a.5.5 0 0 1-.402.402l-.09.008l-.09-.008a.5.5 0 0 1-.402-.402L17 21l-.001-5.292l-1.645 1.646l-.07.057a.5.5 0 0 1-.568 0l-.07-.057l-.057-.07a.5.5 0 0 1 0-.568l.057-.07l2.513-2.512l.056-.045l.074-.042l.083-.03z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.022 21H9.5v-5h1.674a6.52 6.52 0 0 0 .848 5M21 12.022V9.5h-5v1.674a6.52 6.52 0 0 1 5 .848m-6.5-.29V9.5h-5v5h2.232a6.53 6.53 0 0 1 2.768-2.768M21 6.25V8h-5V3h1.75A3.25 3.25 0 0 1 21 6.25M9.5 3h5v5h-5zM6.25 3H8v5H3V6.25A3.25 3.25 0 0 1 6.25 3M3 14.5v-5h5v5zm0 3.25V16h5v5H6.25A3.25 3.25 0 0 1 3 17.75m20-.25a5.5 5.5 0 1 0-11 0a5.5 5.5 0 0 0 11 0m-5.573-3.495l.084-.005l.063.005l.054.012l.063.02l.068.035l.047.032l2.548 2.542l.057.07a.5.5 0 0 1-.695.695l-.07-.057L18 15.706V21l-.008.09a.5.5 0 0 1-.402.402l-.09.008l-.09-.008a.5.5 0 0 1-.402-.402L17 21l-.001-5.292l-1.645 1.646l-.07.057a.5.5 0 0 1-.568 0l-.07-.057l-.057-.07a.5.5 0 0 1 0-.568l.057-.07l2.513-2.512l.056-.045l.074-.042l.083-.03z"/></svg> </template>
CSS
.icon-table-arrow-up-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%22M12.022%2021H9.5v-5h1.674a6.52%206.52%200%200%200%20.848%205M21%2012.022V9.5h-5v1.674a6.52%206.52%200%200%201%205%20.848m-6.5-.29V9.5h-5v5h2.232a6.53%206.53%200%200%201%202.768-2.768M21%206.25V8h-5V3h1.75A3.25%203.25%200%200%201%2021%206.25M9.5%203h5v5h-5zM6.25%203H8v5H3V6.25A3.25%203.25%200%200%201%206.25%203M3%2014.5v-5h5v5zm0%203.25V16h5v5H6.25A3.25%203.25%200%200%201%203%2017.75m20-.25a5.5%205.5%200%201%200-11%200a5.5%205.5%200%200%200%2011%200m-5.573-3.495l.084-.005l.063.005l.054.012l.063.02l.068.035l.047.032l2.548%202.542l.057.07a.5.5%200%200%201-.695.695l-.07-.057L18%2015.706V21l-.008.09a.5.5%200%200%201-.402.402l-.09.008l-.09-.008a.5.5%200%200%201-.402-.402L17%2021l-.001-5.292l-1.645%201.646l-.07.057a.5.5%200%200%201-.568%200l-.07-.057l-.057-.07a.5.5%200%200%201%200-.568l.057-.07l2.513-2.512l.056-.045l.074-.042l.083-.03z%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%22M12.022%2021H9.5v-5h1.674a6.52%206.52%200%200%200%20.848%205M21%2012.022V9.5h-5v1.674a6.52%206.52%200%200%201%205%20.848m-6.5-.29V9.5h-5v5h2.232a6.53%206.53%200%200%201%202.768-2.768M21%206.25V8h-5V3h1.75A3.25%203.25%200%200%201%2021%206.25M9.5%203h5v5h-5zM6.25%203H8v5H3V6.25A3.25%203.25%200%200%201%206.25%203M3%2014.5v-5h5v5zm0%203.25V16h5v5H6.25A3.25%203.25%200%200%201%203%2017.75m20-.25a5.5%205.5%200%201%200-11%200a5.5%205.5%200%200%200%2011%200m-5.573-3.495l.084-.005l.063.005l.054.012l.063.02l.068.035l.047.032l2.548%202.542l.057.07a.5.5%200%200%201-.695.695l-.07-.057L18%2015.706V21l-.008.09a.5.5%200%200%201-.402.402l-.09.008l-.09-.008a.5.5%200%200%201-.402-.402L17%2021l-.001-5.292l-1.645%201.646l-.07.057a.5.5%200%200%201-.568%200l-.07-.057l-.057-.07a.5.5%200%200%201%200-.568l.057-.07l2.513-2.512l.056-.045l.074-.042l.083-.03z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/table-arrow-up-24-filled.svg?color=%231a73e8&size=48