add-location-alt from Material Symbols Light by Google · Regular · Maps · Apache-2.0 Free for personal and commercial use.

Name
add-location-alt
Set
Material Symbols Light
Style
Regular
Category
Maps
Viewbox
24×24
License
Apache 2.0
Aliases
add-location-alt-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="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-.476M12 21.02q-3.525-3.117-5.31-5.814q-1.786-2.697-1.786-4.909q0-3.173 2.066-5.234Q9.037 3 12 3q.327 0 .625.024t.606.092v3.653h3v3h2.848q.011.121.014.258t.003.27q0 2.21-1.785 4.908q-1.786 2.697-5.311 5.814M18 8V5h-3V4h3V1h1v3h3v1h-3v3z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightAddLocationAlt(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-.476M12 21.02q-3.525-3.117-5.31-5.814q-1.786-2.697-1.786-4.909q0-3.173 2.066-5.234Q9.037 3 12 3q.327 0 .625.024t.606.092v3.653h3v3h2.848q.011.121.014.258t.003.27q0 2.21-1.785 4.908q-1.786 2.697-5.311 5.814M18 8V5h-3V4h3V1h1v3h3v1h-3v3z"/></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-.476M12 21.02q-3.525-3.117-5.31-5.814q-1.786-2.697-1.786-4.909q0-3.173 2.066-5.234Q9.037 3 12 3q.327 0 .625.024t.606.092v3.653h3v3h2.848q.011.121.014.258t.003.27q0 2.21-1.785 4.908q-1.786 2.697-5.311 5.814M18 8V5h-3V4h3V1h1v3h3v1h-3v3z"/></svg>
</template>

CSS

.icon-add-location-alt {
  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-.476M12%2021.02q-3.525-3.117-5.31-5.814q-1.786-2.697-1.786-4.909q0-3.173%202.066-5.234Q9.037%203%2012%203q.327%200%20.625.024t.606.092v3.653h3v3h2.848q.011.121.014.258t.003.27q0%202.21-1.785%204.908q-1.786%202.697-5.311%205.814M18%208V5h-3V4h3V1h1v3h3v1h-3v3z%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-.476M12%2021.02q-3.525-3.117-5.31-5.814q-1.786-2.697-1.786-4.909q0-3.173%202.066-5.234Q9.037%203%2012%203q.327%200%20.625.024t.606.092v3.653h3v3h2.848q.011.121.014.258t.003.27q0%202.21-1.785%204.908q-1.786%202.697-5.311%205.814M18%208V5h-3V4h3V1h1v3h3v1h-3v3z%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.svg?color=%231a73e8&size=48