move-rounded from Material Symbols by Google · Rounded · Maps · Apache-2.0 Free for personal and commercial use.

Name
move-rounded
Set
Material Symbols
Style
Rounded
Category
Maps
Viewbox
24×24
License
Apache 2.0

3 other variants in Material Symbols

The same icon in other sets

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.2l.625-.625q.275-.3.688-.3t.712.275q.3.3.3.712t-.3.713L19.7 15.3q-.3.3-.7.3t-.7-.3l-2.35-2.35q-.3-.3-.287-.7t.312-.7q.3-.275.7-.287t.7.287l.625.625V12q0-2.9-2.05-4.95T11 5T6.05 7.05T4 12q.025 2.9 2.063 4.95T11 19q1.175 0 2.213-.35t1.912-1q.35-.25.763-.25t.687.275q.3.3.3.725t-.35.7q-1.15.9-2.55 1.4T11 21"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsMoveRounded(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.2l.625-.625q.275-.3.688-.3t.712.275q.3.3.3.712t-.3.713L19.7 15.3q-.3.3-.7.3t-.7-.3l-2.35-2.35q-.3-.3-.287-.7t.312-.7q.3-.275.7-.287t.7.287l.625.625V12q0-2.9-2.05-4.95T11 5T6.05 7.05T4 12q.025 2.9 2.063 4.95T11 19q1.175 0 2.213-.35t1.912-1q.35-.25.763-.25t.687.275q.3.3.3.725t-.35.7q-1.15.9-2.55 1.4T11 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.2l.625-.625q.275-.3.688-.3t.712.275q.3.3.3.712t-.3.713L19.7 15.3q-.3.3-.7.3t-.7-.3l-2.35-2.35q-.3-.3-.287-.7t.312-.7q.3-.275.7-.287t.7.287l.625.625V12q0-2.9-2.05-4.95T11 5T6.05 7.05T4 12q.025 2.9 2.063 4.95T11 19q1.175 0 2.213-.35t1.912-1q.35-.25.763-.25t.687.275q.3.3.3.725t-.35.7q-1.15.9-2.55 1.4T11 21"/></svg>
</template>

CSS

.icon-move-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%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.2l.625-.625q.275-.3.688-.3t.712.275q.3.3.3.712t-.3.713L19.7%2015.3q-.3.3-.7.3t-.7-.3l-2.35-2.35q-.3-.3-.287-.7t.312-.7q.3-.275.7-.287t.7.287l.625.625V12q0-2.9-2.05-4.95T11%205T6.05%207.05T4%2012q.025%202.9%202.063%204.95T11%2019q1.175%200%202.213-.35t1.912-1q.35-.25.763-.25t.687.275q.3.3.3.725t-.35.7q-1.15.9-2.55%201.4T11%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.2l.625-.625q.275-.3.688-.3t.712.275q.3.3.3.712t-.3.713L19.7%2015.3q-.3.3-.7.3t-.7-.3l-2.35-2.35q-.3-.3-.287-.7t.312-.7q.3-.275.7-.287t.7.287l.625.625V12q0-2.9-2.05-4.95T11%205T6.05%207.05T4%2012q.025%202.9%202.063%204.95T11%2019q1.175%200%202.213-.35t1.912-1q.35-.25.763-.25t.687.275q.3.3.3.725t-.35.7q-1.15.9-2.55%201.4T11%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-rounded.svg?color=%231a73e8&size=48