move location icon
move-location-outline-rounded from Material Symbols by Google · Outline Rounded · Maps · Apache-2.0 Free for personal and commercial use.
- Name
- move-location-outline-rounded
- Set
- Material Symbols
- Style
- Outline 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 location icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19.425 18H16.25q-.425 0-.712-.288T15.25 17t.288-.712t.712-.288h3.175l-.9-.9q-.275-.275-.275-.687t.3-.713q.275-.275.7-.275t.7.275l2.6 2.6q.3.3.3.7t-.3.7l-2.6 2.6q-.275.275-.687.288t-.713-.288q-.275-.275-.275-.7t.275-.7zM10 10q.825 0 1.413-.587T12 8t-.587-1.412T10 6t-1.412.588T8 8t.588 1.413T10 10m-8 .2q0-3.75 2.413-5.975T10 2q1.8 0 3.238.625t2.475 1.725t1.612 2.588t.65 3.212q.025.425-.262.713T17 11.15t-.712-.288t-.313-.712q-.125-2.525-1.812-4.337T10 4Q7.475 4 5.738 5.738T4 10.2q0 1.775 1.475 4.063T10 19.35q.35-.3.663-.6t.587-.6q.3-.3.713-.3t.712.275t.313.687t-.288.713q-.4.425-.762.763t-.613.537q-.275.25-.625.375t-.7.125t-.7-.125t-.625-.375q-1-.925-2.175-2.15t-2.175-2.612t-1.662-2.888T2 10.2m9.988 4.375q.937-.425 1.662-1.2q.125-.125.175-.288t.05-.337q0-.275-.112-.513t-.363-.362q-.775-.45-1.638-.663T10 11t-1.763.213t-1.637.662q-.225.125-.35.35t-.125.5q0 .2.05.363t.175.287q.725.775 1.663 1.2T10 15t1.988-.425"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsMoveLocationOutlineRounded(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="M19.425 18H16.25q-.425 0-.712-.288T15.25 17t.288-.712t.712-.288h3.175l-.9-.9q-.275-.275-.275-.687t.3-.713q.275-.275.7-.275t.7.275l2.6 2.6q.3.3.3.7t-.3.7l-2.6 2.6q-.275.275-.687.288t-.713-.288q-.275-.275-.275-.7t.275-.7zM10 10q.825 0 1.413-.587T12 8t-.587-1.412T10 6t-1.412.588T8 8t.588 1.413T10 10m-8 .2q0-3.75 2.413-5.975T10 2q1.8 0 3.238.625t2.475 1.725t1.612 2.588t.65 3.212q.025.425-.262.713T17 11.15t-.712-.288t-.313-.712q-.125-2.525-1.812-4.337T10 4Q7.475 4 5.738 5.738T4 10.2q0 1.775 1.475 4.063T10 19.35q.35-.3.663-.6t.587-.6q.3-.3.713-.3t.712.275t.313.687t-.288.713q-.4.425-.762.763t-.613.537q-.275.25-.625.375t-.7.125t-.7-.125t-.625-.375q-1-.925-2.175-2.15t-2.175-2.612t-1.662-2.888T2 10.2m9.988 4.375q.937-.425 1.662-1.2q.125-.125.175-.288t.05-.337q0-.275-.112-.513t-.363-.362q-.775-.45-1.638-.663T10 11t-1.763.213t-1.637.662q-.225.125-.35.35t-.125.5q0 .2.05.363t.175.287q.725.775 1.663 1.2T10 15t1.988-.425"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19.425 18H16.25q-.425 0-.712-.288T15.25 17t.288-.712t.712-.288h3.175l-.9-.9q-.275-.275-.275-.687t.3-.713q.275-.275.7-.275t.7.275l2.6 2.6q.3.3.3.7t-.3.7l-2.6 2.6q-.275.275-.687.288t-.713-.288q-.275-.275-.275-.7t.275-.7zM10 10q.825 0 1.413-.587T12 8t-.587-1.412T10 6t-1.412.588T8 8t.588 1.413T10 10m-8 .2q0-3.75 2.413-5.975T10 2q1.8 0 3.238.625t2.475 1.725t1.612 2.588t.65 3.212q.025.425-.262.713T17 11.15t-.712-.288t-.313-.712q-.125-2.525-1.812-4.337T10 4Q7.475 4 5.738 5.738T4 10.2q0 1.775 1.475 4.063T10 19.35q.35-.3.663-.6t.587-.6q.3-.3.713-.3t.712.275t.313.687t-.288.713q-.4.425-.762.763t-.613.537q-.275.25-.625.375t-.7.125t-.7-.125t-.625-.375q-1-.925-2.175-2.15t-2.175-2.612t-1.662-2.888T2 10.2m9.988 4.375q.937-.425 1.662-1.2q.125-.125.175-.288t.05-.337q0-.275-.112-.513t-.363-.362q-.775-.45-1.638-.663T10 11t-1.763.213t-1.637.662q-.225.125-.35.35t-.125.5q0 .2.05.363t.175.287q.725.775 1.663 1.2T10 15t1.988-.425"/></svg> </template>
CSS
.icon-move-location-outline-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%22M19.425%2018H16.25q-.425%200-.712-.288T15.25%2017t.288-.712t.712-.288h3.175l-.9-.9q-.275-.275-.275-.687t.3-.713q.275-.275.7-.275t.7.275l2.6%202.6q.3.3.3.7t-.3.7l-2.6%202.6q-.275.275-.687.288t-.713-.288q-.275-.275-.275-.7t.275-.7zM10%2010q.825%200%201.413-.587T12%208t-.587-1.412T10%206t-1.412.588T8%208t.588%201.413T10%2010m-8%20.2q0-3.75%202.413-5.975T10%202q1.8%200%203.238.625t2.475%201.725t1.612%202.588t.65%203.212q.025.425-.262.713T17%2011.15t-.712-.288t-.313-.712q-.125-2.525-1.812-4.337T10%204Q7.475%204%205.738%205.738T4%2010.2q0%201.775%201.475%204.063T10%2019.35q.35-.3.663-.6t.587-.6q.3-.3.713-.3t.712.275t.313.687t-.288.713q-.4.425-.762.763t-.613.537q-.275.25-.625.375t-.7.125t-.7-.125t-.625-.375q-1-.925-2.175-2.15t-2.175-2.612t-1.662-2.888T2%2010.2m9.988%204.375q.937-.425%201.662-1.2q.125-.125.175-.288t.05-.337q0-.275-.112-.513t-.363-.362q-.775-.45-1.638-.663T10%2011t-1.763.213t-1.637.662q-.225.125-.35.35t-.125.5q0%20.2.05.363t.175.287q.725.775%201.663%201.2T10%2015t1.988-.425%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%22M19.425%2018H16.25q-.425%200-.712-.288T15.25%2017t.288-.712t.712-.288h3.175l-.9-.9q-.275-.275-.275-.687t.3-.713q.275-.275.7-.275t.7.275l2.6%202.6q.3.3.3.7t-.3.7l-2.6%202.6q-.275.275-.687.288t-.713-.288q-.275-.275-.275-.7t.275-.7zM10%2010q.825%200%201.413-.587T12%208t-.587-1.412T10%206t-1.412.588T8%208t.588%201.413T10%2010m-8%20.2q0-3.75%202.413-5.975T10%202q1.8%200%203.238.625t2.475%201.725t1.612%202.588t.65%203.212q.025.425-.262.713T17%2011.15t-.712-.288t-.313-.712q-.125-2.525-1.812-4.337T10%204Q7.475%204%205.738%205.738T4%2010.2q0%201.775%201.475%204.063T10%2019.35q.35-.3.663-.6t.587-.6q.3-.3.713-.3t.712.275t.313.687t-.288.713q-.4.425-.762.763t-.613.537q-.275.25-.625.375t-.7.125t-.7-.125t-.625-.375q-1-.925-2.175-2.15t-2.175-2.612t-1.662-2.888T2%2010.2m9.988%204.375q.937-.425%201.662-1.2q.125-.125.175-.288t.05-.337q0-.275-.112-.513t-.363-.362q-.775-.45-1.638-.663T10%2011t-1.763.213t-1.637.662q-.225.125-.35.35t-.125.5q0%20.2.05.363t.175.287q.725.775%201.663%201.2T10%2015t1.988-.425%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/move-location-outline-rounded.svg?color=%231a73e8&size=48