add location alt icon
add-location-alt-outline from Material Symbols Light by Google · Outline · Maps · Apache-2.0 Free for personal and commercial use.
- Name
- add-location-alt-outline
- Set
- Material Symbols Light
- Style
- Outline
- Category
- Maps
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- add-location-alt-outline-sharp
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="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 3h.308q.154 0 .308.012v1.005q-.154-.011-.3-.024q-.147-.012-.316-.012q-2.621 0-4.359 1.785q-1.737 1.786-1.737 4.53q0 1.852 1.638 4.39T12 19.677q2.78-2.415 4.41-4.905q1.629-2.49 1.686-4.341v-.046h1v.046q-.057 2.192-1.833 4.85T12 21.02m1.143-9.764q.472-.475.472-1.143t-.475-1.14t-1.143-.472t-1.14.476t-.472 1.143t.475 1.14t1.144.472t1.14-.476M18 8h1V5h3V4h-3V1h-1v3h-3v1h3z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightAddLocationAltOutline(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 3h.308q.154 0 .308.012v1.005q-.154-.011-.3-.024q-.147-.012-.316-.012q-2.621 0-4.359 1.785q-1.737 1.786-1.737 4.53q0 1.852 1.638 4.39T12 19.677q2.78-2.415 4.41-4.905q1.629-2.49 1.686-4.341v-.046h1v.046q-.057 2.192-1.833 4.85T12 21.02m1.143-9.764q.472-.475.472-1.143t-.475-1.14t-1.143-.472t-1.14.476t-.472 1.143t.475 1.14t1.144.472t1.14-.476M18 8h1V5h3V4h-3V1h-1v3h-3v1h3z"/></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 3h.308q.154 0 .308.012v1.005q-.154-.011-.3-.024q-.147-.012-.316-.012q-2.621 0-4.359 1.785q-1.737 1.786-1.737 4.53q0 1.852 1.638 4.39T12 19.677q2.78-2.415 4.41-4.905q1.629-2.49 1.686-4.341v-.046h1v.046q-.057 2.192-1.833 4.85T12 21.02m1.143-9.764q.472-.475.472-1.143t-.475-1.14t-1.143-.472t-1.14.476t-.472 1.143t.475 1.14t1.144.472t1.14-.476M18 8h1V5h3V4h-3V1h-1v3h-3v1h3z"/></svg> </template>
CSS
.icon-add-location-alt-outline {
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%203h.308q.154%200%20.308.012v1.005q-.154-.011-.3-.024q-.147-.012-.316-.012q-2.621%200-4.359%201.785q-1.737%201.786-1.737%204.53q0%201.852%201.638%204.39T12%2019.677q2.78-2.415%204.41-4.905q1.629-2.49%201.686-4.341v-.046h1v.046q-.057%202.192-1.833%204.85T12%2021.02m1.143-9.764q.472-.475.472-1.143t-.475-1.14t-1.143-.472t-1.14.476t-.472%201.143t.475%201.14t1.144.472t1.14-.476M18%208h1V5h3V4h-3V1h-1v3h-3v1h3z%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%203h.308q.154%200%20.308.012v1.005q-.154-.011-.3-.024q-.147-.012-.316-.012q-2.621%200-4.359%201.785q-1.737%201.786-1.737%204.53q0%201.852%201.638%204.39T12%2019.677q2.78-2.415%204.41-4.905q1.629-2.49%201.686-4.341v-.046h1v.046q-.057%202.192-1.833%204.85T12%2021.02m1.143-9.764q.472-.475.472-1.143t-.475-1.14t-1.143-.472t-1.14.476t-.472%201.143t.475%201.14t1.144.472t1.14-.476M18%208h1V5h3V4h-3V1h-1v3h-3v1h3z%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-outline.svg?color=%231a73e8&size=48