move selection left icon
move-selection-left-rounded from Material Symbols Light by Google · Rounded · UI Actions · Apache-2.0 Free for personal and commercial use.
- Name
- move-selection-left-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 left icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4.616 17.039q-.672 0-1.144-.473Q3 16.094 3 15.423V8.577q0-.671.472-1.143q.472-.473 1.144-.473h6.846q.67 0 1.143.473q.472.472.472 1.143v6.846q0 .671-.472 1.143q-.472.473-1.143.473zm11.374-.182q-.182-.182-.182-.434t.182-.433t.433-.182t.434.181t.181.434t-.181.434t-.434.181t-.433-.181m3.961 0q-.182-.182-.182-.434t.182-.433t.433-.182t.434.181t.182.434t-.182.434t-.434.181q-.251 0-.433-.181m0-4.423q-.182-.182-.182-.434t.182-.434t.433-.182t.434.182T21 12t-.182.434t-.434.182t-.433-.182m0-4.423q-.182-.182-.182-.434t.182-.434t.434-.181t.433.181t.182.434t-.182.434t-.434.181t-.433-.182m-3.962 0q-.181-.181-.181-.433t.182-.434t.433-.181t.434.181t.181.434t-.181.434t-.434.181t-.433-.182"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightMoveSelectionLeftRounded(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="M4.616 17.039q-.672 0-1.144-.473Q3 16.094 3 15.423V8.577q0-.671.472-1.143q.472-.473 1.144-.473h6.846q.67 0 1.143.473q.472.472.472 1.143v6.846q0 .671-.472 1.143q-.472.473-1.143.473zm11.374-.182q-.182-.182-.182-.434t.182-.433t.433-.182t.434.181t.181.434t-.181.434t-.434.181t-.433-.181m3.961 0q-.182-.182-.182-.434t.182-.433t.433-.182t.434.181t.182.434t-.182.434t-.434.181q-.251 0-.433-.181m0-4.423q-.182-.182-.182-.434t.182-.434t.433-.182t.434.182T21 12t-.182.434t-.434.182t-.433-.182m0-4.423q-.182-.182-.182-.434t.182-.434t.434-.181t.433.181t.182.434t-.182.434t-.434.181t-.433-.182m-3.962 0q-.181-.181-.181-.433t.182-.434t.433-.181t.434.181t.181.434t-.181.434t-.434.181t-.433-.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="M4.616 17.039q-.672 0-1.144-.473Q3 16.094 3 15.423V8.577q0-.671.472-1.143q.472-.473 1.144-.473h6.846q.67 0 1.143.473q.472.472.472 1.143v6.846q0 .671-.472 1.143q-.472.473-1.143.473zm11.374-.182q-.182-.182-.182-.434t.182-.433t.433-.182t.434.181t.181.434t-.181.434t-.434.181t-.433-.181m3.961 0q-.182-.182-.182-.434t.182-.433t.433-.182t.434.181t.182.434t-.182.434t-.434.181q-.251 0-.433-.181m0-4.423q-.182-.182-.182-.434t.182-.434t.433-.182t.434.182T21 12t-.182.434t-.434.182t-.433-.182m0-4.423q-.182-.182-.182-.434t.182-.434t.434-.181t.433.181t.182.434t-.182.434t-.434.181t-.433-.182m-3.962 0q-.181-.181-.181-.433t.182-.434t.433-.181t.434.181t.181.434t-.181.434t-.434.181t-.433-.182"/></svg> </template>
CSS
.icon-move-selection-left-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%22M4.616%2017.039q-.672%200-1.144-.473Q3%2016.094%203%2015.423V8.577q0-.671.472-1.143q.472-.473%201.144-.473h6.846q.67%200%201.143.473q.472.472.472%201.143v6.846q0%20.671-.472%201.143q-.472.473-1.143.473zm11.374-.182q-.182-.182-.182-.434t.182-.433t.433-.182t.434.181t.181.434t-.181.434t-.434.181t-.433-.181m3.961%200q-.182-.182-.182-.434t.182-.433t.433-.182t.434.181t.182.434t-.182.434t-.434.181q-.251%200-.433-.181m0-4.423q-.182-.182-.182-.434t.182-.434t.433-.182t.434.182T21%2012t-.182.434t-.434.182t-.433-.182m0-4.423q-.182-.182-.182-.434t.182-.434t.434-.181t.433.181t.182.434t-.182.434t-.434.181t-.433-.182m-3.962%200q-.181-.181-.181-.433t.182-.434t.433-.181t.434.181t.181.434t-.181.434t-.434.181t-.433-.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%22M4.616%2017.039q-.672%200-1.144-.473Q3%2016.094%203%2015.423V8.577q0-.671.472-1.143q.472-.473%201.144-.473h6.846q.67%200%201.143.473q.472.472.472%201.143v6.846q0%20.671-.472%201.143q-.472.473-1.143.473zm11.374-.182q-.182-.182-.182-.434t.182-.433t.433-.182t.434.181t.181.434t-.181.434t-.434.181t-.433-.181m3.961%200q-.182-.182-.182-.434t.182-.433t.433-.182t.434.181t.182.434t-.182.434t-.434.181q-.251%200-.433-.181m0-4.423q-.182-.182-.182-.434t.182-.434t.433-.182t.434.182T21%2012t-.182.434t-.434.182t-.433-.182m0-4.423q-.182-.182-.182-.434t.182-.434t.434-.181t.433.181t.182.434t-.182.434t-.434.181t-.433-.182m-3.962%200q-.181-.181-.181-.433t.182-.434t.433-.181t.434.181t.181.434t-.181.434t-.434.181t-.433-.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-left-rounded.svg?color=%231a73e8&size=48