move up icon
move-up from Material Symbols by Google · Regular · UI Actions · Apache-2.0 Free for personal and commercial use.
- Name
- move-up
- Set
- Material Symbols
- Style
- Regular
- Category
- UI Actions
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- move-up-outline, move-up-outline-sharp, move-up-sharp
1 other variant in Material Symbols
The same icon in other sets
More ui actions icons from Material Symbols
Use the move up icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8 20q-2.925 0-4.962-2.037T1 13q0-2.675 1.763-4.663T7.175 6.05L5.6 4.4L7 3l4 4l-4 4l-1.4-1.425L7.075 8.1Q5.3 8.45 4.15 9.825T3 13q0 2.075 1.462 3.538T8 18h3v2zm5-9V4h9v7zm0 9v-7h9v7zm2-2h5v-3h-5z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsMoveUp(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="M8 20q-2.925 0-4.962-2.037T1 13q0-2.675 1.763-4.663T7.175 6.05L5.6 4.4L7 3l4 4l-4 4l-1.4-1.425L7.075 8.1Q5.3 8.45 4.15 9.825T3 13q0 2.075 1.462 3.538T8 18h3v2zm5-9V4h9v7zm0 9v-7h9v7zm2-2h5v-3h-5z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8 20q-2.925 0-4.962-2.037T1 13q0-2.675 1.763-4.663T7.175 6.05L5.6 4.4L7 3l4 4l-4 4l-1.4-1.425L7.075 8.1Q5.3 8.45 4.15 9.825T3 13q0 2.075 1.462 3.538T8 18h3v2zm5-9V4h9v7zm0 9v-7h9v7zm2-2h5v-3h-5z"/></svg> </template>
CSS
.icon-move-up {
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%22M8%2020q-2.925%200-4.962-2.037T1%2013q0-2.675%201.763-4.663T7.175%206.05L5.6%204.4L7%203l4%204l-4%204l-1.4-1.425L7.075%208.1Q5.3%208.45%204.15%209.825T3%2013q0%202.075%201.462%203.538T8%2018h3v2zm5-9V4h9v7zm0%209v-7h9v7zm2-2h5v-3h-5z%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%22M8%2020q-2.925%200-4.962-2.037T1%2013q0-2.675%201.763-4.663T7.175%206.05L5.6%204.4L7%203l4%204l-4%204l-1.4-1.425L7.075%208.1Q5.3%208.45%204.15%209.825T3%2013q0%202.075%201.462%203.538T8%2018h3v2zm5-9V4h9v7zm0%209v-7h9v7zm2-2h5v-3h-5z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/move-up.svg?color=%231a73e8&size=48