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

Name
add-location-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 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.5 10.5V13q0 .213.144.356t.357.144t.356-.144T12.5 13v-2.5H15q.213 0 .356-.144t.144-.357t-.144-.356T15 9.5h-2.5V7q0-.213-.144-.356t-.357-.144t-.356.144T11.5 7v2.5H9q-.213 0-.356.144t-.144.357t.144.356T9 10.5zm.03 9.979q-.234-.077-.432-.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 3t5.03 2.062q2.066 2.061 2.066 5.234q0 1.279-.572 2.613q-.572 1.333-1.458 2.632q-.885 1.3-1.981 2.494T12.92 20.21q-.193.173-.44.26t-.481.086t-.47-.077"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightAddLocationRounded(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.5 10.5V13q0 .213.144.356t.357.144t.356-.144T12.5 13v-2.5H15q.213 0 .356-.144t.144-.357t-.144-.356T15 9.5h-2.5V7q0-.213-.144-.356t-.357-.144t-.356.144T11.5 7v2.5H9q-.213 0-.356.144t-.144.357t.144.356T9 10.5zm.03 9.979q-.234-.077-.432-.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 3t5.03 2.062q2.066 2.061 2.066 5.234q0 1.279-.572 2.613q-.572 1.333-1.458 2.632q-.885 1.3-1.981 2.494T12.92 20.21q-.193.173-.44.26t-.481.086t-.47-.077"/></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.5 10.5V13q0 .213.144.356t.357.144t.356-.144T12.5 13v-2.5H15q.213 0 .356-.144t.144-.357t-.144-.356T15 9.5h-2.5V7q0-.213-.144-.356t-.357-.144t-.356.144T11.5 7v2.5H9q-.213 0-.356.144t-.144.357t.144.356T9 10.5zm.03 9.979q-.234-.077-.432-.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 3t5.03 2.062q2.066 2.061 2.066 5.234q0 1.279-.572 2.613q-.572 1.333-1.458 2.632q-.885 1.3-1.981 2.494T12.92 20.21q-.193.173-.44.26t-.481.086t-.47-.077"/></svg>
</template>

CSS

.icon-add-location-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.5%2010.5V13q0%20.213.144.356t.357.144t.356-.144T12.5%2013v-2.5H15q.213%200%20.356-.144t.144-.357t-.144-.356T15%209.5h-2.5V7q0-.213-.144-.356t-.357-.144t-.356.144T11.5%207v2.5H9q-.213%200-.356.144t-.144.357t.144.356T9%2010.5zm.03%209.979q-.234-.077-.432-.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%203t5.03%202.062q2.066%202.061%202.066%205.234q0%201.279-.572%202.613q-.572%201.333-1.458%202.632q-.885%201.3-1.981%202.494T12.92%2020.21q-.193.173-.44.26t-.481.086t-.47-.077%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.5%2010.5V13q0%20.213.144.356t.357.144t.356-.144T12.5%2013v-2.5H15q.213%200%20.356-.144t.144-.357t-.144-.356T15%209.5h-2.5V7q0-.213-.144-.356t-.357-.144t-.356.144T11.5%207v2.5H9q-.213%200-.356.144t-.144.357t.144.356T9%2010.5zm.03%209.979q-.234-.077-.432-.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%203t5.03%202.062q2.066%202.061%202.066%205.234q0%201.279-.572%202.613q-.572%201.333-1.458%202.632q-.885%201.3-1.981%202.494T12.92%2020.21q-.193.173-.44.26t-.481.086t-.47-.077%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-rounded.svg?color=%231a73e8&size=48