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

Name
add-location-alt-outline-rounded
Set
Material Symbols Light
Style
Outline 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="M11.53 20.479q-.234-.077-.432-.25q-1.067-.981-2.164-2.185q-1.095-1.203-1.99-2.493t-1.468-2.633t-.572-2.622q0-2.229 1.137-4.057q1.136-1.83 3.184-2.683q.708-.314 1.418-.425t1.466-.137q.213 0 .357.14t.144.353t-.144.364T12.11 4q-.653 0-1.279.093t-1.258.357q-1.789.744-2.729 2.339t-.94 3.507q0 1.852 1.638 4.39T12 19.677q1.39-1.208 2.506-2.451t1.904-2.451q.673-1.044 1.096-2.03t.554-1.86q.042-.287.206-.406q.165-.12.348-.088q.182.03.33.155q.147.125.116.339q-.143 1.357-.801 2.68t-1.545 2.537q-.98 1.31-2.02 2.374T12.92 20.21q-.193.173-.44.26t-.481.086t-.47-.077m1.613-9.224q.472-.475.472-1.143t-.475-1.14t-1.143-.472t-1.14.476t-.472 1.143t.475 1.14t1.144.472t1.14-.476M18 5v2.5q0 .213.144.356t.357.144t.356-.144T19 7.5V5h2.5q.213 0 .356-.144T22 4.499t-.144-.356T21.5 4H19V1.5q0-.213-.144-.356T18.499 1t-.356.144T18 1.5V4h-2.5q-.213 0-.356.144T15 4.501t.144.356T15.5 5z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightAddLocationAltOutlineRounded(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.479q-.234-.077-.432-.25q-1.067-.981-2.164-2.185q-1.095-1.203-1.99-2.493t-1.468-2.633t-.572-2.622q0-2.229 1.137-4.057q1.136-1.83 3.184-2.683q.708-.314 1.418-.425t1.466-.137q.213 0 .357.14t.144.353t-.144.364T12.11 4q-.653 0-1.279.093t-1.258.357q-1.789.744-2.729 2.339t-.94 3.507q0 1.852 1.638 4.39T12 19.677q1.39-1.208 2.506-2.451t1.904-2.451q.673-1.044 1.096-2.03t.554-1.86q.042-.287.206-.406q.165-.12.348-.088q.182.03.33.155q.147.125.116.339q-.143 1.357-.801 2.68t-1.545 2.537q-.98 1.31-2.02 2.374T12.92 20.21q-.193.173-.44.26t-.481.086t-.47-.077m1.613-9.224q.472-.475.472-1.143t-.475-1.14t-1.143-.472t-1.14.476t-.472 1.143t.475 1.14t1.144.472t1.14-.476M18 5v2.5q0 .213.144.356t.357.144t.356-.144T19 7.5V5h2.5q.213 0 .356-.144T22 4.499t-.144-.356T21.5 4H19V1.5q0-.213-.144-.356T18.499 1t-.356.144T18 1.5V4h-2.5q-.213 0-.356.144T15 4.501t.144.356T15.5 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="M11.53 20.479q-.234-.077-.432-.25q-1.067-.981-2.164-2.185q-1.095-1.203-1.99-2.493t-1.468-2.633t-.572-2.622q0-2.229 1.137-4.057q1.136-1.83 3.184-2.683q.708-.314 1.418-.425t1.466-.137q.213 0 .357.14t.144.353t-.144.364T12.11 4q-.653 0-1.279.093t-1.258.357q-1.789.744-2.729 2.339t-.94 3.507q0 1.852 1.638 4.39T12 19.677q1.39-1.208 2.506-2.451t1.904-2.451q.673-1.044 1.096-2.03t.554-1.86q.042-.287.206-.406q.165-.12.348-.088q.182.03.33.155q.147.125.116.339q-.143 1.357-.801 2.68t-1.545 2.537q-.98 1.31-2.02 2.374T12.92 20.21q-.193.173-.44.26t-.481.086t-.47-.077m1.613-9.224q.472-.475.472-1.143t-.475-1.14t-1.143-.472t-1.14.476t-.472 1.143t.475 1.14t1.144.472t1.14-.476M18 5v2.5q0 .213.144.356t.357.144t.356-.144T19 7.5V5h2.5q.213 0 .356-.144T22 4.499t-.144-.356T21.5 4H19V1.5q0-.213-.144-.356T18.499 1t-.356.144T18 1.5V4h-2.5q-.213 0-.356.144T15 4.501t.144.356T15.5 5z"/></svg>
</template>

CSS

.icon-add-location-alt-outline-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.479q-.234-.077-.432-.25q-1.067-.981-2.164-2.185q-1.095-1.203-1.99-2.493t-1.468-2.633t-.572-2.622q0-2.229%201.137-4.057q1.136-1.83%203.184-2.683q.708-.314%201.418-.425t1.466-.137q.213%200%20.357.14t.144.353t-.144.364T12.11%204q-.653%200-1.279.093t-1.258.357q-1.789.744-2.729%202.339t-.94%203.507q0%201.852%201.638%204.39T12%2019.677q1.39-1.208%202.506-2.451t1.904-2.451q.673-1.044%201.096-2.03t.554-1.86q.042-.287.206-.406q.165-.12.348-.088q.182.03.33.155q.147.125.116.339q-.143%201.357-.801%202.68t-1.545%202.537q-.98%201.31-2.02%202.374T12.92%2020.21q-.193.173-.44.26t-.481.086t-.47-.077m1.613-9.224q.472-.475.472-1.143t-.475-1.14t-1.143-.472t-1.14.476t-.472%201.143t.475%201.14t1.144.472t1.14-.476M18%205v2.5q0%20.213.144.356t.357.144t.356-.144T19%207.5V5h2.5q.213%200%20.356-.144T22%204.499t-.144-.356T21.5%204H19V1.5q0-.213-.144-.356T18.499%201t-.356.144T18%201.5V4h-2.5q-.213%200-.356.144T15%204.501t.144.356T15.5%205z%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.479q-.234-.077-.432-.25q-1.067-.981-2.164-2.185q-1.095-1.203-1.99-2.493t-1.468-2.633t-.572-2.622q0-2.229%201.137-4.057q1.136-1.83%203.184-2.683q.708-.314%201.418-.425t1.466-.137q.213%200%20.357.14t.144.353t-.144.364T12.11%204q-.653%200-1.279.093t-1.258.357q-1.789.744-2.729%202.339t-.94%203.507q0%201.852%201.638%204.39T12%2019.677q1.39-1.208%202.506-2.451t1.904-2.451q.673-1.044%201.096-2.03t.554-1.86q.042-.287.206-.406q.165-.12.348-.088q.182.03.33.155q.147.125.116.339q-.143%201.357-.801%202.68t-1.545%202.537q-.98%201.31-2.02%202.374T12.92%2020.21q-.193.173-.44.26t-.481.086t-.47-.077m1.613-9.224q.472-.475.472-1.143t-.475-1.14t-1.143-.472t-1.14.476t-.472%201.143t.475%201.14t1.144.472t1.14-.476M18%205v2.5q0%20.213.144.356t.357.144t.356-.144T19%207.5V5h2.5q.213%200%20.356-.144T22%204.499t-.144-.356T21.5%204H19V1.5q0-.213-.144-.356T18.499%201t-.356.144T18%201.5V4h-2.5q-.213%200-.356.144T15%204.501t.144.356T15.5%205z%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-rounded.svg?color=%231a73e8&size=48