move icon
move from Material Symbols Light by Google · Regular · Maps · Apache-2.0 Free for personal and commercial use.
- Name
- move
- Set
- Material Symbols Light
- Style
- Regular
- Category
- Maps
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- move-sharp
3 other variants in Material Symbols Light
The same icon in other sets
moveBoxIcons v2moveCarbonmoveCodiconsmove-fillEva IconsmoveFramework7 IconsmoveFeather IconsmoveHuge IconsmoveIconParkmoveIconPark OutlinemoveIconPark SolidmoveIconPark TwoTonemoveIonIconsmoveJam IconsmoveLucidemoveMaterial Symbolsmove-fillMingCute IconmoveMyna UI IconsmoveOpenMojimovePixelarticonsmoveRadix Iconsmove-boldSolarmoveTDesign IconsmoveWeb3 IconsmoveWeb3 Icons Branded
More maps icons from Material Symbols Light
Use the move icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.787 16.708q-.078-.081-.128-.192q-.311-.8-.725-1.385q-.413-.585-.817-1.12q-.519-.688-.914-1.388t-.395-1.739q0-1.315.938-2.253T11 7.692t2.254.939t.938 2.253q0 1.039-.395 1.739t-.914 1.388q-.404.535-.818 1.12q-.413.584-.725 1.384q-.05.131-.127.202T11 16.79t-.214-.081m.967-5.07q.305-.305.305-.754q0-.448-.305-.752q-.305-.305-.753-.305t-.753.305t-.305.752t.305.753t.753.305t.753-.305M11 20q-3.327 0-5.663-2.336T3 12q0-1.664.626-3.118T5.34 6.34t2.542-1.714T11 4t3.118.626T16.66 6.34t1.714 2.542T19 12v1.412l2.037-2.062l.713.689l-3.25 3.25l-3.25-3.25l.713-.689L18 13.387V12q0-2.9-2.05-4.95T11 5T6.05 7.05T4 12q.006 2.92 2.043 4.96T11 19q1.406 0 2.589-.499t2.17-1.386l.733.714q-1.129 1.027-2.539 1.599T11 20"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightMove(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="M10.787 16.708q-.078-.081-.128-.192q-.311-.8-.725-1.385q-.413-.585-.817-1.12q-.519-.688-.914-1.388t-.395-1.739q0-1.315.938-2.253T11 7.692t2.254.939t.938 2.253q0 1.039-.395 1.739t-.914 1.388q-.404.535-.818 1.12q-.413.584-.725 1.384q-.05.131-.127.202T11 16.79t-.214-.081m.967-5.07q.305-.305.305-.754q0-.448-.305-.752q-.305-.305-.753-.305t-.753.305t-.305.752t.305.753t.753.305t.753-.305M11 20q-3.327 0-5.663-2.336T3 12q0-1.664.626-3.118T5.34 6.34t2.542-1.714T11 4t3.118.626T16.66 6.34t1.714 2.542T19 12v1.412l2.037-2.062l.713.689l-3.25 3.25l-3.25-3.25l.713-.689L18 13.387V12q0-2.9-2.05-4.95T11 5T6.05 7.05T4 12q.006 2.92 2.043 4.96T11 19q1.406 0 2.589-.499t2.17-1.386l.733.714q-1.129 1.027-2.539 1.599T11 20"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.787 16.708q-.078-.081-.128-.192q-.311-.8-.725-1.385q-.413-.585-.817-1.12q-.519-.688-.914-1.388t-.395-1.739q0-1.315.938-2.253T11 7.692t2.254.939t.938 2.253q0 1.039-.395 1.739t-.914 1.388q-.404.535-.818 1.12q-.413.584-.725 1.384q-.05.131-.127.202T11 16.79t-.214-.081m.967-5.07q.305-.305.305-.754q0-.448-.305-.752q-.305-.305-.753-.305t-.753.305t-.305.752t.305.753t.753.305t.753-.305M11 20q-3.327 0-5.663-2.336T3 12q0-1.664.626-3.118T5.34 6.34t2.542-1.714T11 4t3.118.626T16.66 6.34t1.714 2.542T19 12v1.412l2.037-2.062l.713.689l-3.25 3.25l-3.25-3.25l.713-.689L18 13.387V12q0-2.9-2.05-4.95T11 5T6.05 7.05T4 12q.006 2.92 2.043 4.96T11 19q1.406 0 2.589-.499t2.17-1.386l.733.714q-1.129 1.027-2.539 1.599T11 20"/></svg> </template>
CSS
.icon-move {
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%22M10.787%2016.708q-.078-.081-.128-.192q-.311-.8-.725-1.385q-.413-.585-.817-1.12q-.519-.688-.914-1.388t-.395-1.739q0-1.315.938-2.253T11%207.692t2.254.939t.938%202.253q0%201.039-.395%201.739t-.914%201.388q-.404.535-.818%201.12q-.413.584-.725%201.384q-.05.131-.127.202T11%2016.79t-.214-.081m.967-5.07q.305-.305.305-.754q0-.448-.305-.752q-.305-.305-.753-.305t-.753.305t-.305.752t.305.753t.753.305t.753-.305M11%2020q-3.327%200-5.663-2.336T3%2012q0-1.664.626-3.118T5.34%206.34t2.542-1.714T11%204t3.118.626T16.66%206.34t1.714%202.542T19%2012v1.412l2.037-2.062l.713.689l-3.25%203.25l-3.25-3.25l.713-.689L18%2013.387V12q0-2.9-2.05-4.95T11%205T6.05%207.05T4%2012q.006%202.92%202.043%204.96T11%2019q1.406%200%202.589-.499t2.17-1.386l.733.714q-1.129%201.027-2.539%201.599T11%2020%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%22M10.787%2016.708q-.078-.081-.128-.192q-.311-.8-.725-1.385q-.413-.585-.817-1.12q-.519-.688-.914-1.388t-.395-1.739q0-1.315.938-2.253T11%207.692t2.254.939t.938%202.253q0%201.039-.395%201.739t-.914%201.388q-.404.535-.818%201.12q-.413.584-.725%201.384q-.05.131-.127.202T11%2016.79t-.214-.081m.967-5.07q.305-.305.305-.754q0-.448-.305-.752q-.305-.305-.753-.305t-.753.305t-.305.752t.305.753t.753.305t.753-.305M11%2020q-3.327%200-5.663-2.336T3%2012q0-1.664.626-3.118T5.34%206.34t2.542-1.714T11%204t3.118.626T16.66%206.34t1.714%202.542T19%2012v1.412l2.037-2.062l.713.689l-3.25%203.25l-3.25-3.25l.713-.689L18%2013.387V12q0-2.9-2.05-4.95T11%205T6.05%207.05T4%2012q.006%202.92%202.043%204.96T11%2019q1.406%200%202.589-.499t2.17-1.386l.733.714q-1.129%201.027-2.539%201.599T11%2020%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.svg?color=%231a73e8&size=48