add location alt icon

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

Name
add-location-alt-outline-rounded
Set
Material Symbols
Style
Outline Rounded
Category
Maps
Viewbox
24×24
License
Apache 2.0

3 other variants in Material Symbols

The same icon in other sets

More maps icons from Material Symbols

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.3 21.2q-.35-.125-.625-.375Q9.05 19.325 7.8 17.9t-2.087-2.762t-1.275-2.575T4 10.2q0-2.575 1.3-4.625t3.675-3q.65-.275 1.438-.425t1.562-.175q.425 0 .713.275t.287.7t-.288.738t-.712.312q-.6 0-1.175.113t-1.15.337q-1.75.725-2.7 2.3T6 10.2q0 1.775 1.475 4.063T12 19.35q1.525-1.4 2.65-2.662t1.875-2.413q.5-.775.875-1.588T17.925 11q.1-.575.437-.8t.713-.175t.637.3t.213.675q-.2 1.55-.888 2.913t-1.612 2.612q-1.075 1.425-2.212 2.538t-1.888 1.762q-.275.25-.625.375t-.7.125t-.7-.125m2.113-9.787Q14 10.825 14 10t-.587-1.412T12 8t-1.412.588T10 10t.588 1.413T12 12t1.413-.587M18 5v2q0 .425.288.713T19 8t.713-.288T20 7V5h2q.425 0 .713-.288T23 4t-.288-.712T22 3h-2V1q0-.425-.288-.712T19 0t-.712.288T18 1v2h-2q-.425 0-.712.288T15 4t.288.713T16 5z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsAddLocationAltOutlineRounded(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.3 21.2q-.35-.125-.625-.375Q9.05 19.325 7.8 17.9t-2.087-2.762t-1.275-2.575T4 10.2q0-2.575 1.3-4.625t3.675-3q.65-.275 1.438-.425t1.562-.175q.425 0 .713.275t.287.7t-.288.738t-.712.312q-.6 0-1.175.113t-1.15.337q-1.75.725-2.7 2.3T6 10.2q0 1.775 1.475 4.063T12 19.35q1.525-1.4 2.65-2.662t1.875-2.413q.5-.775.875-1.588T17.925 11q.1-.575.437-.8t.713-.175t.637.3t.213.675q-.2 1.55-.888 2.913t-1.612 2.612q-1.075 1.425-2.212 2.538t-1.888 1.762q-.275.25-.625.375t-.7.125t-.7-.125m2.113-9.787Q14 10.825 14 10t-.587-1.412T12 8t-1.412.588T10 10t.588 1.413T12 12t1.413-.587M18 5v2q0 .425.288.713T19 8t.713-.288T20 7V5h2q.425 0 .713-.288T23 4t-.288-.712T22 3h-2V1q0-.425-.288-.712T19 0t-.712.288T18 1v2h-2q-.425 0-.712.288T15 4t.288.713T16 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.3 21.2q-.35-.125-.625-.375Q9.05 19.325 7.8 17.9t-2.087-2.762t-1.275-2.575T4 10.2q0-2.575 1.3-4.625t3.675-3q.65-.275 1.438-.425t1.562-.175q.425 0 .713.275t.287.7t-.288.738t-.712.312q-.6 0-1.175.113t-1.15.337q-1.75.725-2.7 2.3T6 10.2q0 1.775 1.475 4.063T12 19.35q1.525-1.4 2.65-2.662t1.875-2.413q.5-.775.875-1.588T17.925 11q.1-.575.437-.8t.713-.175t.637.3t.213.675q-.2 1.55-.888 2.913t-1.612 2.612q-1.075 1.425-2.212 2.538t-1.888 1.762q-.275.25-.625.375t-.7.125t-.7-.125m2.113-9.787Q14 10.825 14 10t-.587-1.412T12 8t-1.412.588T10 10t.588 1.413T12 12t1.413-.587M18 5v2q0 .425.288.713T19 8t.713-.288T20 7V5h2q.425 0 .713-.288T23 4t-.288-.712T22 3h-2V1q0-.425-.288-.712T19 0t-.712.288T18 1v2h-2q-.425 0-.712.288T15 4t.288.713T16 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.3%2021.2q-.35-.125-.625-.375Q9.05%2019.325%207.8%2017.9t-2.087-2.762t-1.275-2.575T4%2010.2q0-2.575%201.3-4.625t3.675-3q.65-.275%201.438-.425t1.562-.175q.425%200%20.713.275t.287.7t-.288.738t-.712.312q-.6%200-1.175.113t-1.15.337q-1.75.725-2.7%202.3T6%2010.2q0%201.775%201.475%204.063T12%2019.35q1.525-1.4%202.65-2.662t1.875-2.413q.5-.775.875-1.588T17.925%2011q.1-.575.437-.8t.713-.175t.637.3t.213.675q-.2%201.55-.888%202.913t-1.612%202.612q-1.075%201.425-2.212%202.538t-1.888%201.762q-.275.25-.625.375t-.7.125t-.7-.125m2.113-9.787Q14%2010.825%2014%2010t-.587-1.412T12%208t-1.412.588T10%2010t.588%201.413T12%2012t1.413-.587M18%205v2q0%20.425.288.713T19%208t.713-.288T20%207V5h2q.425%200%20.713-.288T23%204t-.288-.712T22%203h-2V1q0-.425-.288-.712T19%200t-.712.288T18%201v2h-2q-.425%200-.712.288T15%204t.288.713T16%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.3%2021.2q-.35-.125-.625-.375Q9.05%2019.325%207.8%2017.9t-2.087-2.762t-1.275-2.575T4%2010.2q0-2.575%201.3-4.625t3.675-3q.65-.275%201.438-.425t1.562-.175q.425%200%20.713.275t.287.7t-.288.738t-.712.312q-.6%200-1.175.113t-1.15.337q-1.75.725-2.7%202.3T6%2010.2q0%201.775%201.475%204.063T12%2019.35q1.525-1.4%202.65-2.662t1.875-2.413q.5-.775.875-1.588T17.925%2011q.1-.575.437-.8t.713-.175t.637.3t.213.675q-.2%201.55-.888%202.913t-1.612%202.612q-1.075%201.425-2.212%202.538t-1.888%201.762q-.275.25-.625.375t-.7.125t-.7-.125m2.113-9.787Q14%2010.825%2014%2010t-.587-1.412T12%208t-1.412.588T10%2010t.588%201.413T12%2012t1.413-.587M18%205v2q0%20.425.288.713T19%208t.713-.288T20%207V5h2q.425%200%20.713-.288T23%204t-.288-.712T22%203h-2V1q0-.425-.288-.712T19%200t-.712.288T18%201v2h-2q-.425%200-.712.288T15%204t.288.713T16%205z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/add-location-alt-outline-rounded.svg?color=%231a73e8&size=48