move selection right icon

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

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

3 other variants in Material Symbols

The same icon in other sets

More ui actions icons from Material Symbols

Use the move selection right icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 18q-.825 0-1.412-.587T10 16V8q0-.825.588-1.412T12 6h8q.825 0 1.413.588T22 8v8q0 .825-.587 1.413T20 18zM6.288 7.713Q6 7.425 6 7t.288-.712T7 6t.713.288T8 7t-.288.713T7 8t-.712-.288M3 8q-.425 0-.712-.288T2 7t.288-.712T3 6t.713.288T4 7t-.288.713T3 8m0 5q-.425 0-.712-.288T2 12t.288-.712T3 11t.713.288T4 12t-.288.713T3 13m0 5q-.425 0-.712-.288T2 17t.288-.712T3 16t.713.288T4 17t-.288.713T3 18m3.288-.288Q6 17.426 6 17t.288-.712T7 16t.713.288T8 17t-.288.713T7 18t-.712-.288"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsMoveSelectionRightRounded(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="M12 18q-.825 0-1.412-.587T10 16V8q0-.825.588-1.412T12 6h8q.825 0 1.413.588T22 8v8q0 .825-.587 1.413T20 18zM6.288 7.713Q6 7.425 6 7t.288-.712T7 6t.713.288T8 7t-.288.713T7 8t-.712-.288M3 8q-.425 0-.712-.288T2 7t.288-.712T3 6t.713.288T4 7t-.288.713T3 8m0 5q-.425 0-.712-.288T2 12t.288-.712T3 11t.713.288T4 12t-.288.713T3 13m0 5q-.425 0-.712-.288T2 17t.288-.712T3 16t.713.288T4 17t-.288.713T3 18m3.288-.288Q6 17.426 6 17t.288-.712T7 16t.713.288T8 17t-.288.713T7 18t-.712-.288"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 18q-.825 0-1.412-.587T10 16V8q0-.825.588-1.412T12 6h8q.825 0 1.413.588T22 8v8q0 .825-.587 1.413T20 18zM6.288 7.713Q6 7.425 6 7t.288-.712T7 6t.713.288T8 7t-.288.713T7 8t-.712-.288M3 8q-.425 0-.712-.288T2 7t.288-.712T3 6t.713.288T4 7t-.288.713T3 8m0 5q-.425 0-.712-.288T2 12t.288-.712T3 11t.713.288T4 12t-.288.713T3 13m0 5q-.425 0-.712-.288T2 17t.288-.712T3 16t.713.288T4 17t-.288.713T3 18m3.288-.288Q6 17.426 6 17t.288-.712T7 16t.713.288T8 17t-.288.713T7 18t-.712-.288"/></svg>
</template>

CSS

.icon-move-selection-right-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%22M12%2018q-.825%200-1.412-.587T10%2016V8q0-.825.588-1.412T12%206h8q.825%200%201.413.588T22%208v8q0%20.825-.587%201.413T20%2018zM6.288%207.713Q6%207.425%206%207t.288-.712T7%206t.713.288T8%207t-.288.713T7%208t-.712-.288M3%208q-.425%200-.712-.288T2%207t.288-.712T3%206t.713.288T4%207t-.288.713T3%208m0%205q-.425%200-.712-.288T2%2012t.288-.712T3%2011t.713.288T4%2012t-.288.713T3%2013m0%205q-.425%200-.712-.288T2%2017t.288-.712T3%2016t.713.288T4%2017t-.288.713T3%2018m3.288-.288Q6%2017.426%206%2017t.288-.712T7%2016t.713.288T8%2017t-.288.713T7%2018t-.712-.288%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%22M12%2018q-.825%200-1.412-.587T10%2016V8q0-.825.588-1.412T12%206h8q.825%200%201.413.588T22%208v8q0%20.825-.587%201.413T20%2018zM6.288%207.713Q6%207.425%206%207t.288-.712T7%206t.713.288T8%207t-.288.713T7%208t-.712-.288M3%208q-.425%200-.712-.288T2%207t.288-.712T3%206t.713.288T4%207t-.288.713T3%208m0%205q-.425%200-.712-.288T2%2012t.288-.712T3%2011t.713.288T4%2012t-.288.713T3%2013m0%205q-.425%200-.712-.288T2%2017t.288-.712T3%2016t.713.288T4%2017t-.288.713T3%2018m3.288-.288Q6%2017.426%206%2017t.288-.712T7%2016t.713.288T8%2017t-.288.713T7%2018t-.712-.288%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/move-selection-right-rounded.svg?color=%231a73e8&size=48