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

Name
my-location
Set
Material Symbols
Style
Regular
Category
Maps
Viewbox
24×24
License
Apache 2.0
Aliases
my-location-sharp

3 other variants in Material Symbols

The same icon in other sets

More maps icons from Material Symbols

Use the my 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 22.95v-2q-3.125-.35-5.363-2.587T3.05 13h-2v-2h2q.35-3.125 2.588-5.363T11 3.05v-2h2v2q3.125.35 5.363 2.588T20.95 11h2v2h-2q-.35 3.125-2.587 5.363T13 20.95v2zm5.95-6Q19 14.9 19 12t-2.05-4.95T12 5T7.05 7.05T5 12t2.05 4.95T12 19t4.95-2.05m-7.775-2.125Q8 13.65 8 12t1.175-2.825T12 8t2.825 1.175T16 12t-1.175 2.825T12 16t-2.825-1.175"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsMyLocation(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 22.95v-2q-3.125-.35-5.363-2.587T3.05 13h-2v-2h2q.35-3.125 2.588-5.363T11 3.05v-2h2v2q3.125.35 5.363 2.588T20.95 11h2v2h-2q-.35 3.125-2.587 5.363T13 20.95v2zm5.95-6Q19 14.9 19 12t-2.05-4.95T12 5T7.05 7.05T5 12t2.05 4.95T12 19t4.95-2.05m-7.775-2.125Q8 13.65 8 12t1.175-2.825T12 8t2.825 1.175T16 12t-1.175 2.825T12 16t-2.825-1.175"/></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 22.95v-2q-3.125-.35-5.363-2.587T3.05 13h-2v-2h2q.35-3.125 2.588-5.363T11 3.05v-2h2v2q3.125.35 5.363 2.588T20.95 11h2v2h-2q-.35 3.125-2.587 5.363T13 20.95v2zm5.95-6Q19 14.9 19 12t-2.05-4.95T12 5T7.05 7.05T5 12t2.05 4.95T12 19t4.95-2.05m-7.775-2.125Q8 13.65 8 12t1.175-2.825T12 8t2.825 1.175T16 12t-1.175 2.825T12 16t-2.825-1.175"/></svg>
</template>

CSS

.icon-my-location {
  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%2022.95v-2q-3.125-.35-5.363-2.587T3.05%2013h-2v-2h2q.35-3.125%202.588-5.363T11%203.05v-2h2v2q3.125.35%205.363%202.588T20.95%2011h2v2h-2q-.35%203.125-2.587%205.363T13%2020.95v2zm5.95-6Q19%2014.9%2019%2012t-2.05-4.95T12%205T7.05%207.05T5%2012t2.05%204.95T12%2019t4.95-2.05m-7.775-2.125Q8%2013.65%208%2012t1.175-2.825T12%208t2.825%201.175T16%2012t-1.175%202.825T12%2016t-2.825-1.175%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%2022.95v-2q-3.125-.35-5.363-2.587T3.05%2013h-2v-2h2q.35-3.125%202.588-5.363T11%203.05v-2h2v2q3.125.35%205.363%202.588T20.95%2011h2v2h-2q-.35%203.125-2.587%205.363T13%2020.95v2zm5.95-6Q19%2014.9%2019%2012t-2.05-4.95T12%205T7.05%207.05T5%2012t2.05%204.95T12%2019t4.95-2.05m-7.775-2.125Q8%2013.65%208%2012t1.175-2.825T12%208t2.825%201.175T16%2012t-1.175%202.825T12%2016t-2.825-1.175%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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