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

Name
table-move-up-24-filled
Set
Fluent UI System Icons
Style
24 Filled
Viewbox
24×24
License
MIT

1 other variant in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the table move up icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path d="M20.25 4.5a.75.75 0 0 0 0-1.5H3.75a.75.75 0 1 0 0 1.5h16.5z" fill="currentColor"/><path d="M20.78 9.72c.141.14.22.331.22.53v4.25h-5v-5h4.25a.75.75 0 0 1 .53.22z" fill="currentColor"/><path d="M14.5 14.5v-4.018c-.25.036-.506.018-.75-.054v.822a1.75 1.75 0 1 1-3.5 0v-.822c-.244.072-.5.09-.75.054V14.5h5z" fill="currentColor"/><path d="M9.5 16h5v5h-5v-5z" fill="currentColor"/><path d="M8 14.5v-5H3.75a.75.75 0 0 0-.75.75v4.25h5z" fill="currentColor"/><path d="M3 16h5v5H6.25A3.25 3.25 0 0 1 3 17.75V16z" fill="currentColor"/><path d="M16 16h5v1.75A3.25 3.25 0 0 1 17.75 21H16v-5z" fill="currentColor"/><path d="M14.81 9.248a.75.75 0 0 1-1.058.063l-1.002-.89v2.829a.75.75 0 0 1-1.5 0V8.42l-1.002.89a.75.75 0 0 1-.996-1.12l2.25-2a.75.75 0 0 1 .996 0l2.25 2a.75.75 0 0 1 .063 1.058z" fill="currentColor"/></g></svg>

React

import type { SVGProps } from "react";

export function FluentTableMoveUp24Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path d="M20.25 4.5a.75.75 0 0 0 0-1.5H3.75a.75.75 0 1 0 0 1.5h16.5z" fill="currentColor"/><path d="M20.78 9.72c.141.14.22.331.22.53v4.25h-5v-5h4.25a.75.75 0 0 1 .53.22z" fill="currentColor"/><path d="M14.5 14.5v-4.018c-.25.036-.506.018-.75-.054v.822a1.75 1.75 0 1 1-3.5 0v-.822c-.244.072-.5.09-.75.054V14.5h5z" fill="currentColor"/><path d="M9.5 16h5v5h-5v-5z" fill="currentColor"/><path d="M8 14.5v-5H3.75a.75.75 0 0 0-.75.75v4.25h5z" fill="currentColor"/><path d="M3 16h5v5H6.25A3.25 3.25 0 0 1 3 17.75V16z" fill="currentColor"/><path d="M16 16h5v1.75A3.25 3.25 0 0 1 17.75 21H16v-5z" fill="currentColor"/><path d="M14.81 9.248a.75.75 0 0 1-1.058.063l-1.002-.89v2.829a.75.75 0 0 1-1.5 0V8.42l-1.002.89a.75.75 0 0 1-.996-1.12l2.25-2a.75.75 0 0 1 .996 0l2.25 2a.75.75 0 0 1 .063 1.058z" fill="currentColor"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path d="M20.25 4.5a.75.75 0 0 0 0-1.5H3.75a.75.75 0 1 0 0 1.5h16.5z" fill="currentColor"/><path d="M20.78 9.72c.141.14.22.331.22.53v4.25h-5v-5h4.25a.75.75 0 0 1 .53.22z" fill="currentColor"/><path d="M14.5 14.5v-4.018c-.25.036-.506.018-.75-.054v.822a1.75 1.75 0 1 1-3.5 0v-.822c-.244.072-.5.09-.75.054V14.5h5z" fill="currentColor"/><path d="M9.5 16h5v5h-5v-5z" fill="currentColor"/><path d="M8 14.5v-5H3.75a.75.75 0 0 0-.75.75v4.25h5z" fill="currentColor"/><path d="M3 16h5v5H6.25A3.25 3.25 0 0 1 3 17.75V16z" fill="currentColor"/><path d="M16 16h5v1.75A3.25 3.25 0 0 1 17.75 21H16v-5z" fill="currentColor"/><path d="M14.81 9.248a.75.75 0 0 1-1.058.063l-1.002-.89v2.829a.75.75 0 0 1-1.5 0V8.42l-1.002.89a.75.75 0 0 1-.996-1.12l2.25-2a.75.75 0 0 1 .996 0l2.25 2a.75.75 0 0 1 .063 1.058z" fill="currentColor"/></g></svg>
</template>

CSS

.icon-table-move-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%3Cg%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M20.25%204.5a.75.75%200%200%200%200-1.5H3.75a.75.75%200%201%200%200%201.5h16.5z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M20.78%209.72c.141.14.22.331.22.53v4.25h-5v-5h4.25a.75.75%200%200%201%20.53.22z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M14.5%2014.5v-4.018c-.25.036-.506.018-.75-.054v.822a1.75%201.75%200%201%201-3.5%200v-.822c-.244.072-.5.09-.75.054V14.5h5z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M9.5%2016h5v5h-5v-5z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M8%2014.5v-5H3.75a.75.75%200%200%200-.75.75v4.25h5z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M3%2016h5v5H6.25A3.25%203.25%200%200%201%203%2017.75V16z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M16%2016h5v1.75A3.25%203.25%200%200%201%2017.75%2021H16v-5z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M14.81%209.248a.75.75%200%200%201-1.058.063l-1.002-.89v2.829a.75.75%200%200%201-1.5%200V8.42l-1.002.89a.75.75%200%200%201-.996-1.12l2.25-2a.75.75%200%200%201%20.996%200l2.25%202a.75.75%200%200%201%20.063%201.058z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M20.25%204.5a.75.75%200%200%200%200-1.5H3.75a.75.75%200%201%200%200%201.5h16.5z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M20.78%209.72c.141.14.22.331.22.53v4.25h-5v-5h4.25a.75.75%200%200%201%20.53.22z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M14.5%2014.5v-4.018c-.25.036-.506.018-.75-.054v.822a1.75%201.75%200%201%201-3.5%200v-.822c-.244.072-.5.09-.75.054V14.5h5z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M9.5%2016h5v5h-5v-5z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M8%2014.5v-5H3.75a.75.75%200%200%200-.75.75v4.25h5z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M3%2016h5v5H6.25A3.25%203.25%200%200%201%203%2017.75V16z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M16%2016h5v1.75A3.25%203.25%200%200%201%2017.75%2021H16v-5z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M14.81%209.248a.75.75%200%200%201-1.058.063l-1.002-.89v2.829a.75.75%200%200%201-1.5%200V8.42l-1.002.89a.75.75%200%200%201-.996-1.12l2.25-2a.75.75%200%200%201%20.996%200l2.25%202a.75.75%200%200%201%20.063%201.058z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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