move location icon
move-location-rounded from Material Symbols by Google · Rounded · Maps · Apache-2.0 Free for personal and commercial use.
- Name
- move-location-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 location icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9.3 21.2q-.35-.125-.625-.4q-1.025-.9-2.2-2.112t-2.162-2.6t-1.65-2.888t-.663-3q0-3.75 2.413-5.975T10 2q1.625 0 3.075.613t2.55 1.662t1.75 2.475t.65 3.05q0 .65-.325 1.025t-.825.575q-.95.375-1.687 1.038T13.95 13.95q-.5.875-.7 1.85t-.075 2q.075.55-.025.975t-.5.8l-.65.6l-.675.625q-.275.275-.625.4t-.7.125t-.7-.125M10 10q.825 0 1.413-.587T12 8t-.587-1.412T10 6t-1.412.588T8 8t.588 1.413T10 10m9.425 8H16.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-.7zm-7.437-3.425q.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 MaterialSymbolsMoveLocationRounded(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="M9.3 21.2q-.35-.125-.625-.4q-1.025-.9-2.2-2.112t-2.162-2.6t-1.65-2.888t-.663-3q0-3.75 2.413-5.975T10 2q1.625 0 3.075.613t2.55 1.662t1.75 2.475t.65 3.05q0 .65-.325 1.025t-.825.575q-.95.375-1.687 1.038T13.95 13.95q-.5.875-.7 1.85t-.075 2q.075.55-.025.975t-.5.8l-.65.6l-.675.625q-.275.275-.625.4t-.7.125t-.7-.125M10 10q.825 0 1.413-.587T12 8t-.587-1.412T10 6t-1.412.588T8 8t.588 1.413T10 10m9.425 8H16.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-.7zm-7.437-3.425q.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="M9.3 21.2q-.35-.125-.625-.4q-1.025-.9-2.2-2.112t-2.162-2.6t-1.65-2.888t-.663-3q0-3.75 2.413-5.975T10 2q1.625 0 3.075.613t2.55 1.662t1.75 2.475t.65 3.05q0 .65-.325 1.025t-.825.575q-.95.375-1.687 1.038T13.95 13.95q-.5.875-.7 1.85t-.075 2q.075.55-.025.975t-.5.8l-.65.6l-.675.625q-.275.275-.625.4t-.7.125t-.7-.125M10 10q.825 0 1.413-.587T12 8t-.587-1.412T10 6t-1.412.588T8 8t.588 1.413T10 10m9.425 8H16.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-.7zm-7.437-3.425q.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-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%22M9.3%2021.2q-.35-.125-.625-.4q-1.025-.9-2.2-2.112t-2.162-2.6t-1.65-2.888t-.663-3q0-3.75%202.413-5.975T10%202q1.625%200%203.075.613t2.55%201.662t1.75%202.475t.65%203.05q0%20.65-.325%201.025t-.825.575q-.95.375-1.687%201.038T13.95%2013.95q-.5.875-.7%201.85t-.075%202q.075.55-.025.975t-.5.8l-.65.6l-.675.625q-.275.275-.625.4t-.7.125t-.7-.125M10%2010q.825%200%201.413-.587T12%208t-.587-1.412T10%206t-1.412.588T8%208t.588%201.413T10%2010m9.425%208H16.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-.7zm-7.437-3.425q.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%22M9.3%2021.2q-.35-.125-.625-.4q-1.025-.9-2.2-2.112t-2.162-2.6t-1.65-2.888t-.663-3q0-3.75%202.413-5.975T10%202q1.625%200%203.075.613t2.55%201.662t1.75%202.475t.65%203.05q0%20.65-.325%201.025t-.825.575q-.95.375-1.687%201.038T13.95%2013.95q-.5.875-.7%201.85t-.075%202q.075.55-.025.975t-.5.8l-.65.6l-.675.625q-.275.275-.625.4t-.7.125t-.7-.125M10%2010q.825%200%201.413-.587T12%208t-.587-1.412T10%206t-1.412.588T8%208t.588%201.413T10%2010m9.425%208H16.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-.7zm-7.437-3.425q.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-rounded.svg?color=%231a73e8&size=48