move selection down icon

move-selection-down-rounded from Material Symbols Light by Google · Rounded · UI Actions · Apache-2.0 Free for personal and commercial use.

Name
move-selection-down-rounded
Set
Material Symbols Light
Style
Rounded
Category
UI Actions
Viewbox
24×24
License
Apache 2.0

3 other variants in Material Symbols Light

The same icon in other sets

More ui actions icons from Material Symbols Light

Use the move selection down icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.577 21q-.671 0-1.143-.472q-.473-.472-.473-1.144V12.54q0-.672.473-1.144q.472-.472 1.143-.472h6.846q.671 0 1.143.472q.473.472.473 1.144v6.846q0 .67-.473 1.143q-.472.472-1.143.472zM15.99 8.01q-.182-.181-.182-.433t.182-.434t.433-.182t.434.182t.181.434t-.181.433t-.434.182t-.433-.182m0-3.961q-.182-.182-.182-.434t.181-.433t.434-.182t.434.182t.181.433t-.181.434t-.434.182t-.433-.182m-4.424 0q-.182-.182-.182-.434t.182-.433T12 3t.434.182t.182.434t-.182.433t-.434.182t-.434-.182m-4.423 0q-.181-.182-.181-.434t.181-.433T7.577 3t.434.182t.181.433t-.182.434t-.433.182t-.434-.182m0 3.961q-.181-.181-.181-.433t.181-.434t.434-.181t.434.181t.181.434t-.182.434t-.433.181t-.434-.182"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightMoveSelectionDownRounded(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.577 21q-.671 0-1.143-.472q-.473-.472-.473-1.144V12.54q0-.672.473-1.144q.472-.472 1.143-.472h6.846q.671 0 1.143.472q.473.472.473 1.144v6.846q0 .67-.473 1.143q-.472.472-1.143.472zM15.99 8.01q-.182-.181-.182-.433t.182-.434t.433-.182t.434.182t.181.434t-.181.433t-.434.182t-.433-.182m0-3.961q-.182-.182-.182-.434t.181-.433t.434-.182t.434.182t.181.433t-.181.434t-.434.182t-.433-.182m-4.424 0q-.182-.182-.182-.434t.182-.433T12 3t.434.182t.182.434t-.182.433t-.434.182t-.434-.182m-4.423 0q-.181-.182-.181-.434t.181-.433T7.577 3t.434.182t.181.433t-.182.434t-.433.182t-.434-.182m0 3.961q-.181-.181-.181-.433t.181-.434t.434-.181t.434.181t.181.434t-.182.434t-.433.181t-.434-.182"/></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.577 21q-.671 0-1.143-.472q-.473-.472-.473-1.144V12.54q0-.672.473-1.144q.472-.472 1.143-.472h6.846q.671 0 1.143.472q.473.472.473 1.144v6.846q0 .67-.473 1.143q-.472.472-1.143.472zM15.99 8.01q-.182-.181-.182-.433t.182-.434t.433-.182t.434.182t.181.434t-.181.433t-.434.182t-.433-.182m0-3.961q-.182-.182-.182-.434t.181-.433t.434-.182t.434.182t.181.433t-.181.434t-.434.182t-.433-.182m-4.424 0q-.182-.182-.182-.434t.182-.433T12 3t.434.182t.182.434t-.182.433t-.434.182t-.434-.182m-4.423 0q-.181-.182-.181-.434t.181-.433T7.577 3t.434.182t.181.433t-.182.434t-.433.182t-.434-.182m0 3.961q-.181-.181-.181-.433t.181-.434t.434-.181t.434.181t.181.434t-.182.434t-.433.181t-.434-.182"/></svg>
</template>

CSS

.icon-move-selection-down-rounded {
  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.577%2021q-.671%200-1.143-.472q-.473-.472-.473-1.144V12.54q0-.672.473-1.144q.472-.472%201.143-.472h6.846q.671%200%201.143.472q.473.472.473%201.144v6.846q0%20.67-.473%201.143q-.472.472-1.143.472zM15.99%208.01q-.182-.181-.182-.433t.182-.434t.433-.182t.434.182t.181.434t-.181.433t-.434.182t-.433-.182m0-3.961q-.182-.182-.182-.434t.181-.433t.434-.182t.434.182t.181.433t-.181.434t-.434.182t-.433-.182m-4.424%200q-.182-.182-.182-.434t.182-.433T12%203t.434.182t.182.434t-.182.433t-.434.182t-.434-.182m-4.423%200q-.181-.182-.181-.434t.181-.433T7.577%203t.434.182t.181.433t-.182.434t-.433.182t-.434-.182m0%203.961q-.181-.181-.181-.433t.181-.434t.434-.181t.434.181t.181.434t-.182.434t-.433.181t-.434-.182%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.577%2021q-.671%200-1.143-.472q-.473-.472-.473-1.144V12.54q0-.672.473-1.144q.472-.472%201.143-.472h6.846q.671%200%201.143.472q.473.472.473%201.144v6.846q0%20.67-.473%201.143q-.472.472-1.143.472zM15.99%208.01q-.182-.181-.182-.433t.182-.434t.433-.182t.434.182t.181.434t-.181.433t-.434.182t-.433-.182m0-3.961q-.182-.182-.182-.434t.181-.433t.434-.182t.434.182t.181.433t-.181.434t-.434.182t-.433-.182m-4.424%200q-.182-.182-.182-.434t.182-.433T12%203t.434.182t.182.434t-.182.433t-.434.182t-.434-.182m-4.423%200q-.181-.182-.181-.434t.181-.433T7.577%203t.434.182t.181.433t-.182.434t-.433.182t-.434-.182m0%203.961q-.181-.181-.181-.433t.181-.434t.434-.181t.434.181t.181.434t-.182.434t-.433.181t-.434-.182%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-selection-down-rounded.svg?color=%231a73e8&size=48