move down icon
move-down from Material Symbols Light by Google · Regular · UI Actions · Apache-2.0 Free for personal and commercial use.
- Name
- move-down
- Set
- Material Symbols Light
- Style
- Regular
- Category
- UI Actions
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- move-down-outline, move-down-outline-sharp, move-down-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 down icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m7.366 19.789l-.708-.708l2.056-2.073q-2.631-.127-4.557-1.798Q2.23 13.54 2.23 11t1.826-4.27T8.442 5H10.5v1H8.461Q6.31 6 4.772 7.443Q3.23 8.887 3.23 11q0 2.108 1.64 3.492q1.64 1.385 3.858 1.504l-2.071-2.071l.707-.713l3.289 3.288zM13.5 19v-5.808H21V19zm0-8.192V5H21v5.808zm1-1H20V6h-5.5z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightMoveDown(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="m7.366 19.789l-.708-.708l2.056-2.073q-2.631-.127-4.557-1.798Q2.23 13.54 2.23 11t1.826-4.27T8.442 5H10.5v1H8.461Q6.31 6 4.772 7.443Q3.23 8.887 3.23 11q0 2.108 1.64 3.492q1.64 1.385 3.858 1.504l-2.071-2.071l.707-.713l3.289 3.288zM13.5 19v-5.808H21V19zm0-8.192V5H21v5.808zm1-1H20V6h-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="m7.366 19.789l-.708-.708l2.056-2.073q-2.631-.127-4.557-1.798Q2.23 13.54 2.23 11t1.826-4.27T8.442 5H10.5v1H8.461Q6.31 6 4.772 7.443Q3.23 8.887 3.23 11q0 2.108 1.64 3.492q1.64 1.385 3.858 1.504l-2.071-2.071l.707-.713l3.289 3.288zM13.5 19v-5.808H21V19zm0-8.192V5H21v5.808zm1-1H20V6h-5.5z"/></svg> </template>
CSS
.icon-move-down {
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%22m7.366%2019.789l-.708-.708l2.056-2.073q-2.631-.127-4.557-1.798Q2.23%2013.54%202.23%2011t1.826-4.27T8.442%205H10.5v1H8.461Q6.31%206%204.772%207.443Q3.23%208.887%203.23%2011q0%202.108%201.64%203.492q1.64%201.385%203.858%201.504l-2.071-2.071l.707-.713l3.289%203.288zM13.5%2019v-5.808H21V19zm0-8.192V5H21v5.808zm1-1H20V6h-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%22m7.366%2019.789l-.708-.708l2.056-2.073q-2.631-.127-4.557-1.798Q2.23%2013.54%202.23%2011t1.826-4.27T8.442%205H10.5v1H8.461Q6.31%206%204.772%207.443Q3.23%208.887%203.23%2011q0%202.108%201.64%203.492q1.64%201.385%203.858%201.504l-2.071-2.071l.707-.713l3.289%203.288zM13.5%2019v-5.808H21V19zm0-8.192V5H21v5.808zm1-1H20V6h-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-down.svg?color=%231a73e8&size=48