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

Name
my-location-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 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.5 20.95v-.961q-3.125-.293-5.16-2.328q-2.036-2.036-2.328-5.161H3.05q-.213 0-.357-.143T2.55 12t.143-.357t.357-.143h.962q.292-3.125 2.328-5.16t5.16-2.328V3.05q0-.213.143-.357T12 2.55t.357.143t.143.357v.962q3.125.292 5.16 2.328t2.329 5.16h.961q.214 0 .357.143t.143.357t-.143.357t-.357.143h-.961q-.293 3.125-2.328 5.16q-2.036 2.036-5.161 2.329v.961q0 .214-.143.357T12 21.45t-.357-.143t-.143-.357m5.45-4Q19 14.9 19 12t-2.05-4.95T12 5T7.05 7.05T5 12t2.05 4.95T12 19t4.95-2.05m-7.073-2.827Q9 13.246 9 12t.877-2.123T12 9t2.123.877T15 12t-.877 2.123T12 15t-2.123-.877m3.536-.71Q14 12.825 14 12t-.587-1.412T12 10t-1.412.588T10 12t.588 1.413T12 14t1.413-.587M12 12"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightMyLocationOutlineRounded(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 20.95v-.961q-3.125-.293-5.16-2.328q-2.036-2.036-2.328-5.161H3.05q-.213 0-.357-.143T2.55 12t.143-.357t.357-.143h.962q.292-3.125 2.328-5.16t5.16-2.328V3.05q0-.213.143-.357T12 2.55t.357.143t.143.357v.962q3.125.292 5.16 2.328t2.329 5.16h.961q.214 0 .357.143t.143.357t-.143.357t-.357.143h-.961q-.293 3.125-2.328 5.16q-2.036 2.036-5.161 2.329v.961q0 .214-.143.357T12 21.45t-.357-.143t-.143-.357m5.45-4Q19 14.9 19 12t-2.05-4.95T12 5T7.05 7.05T5 12t2.05 4.95T12 19t4.95-2.05m-7.073-2.827Q9 13.246 9 12t.877-2.123T12 9t2.123.877T15 12t-.877 2.123T12 15t-2.123-.877m3.536-.71Q14 12.825 14 12t-.587-1.412T12 10t-1.412.588T10 12t.588 1.413T12 14t1.413-.587M12 12"/></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 20.95v-.961q-3.125-.293-5.16-2.328q-2.036-2.036-2.328-5.161H3.05q-.213 0-.357-.143T2.55 12t.143-.357t.357-.143h.962q.292-3.125 2.328-5.16t5.16-2.328V3.05q0-.213.143-.357T12 2.55t.357.143t.143.357v.962q3.125.292 5.16 2.328t2.329 5.16h.961q.214 0 .357.143t.143.357t-.143.357t-.357.143h-.961q-.293 3.125-2.328 5.16q-2.036 2.036-5.161 2.329v.961q0 .214-.143.357T12 21.45t-.357-.143t-.143-.357m5.45-4Q19 14.9 19 12t-2.05-4.95T12 5T7.05 7.05T5 12t2.05 4.95T12 19t4.95-2.05m-7.073-2.827Q9 13.246 9 12t.877-2.123T12 9t2.123.877T15 12t-.877 2.123T12 15t-2.123-.877m3.536-.71Q14 12.825 14 12t-.587-1.412T12 10t-1.412.588T10 12t.588 1.413T12 14t1.413-.587M12 12"/></svg>
</template>

CSS

.icon-my-location-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.5%2020.95v-.961q-3.125-.293-5.16-2.328q-2.036-2.036-2.328-5.161H3.05q-.213%200-.357-.143T2.55%2012t.143-.357t.357-.143h.962q.292-3.125%202.328-5.16t5.16-2.328V3.05q0-.213.143-.357T12%202.55t.357.143t.143.357v.962q3.125.292%205.16%202.328t2.329%205.16h.961q.214%200%20.357.143t.143.357t-.143.357t-.357.143h-.961q-.293%203.125-2.328%205.16q-2.036%202.036-5.161%202.329v.961q0%20.214-.143.357T12%2021.45t-.357-.143t-.143-.357m5.45-4Q19%2014.9%2019%2012t-2.05-4.95T12%205T7.05%207.05T5%2012t2.05%204.95T12%2019t4.95-2.05m-7.073-2.827Q9%2013.246%209%2012t.877-2.123T12%209t2.123.877T15%2012t-.877%202.123T12%2015t-2.123-.877m3.536-.71Q14%2012.825%2014%2012t-.587-1.412T12%2010t-1.412.588T10%2012t.588%201.413T12%2014t1.413-.587M12%2012%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%2020.95v-.961q-3.125-.293-5.16-2.328q-2.036-2.036-2.328-5.161H3.05q-.213%200-.357-.143T2.55%2012t.143-.357t.357-.143h.962q.292-3.125%202.328-5.16t5.16-2.328V3.05q0-.213.143-.357T12%202.55t.357.143t.143.357v.962q3.125.292%205.16%202.328t2.329%205.16h.961q.214%200%20.357.143t.143.357t-.143.357t-.357.143h-.961q-.293%203.125-2.328%205.16q-2.036%202.036-5.161%202.329v.961q0%20.214-.143.357T12%2021.45t-.357-.143t-.143-.357m5.45-4Q19%2014.9%2019%2012t-2.05-4.95T12%205T7.05%207.05T5%2012t2.05%204.95T12%2019t4.95-2.05m-7.073-2.827Q9%2013.246%209%2012t.877-2.123T12%209t2.123.877T15%2012t-.877%202.123T12%2015t-2.123-.877m3.536-.71Q14%2012.825%2014%2012t-.587-1.412T12%2010t-1.412.588T10%2012t.588%201.413T12%2014t1.413-.587M12%2012%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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