move up icon
move-up from Material Symbols Light by Google · Regular · UI Actions · Apache-2.0 Free for personal and commercial use.
- Name
- move-up
- Set
- Material Symbols Light
- 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 Light
The same icon in other sets
More ui actions icons from Material Symbols Light
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.442 19q-2.56 0-4.385-1.73T2.23 13t1.926-4.21t4.557-1.798L6.658 4.92l.707-.707l3.29 3.287l-3.288 3.289l-.708-.714l2.07-2.071q-2.216.119-3.857 1.504q-1.64 1.384-1.64 3.492q0 2.114 1.54 3.557Q6.31 18 8.46 18h2.04v1zm5.058-8.192V5H21v5.808zm0 8.192v-5.808H21V19zm1-1H20v-3.808h-5.5z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightMoveUp(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.442 19q-2.56 0-4.385-1.73T2.23 13t1.926-4.21t4.557-1.798L6.658 4.92l.707-.707l3.29 3.287l-3.288 3.289l-.708-.714l2.07-2.071q-2.216.119-3.857 1.504q-1.64 1.384-1.64 3.492q0 2.114 1.54 3.557Q6.31 18 8.46 18h2.04v1zm5.058-8.192V5H21v5.808zm0 8.192v-5.808H21V19zm1-1H20v-3.808h-5.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.442 19q-2.56 0-4.385-1.73T2.23 13t1.926-4.21t4.557-1.798L6.658 4.92l.707-.707l3.29 3.287l-3.288 3.289l-.708-.714l2.07-2.071q-2.216.119-3.857 1.504q-1.64 1.384-1.64 3.492q0 2.114 1.54 3.557Q6.31 18 8.46 18h2.04v1zm5.058-8.192V5H21v5.808zm0 8.192v-5.808H21V19zm1-1H20v-3.808h-5.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.442%2019q-2.56%200-4.385-1.73T2.23%2013t1.926-4.21t4.557-1.798L6.658%204.92l.707-.707l3.29%203.287l-3.288%203.289l-.708-.714l2.07-2.071q-2.216.119-3.857%201.504q-1.64%201.384-1.64%203.492q0%202.114%201.54%203.557Q6.31%2018%208.46%2018h2.04v1zm5.058-8.192V5H21v5.808zm0%208.192v-5.808H21V19zm1-1H20v-3.808h-5.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.442%2019q-2.56%200-4.385-1.73T2.23%2013t1.926-4.21t4.557-1.798L6.658%204.92l.707-.707l3.29%203.287l-3.288%203.289l-.708-.714l2.07-2.071q-2.216.119-3.857%201.504q-1.64%201.384-1.64%203.492q0%202.114%201.54%203.557Q6.31%2018%208.46%2018h2.04v1zm5.058-8.192V5H21v5.808zm0%208.192v-5.808H21V19zm1-1H20v-3.808h-5.5z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/move-up.svg?color=%231a73e8&size=48