my location icon
my-location-rounded from Material Symbols by Google · Rounded · Maps · Apache-2.0 Free for personal and commercial use.
- Name
- my-location-rounded
- Set
- Material Symbols
- Style
- 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 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 21.95v-1q-3.125-.35-5.363-2.587T3.05 13h-1q-.425 0-.712-.288T1.05 12t.288-.712T2.05 11h1q.35-3.125 2.588-5.363T11 3.05v-1q0-.425.288-.712T12 1.05t.713.288t.287.712v1q3.125.35 5.363 2.588T20.95 11h1q.425 0 .713.288t.287.712t-.287.713t-.713.287h-1q-.35 3.125-2.587 5.363T13 20.95v1q0 .425-.288.713T12 22.95t-.712-.287T11 21.95m5.95-5Q19 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 MaterialSymbolsMyLocationRounded(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 21.95v-1q-3.125-.35-5.363-2.587T3.05 13h-1q-.425 0-.712-.288T1.05 12t.288-.712T2.05 11h1q.35-3.125 2.588-5.363T11 3.05v-1q0-.425.288-.712T12 1.05t.713.288t.287.712v1q3.125.35 5.363 2.588T20.95 11h1q.425 0 .713.288t.287.712t-.287.713t-.713.287h-1q-.35 3.125-2.587 5.363T13 20.95v1q0 .425-.288.713T12 22.95t-.712-.287T11 21.95m5.95-5Q19 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 21.95v-1q-3.125-.35-5.363-2.587T3.05 13h-1q-.425 0-.712-.288T1.05 12t.288-.712T2.05 11h1q.35-3.125 2.588-5.363T11 3.05v-1q0-.425.288-.712T12 1.05t.713.288t.287.712v1q3.125.35 5.363 2.588T20.95 11h1q.425 0 .713.288t.287.712t-.287.713t-.713.287h-1q-.35 3.125-2.587 5.363T13 20.95v1q0 .425-.288.713T12 22.95t-.712-.287T11 21.95m5.95-5Q19 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-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%2021.95v-1q-3.125-.35-5.363-2.587T3.05%2013h-1q-.425%200-.712-.288T1.05%2012t.288-.712T2.05%2011h1q.35-3.125%202.588-5.363T11%203.05v-1q0-.425.288-.712T12%201.05t.713.288t.287.712v1q3.125.35%205.363%202.588T20.95%2011h1q.425%200%20.713.288t.287.712t-.287.713t-.713.287h-1q-.35%203.125-2.587%205.363T13%2020.95v1q0%20.425-.288.713T12%2022.95t-.712-.287T11%2021.95m5.95-5Q19%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%2021.95v-1q-3.125-.35-5.363-2.587T3.05%2013h-1q-.425%200-.712-.288T1.05%2012t.288-.712T2.05%2011h1q.35-3.125%202.588-5.363T11%203.05v-1q0-.425.288-.712T12%201.05t.713.288t.287.712v1q3.125.35%205.363%202.588T20.95%2011h1q.425%200%20.713.288t.287.712t-.287.713t-.713.287h-1q-.35%203.125-2.587%205.363T13%2020.95v1q0%20.425-.288.713T12%2022.95t-.712-.287T11%2021.95m5.95-5Q19%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-rounded.svg?color=%231a73e8&size=48