location searching icon
location-searching-rounded from Material Symbols Light by Google · Rounded · Maps · Apache-2.0 Free for personal and commercial use.
- Name
- location-searching-rounded
- Set
- Material Symbols Light
- Style
- Rounded
- Category
- Maps
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- location-searching-outline-rounded
1 other variant in Material Symbols Light
The same icon in other sets
More maps icons from Material Symbols Light
Use the location searching 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 21v-.961q-3.125-.293-5.16-2.329t-2.328-5.16H3.05q-.213 0-.357-.143t-.143-.357t.143-.357t.357-.143h.962q.292-3.125 2.328-5.16t5.16-2.328V3.1q0-.213.143-.357T12 2.6t.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.328V21q0 .214-.143.357T12 21.5t-.357-.143T11.5 21m5.45-4Q19 14.95 19 12.05T16.95 7.1T12 5.05T7.05 7.1T5 12.05T7.05 17T12 19.05T16.95 17"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightLocationSearchingRounded(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 21v-.961q-3.125-.293-5.16-2.329t-2.328-5.16H3.05q-.213 0-.357-.143t-.143-.357t.143-.357t.357-.143h.962q.292-3.125 2.328-5.16t5.16-2.328V3.1q0-.213.143-.357T12 2.6t.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.328V21q0 .214-.143.357T12 21.5t-.357-.143T11.5 21m5.45-4Q19 14.95 19 12.05T16.95 7.1T12 5.05T7.05 7.1T5 12.05T7.05 17T12 19.05T16.95 17"/></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 21v-.961q-3.125-.293-5.16-2.329t-2.328-5.16H3.05q-.213 0-.357-.143t-.143-.357t.143-.357t.357-.143h.962q.292-3.125 2.328-5.16t5.16-2.328V3.1q0-.213.143-.357T12 2.6t.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.328V21q0 .214-.143.357T12 21.5t-.357-.143T11.5 21m5.45-4Q19 14.95 19 12.05T16.95 7.1T12 5.05T7.05 7.1T5 12.05T7.05 17T12 19.05T16.95 17"/></svg> </template>
CSS
.icon-location-searching-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%2021v-.961q-3.125-.293-5.16-2.329t-2.328-5.16H3.05q-.213%200-.357-.143t-.143-.357t.143-.357t.357-.143h.962q.292-3.125%202.328-5.16t5.16-2.328V3.1q0-.213.143-.357T12%202.6t.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.328V21q0%20.214-.143.357T12%2021.5t-.357-.143T11.5%2021m5.45-4Q19%2014.95%2019%2012.05T16.95%207.1T12%205.05T7.05%207.1T5%2012.05T7.05%2017T12%2019.05T16.95%2017%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%2021v-.961q-3.125-.293-5.16-2.329t-2.328-5.16H3.05q-.213%200-.357-.143t-.143-.357t.143-.357t.357-.143h.962q.292-3.125%202.328-5.16t5.16-2.328V3.1q0-.213.143-.357T12%202.6t.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.328V21q0%20.214-.143.357T12%2021.5t-.357-.143T11.5%2021m5.45-4Q19%2014.95%2019%2012.05T16.95%207.1T12%205.05T7.05%207.1T5%2012.05T7.05%2017T12%2019.05T16.95%2017%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/location-searching-rounded.svg?color=%231a73e8&size=48