moved location icon
moved-location from Material Symbols Light by Google · Regular · Maps · Apache-2.0 Free for personal and commercial use.
- Name
- moved-location
- Set
- Material Symbols Light
- Style
- Regular
- Category
- Maps
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- moved-location-outline, moved-location-outline-sharp, moved-location-sharp
1 other variant in Material Symbols Light
The same icon in other sets
More maps icons from Material Symbols Light
Use the moved location icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m17.885 12.366l-.689-.689l2.823-2.823q-3.152-.046-5.053.446t-3.543 2.117q1.108-2.29 3.514-3.046t5.032-.756l-2.773-2.792l.689-.689L22 8.25zM11.98 21q-.256 0-.442-.109q-.187-.108-.293-.333l-.155-.35q-.218-.506-.504-.955q-.287-.45-.63-.88q-.895-1.154-1.948-2.142q-1.053-.989-1.857-2.223q-.573-.88-.862-1.889T5 10.025q0-2.921 2.024-4.973T11.975 3q.81 0 1.564.171q.753.171 1.438.508l-.756.756q-.527-.208-1.088-.321T11.975 4q-2.5 0-4.234 1.763Q6.006 7.525 6 10.025q0 .939.238 1.795t.737 1.64q.758 1.165 1.735 2.107q.976.943 1.832 2.016q.431.533.79 1.104q.359.57.643 1.186q.292-.615.666-1.177q.375-.561.8-1.113q.694-.86 1.476-1.65q.783-.79 1.472-1.681l.713.714q-.723.892-1.54 1.703t-1.539 1.704q-.342.437-.641.883t-.516.952l-.156.35q-.106.211-.312.327q-.206.115-.417.115"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightMovedLocation(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="m17.885 12.366l-.689-.689l2.823-2.823q-3.152-.046-5.053.446t-3.543 2.117q1.108-2.29 3.514-3.046t5.032-.756l-2.773-2.792l.689-.689L22 8.25zM11.98 21q-.256 0-.442-.109q-.187-.108-.293-.333l-.155-.35q-.218-.506-.504-.955q-.287-.45-.63-.88q-.895-1.154-1.948-2.142q-1.053-.989-1.857-2.223q-.573-.88-.862-1.889T5 10.025q0-2.921 2.024-4.973T11.975 3q.81 0 1.564.171q.753.171 1.438.508l-.756.756q-.527-.208-1.088-.321T11.975 4q-2.5 0-4.234 1.763Q6.006 7.525 6 10.025q0 .939.238 1.795t.737 1.64q.758 1.165 1.735 2.107q.976.943 1.832 2.016q.431.533.79 1.104q.359.57.643 1.186q.292-.615.666-1.177q.375-.561.8-1.113q.694-.86 1.476-1.65q.783-.79 1.472-1.681l.713.714q-.723.892-1.54 1.703t-1.539 1.704q-.342.437-.641.883t-.516.952l-.156.35q-.106.211-.312.327q-.206.115-.417.115"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m17.885 12.366l-.689-.689l2.823-2.823q-3.152-.046-5.053.446t-3.543 2.117q1.108-2.29 3.514-3.046t5.032-.756l-2.773-2.792l.689-.689L22 8.25zM11.98 21q-.256 0-.442-.109q-.187-.108-.293-.333l-.155-.35q-.218-.506-.504-.955q-.287-.45-.63-.88q-.895-1.154-1.948-2.142q-1.053-.989-1.857-2.223q-.573-.88-.862-1.889T5 10.025q0-2.921 2.024-4.973T11.975 3q.81 0 1.564.171q.753.171 1.438.508l-.756.756q-.527-.208-1.088-.321T11.975 4q-2.5 0-4.234 1.763Q6.006 7.525 6 10.025q0 .939.238 1.795t.737 1.64q.758 1.165 1.735 2.107q.976.943 1.832 2.016q.431.533.79 1.104q.359.57.643 1.186q.292-.615.666-1.177q.375-.561.8-1.113q.694-.86 1.476-1.65q.783-.79 1.472-1.681l.713.714q-.723.892-1.54 1.703t-1.539 1.704q-.342.437-.641.883t-.516.952l-.156.35q-.106.211-.312.327q-.206.115-.417.115"/></svg> </template>
CSS
.icon-moved-location {
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%22m17.885%2012.366l-.689-.689l2.823-2.823q-3.152-.046-5.053.446t-3.543%202.117q1.108-2.29%203.514-3.046t5.032-.756l-2.773-2.792l.689-.689L22%208.25zM11.98%2021q-.256%200-.442-.109q-.187-.108-.293-.333l-.155-.35q-.218-.506-.504-.955q-.287-.45-.63-.88q-.895-1.154-1.948-2.142q-1.053-.989-1.857-2.223q-.573-.88-.862-1.889T5%2010.025q0-2.921%202.024-4.973T11.975%203q.81%200%201.564.171q.753.171%201.438.508l-.756.756q-.527-.208-1.088-.321T11.975%204q-2.5%200-4.234%201.763Q6.006%207.525%206%2010.025q0%20.939.238%201.795t.737%201.64q.758%201.165%201.735%202.107q.976.943%201.832%202.016q.431.533.79%201.104q.359.57.643%201.186q.292-.615.666-1.177q.375-.561.8-1.113q.694-.86%201.476-1.65q.783-.79%201.472-1.681l.713.714q-.723.892-1.54%201.703t-1.539%201.704q-.342.437-.641.883t-.516.952l-.156.35q-.106.211-.312.327q-.206.115-.417.115%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%22m17.885%2012.366l-.689-.689l2.823-2.823q-3.152-.046-5.053.446t-3.543%202.117q1.108-2.29%203.514-3.046t5.032-.756l-2.773-2.792l.689-.689L22%208.25zM11.98%2021q-.256%200-.442-.109q-.187-.108-.293-.333l-.155-.35q-.218-.506-.504-.955q-.287-.45-.63-.88q-.895-1.154-1.948-2.142q-1.053-.989-1.857-2.223q-.573-.88-.862-1.889T5%2010.025q0-2.921%202.024-4.973T11.975%203q.81%200%201.564.171q.753.171%201.438.508l-.756.756q-.527-.208-1.088-.321T11.975%204q-2.5%200-4.234%201.763Q6.006%207.525%206%2010.025q0%20.939.238%201.795t.737%201.64q.758%201.165%201.735%202.107q.976.943%201.832%202.016q.431.533.79%201.104q.359.57.643%201.186q.292-.615.666-1.177q.375-.561.8-1.113q.694-.86%201.476-1.65q.783-.79%201.472-1.681l.713.714q-.723.892-1.54%201.703t-1.539%201.704q-.342.437-.641.883t-.516.952l-.156.35q-.106.211-.312.327q-.206.115-.417.115%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/moved-location.svg?color=%231a73e8&size=48