move icon
move from Material Symbols by Google · Regular · Maps · Apache-2.0 Free for personal and commercial use.
- Name
- move
- Set
- Material Symbols
- Style
- Regular
- Category
- Maps
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- move-sharp
3 other variants in Material Symbols
The same icon in other sets
moveBoxIcons v2moveCarbonmoveCodiconsmove-fillEva IconsmoveFramework7 IconsmoveFeather IconsmoveHuge IconsmoveIconParkmoveIconPark OutlinemoveIconPark SolidmoveIconPark TwoTonemoveIonIconsmoveJam IconsmoveLucidemoveMaterial Symbols Lightmove-fillMingCute IconmoveMyna UI IconsmoveOpenMojimovePixelarticonsmoveRadix Iconsmove-boldSolarmoveTDesign IconsmoveWeb3 IconsmoveWeb3 Icons Branded
More maps icons from Material Symbols
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.7 16.9q-.125-.1-.175-.25q-.35-1.05-.85-1.75t-1-1.35t-.837-1.35t-.338-1.7q0-1.45 1.025-2.475T11 7t2.475 1.025T14.5 10.5q0 1-.337 1.7t-.838 1.35t-1 1.35t-.85 1.75q-.05.15-.175.25t-.3.1t-.3-.1m1.188-5.512q.362-.363.362-.888t-.363-.888T11 9.25t-.888.363t-.362.887t.363.888t.887.362t.888-.363M11 21q-3.75 0-6.375-2.625T2 12q0-1.875.713-3.512t1.924-2.85t2.85-1.925T11 3t3.513.713t2.85 1.924t1.925 2.85T20 12v.2l1.325-1.35l1.425 1.4L19 16l-3.75-3.75l1.425-1.4L18 12.175V12q0-2.9-2.05-4.95T11 5T6.05 7.05T4 12q.025 2.9 2.062 4.95T11 19q1.425 0 2.675-.537t2.2-1.463l1.425 1.425q-1.225 1.2-2.838 1.888T11 21"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsMove(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.7 16.9q-.125-.1-.175-.25q-.35-1.05-.85-1.75t-1-1.35t-.837-1.35t-.338-1.7q0-1.45 1.025-2.475T11 7t2.475 1.025T14.5 10.5q0 1-.337 1.7t-.838 1.35t-1 1.35t-.85 1.75q-.05.15-.175.25t-.3.1t-.3-.1m1.188-5.512q.362-.363.362-.888t-.363-.888T11 9.25t-.888.363t-.362.887t.363.888t.887.362t.888-.363M11 21q-3.75 0-6.375-2.625T2 12q0-1.875.713-3.512t1.924-2.85t2.85-1.925T11 3t3.513.713t2.85 1.924t1.925 2.85T20 12v.2l1.325-1.35l1.425 1.4L19 16l-3.75-3.75l1.425-1.4L18 12.175V12q0-2.9-2.05-4.95T11 5T6.05 7.05T4 12q.025 2.9 2.062 4.95T11 19q1.425 0 2.675-.537t2.2-1.463l1.425 1.425q-1.225 1.2-2.838 1.888T11 21"/></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.7 16.9q-.125-.1-.175-.25q-.35-1.05-.85-1.75t-1-1.35t-.837-1.35t-.338-1.7q0-1.45 1.025-2.475T11 7t2.475 1.025T14.5 10.5q0 1-.337 1.7t-.838 1.35t-1 1.35t-.85 1.75q-.05.15-.175.25t-.3.1t-.3-.1m1.188-5.512q.362-.363.362-.888t-.363-.888T11 9.25t-.888.363t-.362.887t.363.888t.887.362t.888-.363M11 21q-3.75 0-6.375-2.625T2 12q0-1.875.713-3.512t1.924-2.85t2.85-1.925T11 3t3.513.713t2.85 1.924t1.925 2.85T20 12v.2l1.325-1.35l1.425 1.4L19 16l-3.75-3.75l1.425-1.4L18 12.175V12q0-2.9-2.05-4.95T11 5T6.05 7.05T4 12q.025 2.9 2.062 4.95T11 19q1.425 0 2.675-.537t2.2-1.463l1.425 1.425q-1.225 1.2-2.838 1.888T11 21"/></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.7%2016.9q-.125-.1-.175-.25q-.35-1.05-.85-1.75t-1-1.35t-.837-1.35t-.338-1.7q0-1.45%201.025-2.475T11%207t2.475%201.025T14.5%2010.5q0%201-.337%201.7t-.838%201.35t-1%201.35t-.85%201.75q-.05.15-.175.25t-.3.1t-.3-.1m1.188-5.512q.362-.363.362-.888t-.363-.888T11%209.25t-.888.363t-.362.887t.363.888t.887.362t.888-.363M11%2021q-3.75%200-6.375-2.625T2%2012q0-1.875.713-3.512t1.924-2.85t2.85-1.925T11%203t3.513.713t2.85%201.924t1.925%202.85T20%2012v.2l1.325-1.35l1.425%201.4L19%2016l-3.75-3.75l1.425-1.4L18%2012.175V12q0-2.9-2.05-4.95T11%205T6.05%207.05T4%2012q.025%202.9%202.062%204.95T11%2019q1.425%200%202.675-.537t2.2-1.463l1.425%201.425q-1.225%201.2-2.838%201.888T11%2021%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.7%2016.9q-.125-.1-.175-.25q-.35-1.05-.85-1.75t-1-1.35t-.837-1.35t-.338-1.7q0-1.45%201.025-2.475T11%207t2.475%201.025T14.5%2010.5q0%201-.337%201.7t-.838%201.35t-1%201.35t-.85%201.75q-.05.15-.175.25t-.3.1t-.3-.1m1.188-5.512q.362-.363.362-.888t-.363-.888T11%209.25t-.888.363t-.362.887t.363.888t.887.362t.888-.363M11%2021q-3.75%200-6.375-2.625T2%2012q0-1.875.713-3.512t1.924-2.85t2.85-1.925T11%203t3.513.713t2.85%201.924t1.925%202.85T20%2012v.2l1.325-1.35l1.425%201.4L19%2016l-3.75-3.75l1.425-1.4L18%2012.175V12q0-2.9-2.05-4.95T11%205T6.05%207.05T4%2012q.025%202.9%202.062%204.95T11%2019q1.425%200%202.675-.537t2.2-1.463l1.425%201.425q-1.225%201.2-2.838%201.888T11%2021%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/move.svg?color=%231a73e8&size=48