edit location alt icon
edit-location-alt-outline-sharp from Material Symbols Light by Google · Outline Sharp · Maps · Apache-2.0 Free for personal and commercial use.
- Name
- edit-location-alt-outline-sharp
- Set
- Material Symbols Light
- Style
- Outline Sharp
- Category
- Maps
- Viewbox
- 24×24
- License
- Apache 2.0
5 other variants in Material Symbols Light
The same icon in other sets
More maps icons from Material Symbols Light
Use the edit location alt icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 21.02q-3.525-3.118-5.31-5.815q-1.786-2.697-1.786-4.909q0-3.173 2.066-5.234Q9.037 3 12 3q.617 0 1.213.093t1.143.293l-.779.804q-.385-.107-.767-.158T12 3.98q-2.621 0-4.359 1.785q-1.737 1.786-1.737 4.53q0 1.852 1.638 4.39T12 19.677q2.82-2.454 4.458-4.991t1.638-4.39q0-.511-.073-.975t-.2-.911l.804-.804q.225.63.347 1.292t.122 1.398q0 2.212-1.785 4.909q-1.786 2.697-5.311 5.814m5.639-16.573l-.477-.477l-5.277 5.277v.87h.869l5.277-5.277zm1.092-.308l.938-.938l-.869-.87l-.938.94z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightEditLocationAltOutlineSharp(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="M12 21.02q-3.525-3.118-5.31-5.815q-1.786-2.697-1.786-4.909q0-3.173 2.066-5.234Q9.037 3 12 3q.617 0 1.213.093t1.143.293l-.779.804q-.385-.107-.767-.158T12 3.98q-2.621 0-4.359 1.785q-1.737 1.786-1.737 4.53q0 1.852 1.638 4.39T12 19.677q2.82-2.454 4.458-4.991t1.638-4.39q0-.511-.073-.975t-.2-.911l.804-.804q.225.63.347 1.292t.122 1.398q0 2.212-1.785 4.909q-1.786 2.697-5.311 5.814m5.639-16.573l-.477-.477l-5.277 5.277v.87h.869l5.277-5.277zm1.092-.308l.938-.938l-.869-.87l-.938.94z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 21.02q-3.525-3.118-5.31-5.815q-1.786-2.697-1.786-4.909q0-3.173 2.066-5.234Q9.037 3 12 3q.617 0 1.213.093t1.143.293l-.779.804q-.385-.107-.767-.158T12 3.98q-2.621 0-4.359 1.785q-1.737 1.786-1.737 4.53q0 1.852 1.638 4.39T12 19.677q2.82-2.454 4.458-4.991t1.638-4.39q0-.511-.073-.975t-.2-.911l.804-.804q.225.63.347 1.292t.122 1.398q0 2.212-1.785 4.909q-1.786 2.697-5.311 5.814m5.639-16.573l-.477-.477l-5.277 5.277v.87h.869l5.277-5.277zm1.092-.308l.938-.938l-.869-.87l-.938.94z"/></svg> </template>
CSS
.icon-edit-location-alt-outline-sharp {
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%22M12%2021.02q-3.525-3.118-5.31-5.815q-1.786-2.697-1.786-4.909q0-3.173%202.066-5.234Q9.037%203%2012%203q.617%200%201.213.093t1.143.293l-.779.804q-.385-.107-.767-.158T12%203.98q-2.621%200-4.359%201.785q-1.737%201.786-1.737%204.53q0%201.852%201.638%204.39T12%2019.677q2.82-2.454%204.458-4.991t1.638-4.39q0-.511-.073-.975t-.2-.911l.804-.804q.225.63.347%201.292t.122%201.398q0%202.212-1.785%204.909q-1.786%202.697-5.311%205.814m5.639-16.573l-.477-.477l-5.277%205.277v.87h.869l5.277-5.277zm1.092-.308l.938-.938l-.869-.87l-.938.94z%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%22M12%2021.02q-3.525-3.118-5.31-5.815q-1.786-2.697-1.786-4.909q0-3.173%202.066-5.234Q9.037%203%2012%203q.617%200%201.213.093t1.143.293l-.779.804q-.385-.107-.767-.158T12%203.98q-2.621%200-4.359%201.785q-1.737%201.786-1.737%204.53q0%201.852%201.638%204.39T12%2019.677q2.82-2.454%204.458-4.991t1.638-4.39q0-.511-.073-.975t-.2-.911l.804-.804q.225.63.347%201.292t.122%201.398q0%202.212-1.785%204.909q-1.786%202.697-5.311%205.814m5.639-16.573l-.477-.477l-5.277%205.277v.87h.869l5.277-5.277zm1.092-.308l.938-.938l-.869-.87l-.938.94z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/edit-location-alt-outline-sharp.svg?color=%231a73e8&size=48