add location alt icon
add-location-alt-rounded from Material Symbols Light by Google · Rounded · Maps · Apache-2.0 Free for personal and commercial use.
- Name
- add-location-alt-rounded
- Set
- Material Symbols Light
- Style
- Rounded
- Category
- Maps
- Viewbox
- 24×24
- License
- Apache 2.0
3 other variants in Material Symbols Light
The same icon in other sets
More maps icons from Material Symbols Light
Use the add 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="M13.143 11.255q.473-.475.473-1.143t-.476-1.14t-1.143-.472t-1.14.476t-.472 1.143t.475 1.14t1.144.472t1.14-.476M11.53 20.48q-.235-.077-.433-.25q-1.067-.981-2.164-2.185q-1.096-1.204-1.99-2.493t-1.468-2.633t-.572-2.622q0-3.173 2.066-5.234Q9.037 3 12 3q.558 0 .894.35q.337.35.337.871V4.5q0 .936.666 1.603q.667.666 1.603.666h.73V7.5q0 .477.17.883q.171.407.483.715q.242.251.537.405q.296.153.634.222q.558.106.752.447q.194.342.194.819q0 .609-.284 1.381q-.283.772-.65 1.497t-.745 1.317t-.569.858q-.979 1.329-2.04 2.413t-1.79 1.753q-.195.173-.441.26t-.481.086t-.47-.077M18 5h-2.5q-.213 0-.356-.144T15 4.499t.144-.356T15.5 4H18V1.5q0-.213.144-.356T18.501 1t.356.144T19 1.5V4h2.5q.213 0 .356.144t.144.357t-.144.356T21.5 5H19v2.5q0 .213-.144.356T18.499 8t-.356-.144T18 7.5z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightAddLocationAltRounded(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="M13.143 11.255q.473-.475.473-1.143t-.476-1.14t-1.143-.472t-1.14.476t-.472 1.143t.475 1.14t1.144.472t1.14-.476M11.53 20.48q-.235-.077-.433-.25q-1.067-.981-2.164-2.185q-1.096-1.204-1.99-2.493t-1.468-2.633t-.572-2.622q0-3.173 2.066-5.234Q9.037 3 12 3q.558 0 .894.35q.337.35.337.871V4.5q0 .936.666 1.603q.667.666 1.603.666h.73V7.5q0 .477.17.883q.171.407.483.715q.242.251.537.405q.296.153.634.222q.558.106.752.447q.194.342.194.819q0 .609-.284 1.381q-.283.772-.65 1.497t-.745 1.317t-.569.858q-.979 1.329-2.04 2.413t-1.79 1.753q-.195.173-.441.26t-.481.086t-.47-.077M18 5h-2.5q-.213 0-.356-.144T15 4.499t.144-.356T15.5 4H18V1.5q0-.213.144-.356T18.501 1t.356.144T19 1.5V4h2.5q.213 0 .356.144t.144.357t-.144.356T21.5 5H19v2.5q0 .213-.144.356T18.499 8t-.356-.144T18 7.5z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13.143 11.255q.473-.475.473-1.143t-.476-1.14t-1.143-.472t-1.14.476t-.472 1.143t.475 1.14t1.144.472t1.14-.476M11.53 20.48q-.235-.077-.433-.25q-1.067-.981-2.164-2.185q-1.096-1.204-1.99-2.493t-1.468-2.633t-.572-2.622q0-3.173 2.066-5.234Q9.037 3 12 3q.558 0 .894.35q.337.35.337.871V4.5q0 .936.666 1.603q.667.666 1.603.666h.73V7.5q0 .477.17.883q.171.407.483.715q.242.251.537.405q.296.153.634.222q.558.106.752.447q.194.342.194.819q0 .609-.284 1.381q-.283.772-.65 1.497t-.745 1.317t-.569.858q-.979 1.329-2.04 2.413t-1.79 1.753q-.195.173-.441.26t-.481.086t-.47-.077M18 5h-2.5q-.213 0-.356-.144T15 4.499t.144-.356T15.5 4H18V1.5q0-.213.144-.356T18.501 1t.356.144T19 1.5V4h2.5q.213 0 .356.144t.144.357t-.144.356T21.5 5H19v2.5q0 .213-.144.356T18.499 8t-.356-.144T18 7.5z"/></svg> </template>
CSS
.icon-add-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%22M13.143%2011.255q.473-.475.473-1.143t-.476-1.14t-1.143-.472t-1.14.476t-.472%201.143t.475%201.14t1.144.472t1.14-.476M11.53%2020.48q-.235-.077-.433-.25q-1.067-.981-2.164-2.185q-1.096-1.204-1.99-2.493t-1.468-2.633t-.572-2.622q0-3.173%202.066-5.234Q9.037%203%2012%203q.558%200%20.894.35q.337.35.337.871V4.5q0%20.936.666%201.603q.667.666%201.603.666h.73V7.5q0%20.477.17.883q.171.407.483.715q.242.251.537.405q.296.153.634.222q.558.106.752.447q.194.342.194.819q0%20.609-.284%201.381q-.283.772-.65%201.497t-.745%201.317t-.569.858q-.979%201.329-2.04%202.413t-1.79%201.753q-.195.173-.441.26t-.481.086t-.47-.077M18%205h-2.5q-.213%200-.356-.144T15%204.499t.144-.356T15.5%204H18V1.5q0-.213.144-.356T18.501%201t.356.144T19%201.5V4h2.5q.213%200%20.356.144t.144.357t-.144.356T21.5%205H19v2.5q0%20.213-.144.356T18.499%208t-.356-.144T18%207.5z%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%22M13.143%2011.255q.473-.475.473-1.143t-.476-1.14t-1.143-.472t-1.14.476t-.472%201.143t.475%201.14t1.144.472t1.14-.476M11.53%2020.48q-.235-.077-.433-.25q-1.067-.981-2.164-2.185q-1.096-1.204-1.99-2.493t-1.468-2.633t-.572-2.622q0-3.173%202.066-5.234Q9.037%203%2012%203q.558%200%20.894.35q.337.35.337.871V4.5q0%20.936.666%201.603q.667.666%201.603.666h.73V7.5q0%20.477.17.883q.171.407.483.715q.242.251.537.405q.296.153.634.222q.558.106.752.447q.194.342.194.819q0%20.609-.284%201.381q-.283.772-.65%201.497t-.745%201.317t-.569.858q-.979%201.329-2.04%202.413t-1.79%201.753q-.195.173-.441.26t-.481.086t-.47-.077M18%205h-2.5q-.213%200-.356-.144T15%204.499t.144-.356T15.5%204H18V1.5q0-.213.144-.356T18.501%201t.356.144T19%201.5V4h2.5q.213%200%20.356.144t.144.357t-.144.356T21.5%205H19v2.5q0%20.213-.144.356T18.499%208t-.356-.144T18%207.5z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/add-location-alt-rounded.svg?color=%231a73e8&size=48