edit location alt icon
edit-location-alt-rounded from Material Symbols Light by Google · Rounded · Maps · Apache-2.0 Free for personal and commercial use.
- Name
- edit-location-alt-rounded
- Set
- Material Symbols Light
- Style
- Rounded
- 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="M11.53 20.46q-.234-.077-.432-.25q-1.067-.981-2.164-2.175q-1.095-1.194-1.99-2.494q-.896-1.299-1.468-2.632t-.572-2.613q0-3.173 2.066-5.234Q9.037 3 12 3q.22 0 .423.01q.204.01.398.034q.51.05.662.557q.151.507-.233.891L9.979 7.79q-.217.217-.348.522T9.5 8.94v1.946q0 .67.472 1.143q.472.472 1.144.472h1.946q.323 0 .628-.13q.304-.132.522-.349l3.31-3.31q.378-.378.882-.236t.604.652q.044.282.066.575q.022.292.022.594q0 2.062-1.565 4.557t-4.61 5.337q-.198.173-.442.26t-.479.087t-.47-.077M12.9 9.97l4.877-4.878q.112-.111.112-.253t-.112-.255l-.323-.322q-.131-.131-.293-.131t-.292.13L12.031 9.1q-.073.073-.11.165q-.036.09-.036.194v.253q0 .17.116.287t.288.117h.252q.103 0 .195-.037q.091-.037.164-.11m5.577-6.084q.112.111.254.111t.254-.111l.292-.293q.16-.16.189-.363q.028-.204-.112-.344l-.238-.239q-.141-.14-.345-.111t-.363.188l-.254.254q-.131.13-.131.292t.13.293z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightEditLocationAltRounded(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="M11.53 20.46q-.234-.077-.432-.25q-1.067-.981-2.164-2.175q-1.095-1.194-1.99-2.494q-.896-1.299-1.468-2.632t-.572-2.613q0-3.173 2.066-5.234Q9.037 3 12 3q.22 0 .423.01q.204.01.398.034q.51.05.662.557q.151.507-.233.891L9.979 7.79q-.217.217-.348.522T9.5 8.94v1.946q0 .67.472 1.143q.472.472 1.144.472h1.946q.323 0 .628-.13q.304-.132.522-.349l3.31-3.31q.378-.378.882-.236t.604.652q.044.282.066.575q.022.292.022.594q0 2.062-1.565 4.557t-4.61 5.337q-.198.173-.442.26t-.479.087t-.47-.077M12.9 9.97l4.877-4.878q.112-.111.112-.253t-.112-.255l-.323-.322q-.131-.131-.293-.131t-.292.13L12.031 9.1q-.073.073-.11.165q-.036.09-.036.194v.253q0 .17.116.287t.288.117h.252q.103 0 .195-.037q.091-.037.164-.11m5.577-6.084q.112.111.254.111t.254-.111l.292-.293q.16-.16.189-.363q.028-.204-.112-.344l-.238-.239q-.141-.14-.345-.111t-.363.188l-.254.254q-.131.13-.131.292t.13.293z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.53 20.46q-.234-.077-.432-.25q-1.067-.981-2.164-2.175q-1.095-1.194-1.99-2.494q-.896-1.299-1.468-2.632t-.572-2.613q0-3.173 2.066-5.234Q9.037 3 12 3q.22 0 .423.01q.204.01.398.034q.51.05.662.557q.151.507-.233.891L9.979 7.79q-.217.217-.348.522T9.5 8.94v1.946q0 .67.472 1.143q.472.472 1.144.472h1.946q.323 0 .628-.13q.304-.132.522-.349l3.31-3.31q.378-.378.882-.236t.604.652q.044.282.066.575q.022.292.022.594q0 2.062-1.565 4.557t-4.61 5.337q-.198.173-.442.26t-.479.087t-.47-.077M12.9 9.97l4.877-4.878q.112-.111.112-.253t-.112-.255l-.323-.322q-.131-.131-.293-.131t-.292.13L12.031 9.1q-.073.073-.11.165q-.036.09-.036.194v.253q0 .17.116.287t.288.117h.252q.103 0 .195-.037q.091-.037.164-.11m5.577-6.084q.112.111.254.111t.254-.111l.292-.293q.16-.16.189-.363q.028-.204-.112-.344l-.238-.239q-.141-.14-.345-.111t-.363.188l-.254.254q-.131.13-.131.292t.13.293z"/></svg> </template>
CSS
.icon-edit-location-alt-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%22M11.53%2020.46q-.234-.077-.432-.25q-1.067-.981-2.164-2.175q-1.095-1.194-1.99-2.494q-.896-1.299-1.468-2.632t-.572-2.613q0-3.173%202.066-5.234Q9.037%203%2012%203q.22%200%20.423.01q.204.01.398.034q.51.05.662.557q.151.507-.233.891L9.979%207.79q-.217.217-.348.522T9.5%208.94v1.946q0%20.67.472%201.143q.472.472%201.144.472h1.946q.323%200%20.628-.13q.304-.132.522-.349l3.31-3.31q.378-.378.882-.236t.604.652q.044.282.066.575q.022.292.022.594q0%202.062-1.565%204.557t-4.61%205.337q-.198.173-.442.26t-.479.087t-.47-.077M12.9%209.97l4.877-4.878q.112-.111.112-.253t-.112-.255l-.323-.322q-.131-.131-.293-.131t-.292.13L12.031%209.1q-.073.073-.11.165q-.036.09-.036.194v.253q0%20.17.116.287t.288.117h.252q.103%200%20.195-.037q.091-.037.164-.11m5.577-6.084q.112.111.254.111t.254-.111l.292-.293q.16-.16.189-.363q.028-.204-.112-.344l-.238-.239q-.141-.14-.345-.111t-.363.188l-.254.254q-.131.13-.131.292t.13.293z%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%22M11.53%2020.46q-.234-.077-.432-.25q-1.067-.981-2.164-2.175q-1.095-1.194-1.99-2.494q-.896-1.299-1.468-2.632t-.572-2.613q0-3.173%202.066-5.234Q9.037%203%2012%203q.22%200%20.423.01q.204.01.398.034q.51.05.662.557q.151.507-.233.891L9.979%207.79q-.217.217-.348.522T9.5%208.94v1.946q0%20.67.472%201.143q.472.472%201.144.472h1.946q.323%200%20.628-.13q.304-.132.522-.349l3.31-3.31q.378-.378.882-.236t.604.652q.044.282.066.575q.022.292.022.594q0%202.062-1.565%204.557t-4.61%205.337q-.198.173-.442.26t-.479.087t-.47-.077M12.9%209.97l4.877-4.878q.112-.111.112-.253t-.112-.255l-.323-.322q-.131-.131-.293-.131t-.292.13L12.031%209.1q-.073.073-.11.165q-.036.09-.036.194v.253q0%20.17.116.287t.288.117h.252q.103%200%20.195-.037q.091-.037.164-.11m5.577-6.084q.112.111.254.111t.254-.111l.292-.293q.16-.16.189-.363q.028-.204-.112-.344l-.238-.239q-.141-.14-.345-.111t-.363.188l-.254.254q-.131.13-.131.292t.13.293z%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-rounded.svg?color=%231a73e8&size=48