map-search-rounded from Material Symbols by Google · Rounded · Maps · Apache-2.0 Free for personal and commercial use.

Name
map-search-rounded
Set
Material Symbols
Style
Rounded
Category
Maps
Viewbox
24×24
License
Apache 2.0

5 other variants in Material Symbols

The same icon in other sets

More maps icons from Material Symbols

Use the map search icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17.413 17.5q.562-.5.587-1.5q.025-.85-.562-1.425T16 14t-1.425.575T14 16t.575 1.425T16 18t1.413-.5M16 20q-1.65 0-2.825-1.175T12 16t1.175-2.825T16 12t2.825 1.175T20 16q0 .575-.137 1.088t-.413.962l1.85 1.85q.275.275.275.7t-.275.7t-.7.275t-.7-.275l-1.85-1.85q-.45.275-.962.413T16 20m-11.65.7q-.5.2-.925-.112T3 19.75v-14q0-.325.188-.575T3.7 4.8l4.65-1.575Q8.675 3.1 9 3.1t.65.125L15 5.1l4.65-1.8q.5-.2.925.113T21 4.25V11q0 .425-.4.575t-.725-.15q-.825-.7-1.812-1.063T16 10h-.425q-.225 0-.425.05q-.45.05-.8-.213T14 9.15v-2.3l-4-1.4v12.025q0 .475-.262.85t-.688.55z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsMapSearchRounded(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="M17.413 17.5q.562-.5.587-1.5q.025-.85-.562-1.425T16 14t-1.425.575T14 16t.575 1.425T16 18t1.413-.5M16 20q-1.65 0-2.825-1.175T12 16t1.175-2.825T16 12t2.825 1.175T20 16q0 .575-.137 1.088t-.413.962l1.85 1.85q.275.275.275.7t-.275.7t-.7.275t-.7-.275l-1.85-1.85q-.45.275-.962.413T16 20m-11.65.7q-.5.2-.925-.112T3 19.75v-14q0-.325.188-.575T3.7 4.8l4.65-1.575Q8.675 3.1 9 3.1t.65.125L15 5.1l4.65-1.8q.5-.2.925.113T21 4.25V11q0 .425-.4.575t-.725-.15q-.825-.7-1.812-1.063T16 10h-.425q-.225 0-.425.05q-.45.05-.8-.213T14 9.15v-2.3l-4-1.4v12.025q0 .475-.262.85t-.688.55z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17.413 17.5q.562-.5.587-1.5q.025-.85-.562-1.425T16 14t-1.425.575T14 16t.575 1.425T16 18t1.413-.5M16 20q-1.65 0-2.825-1.175T12 16t1.175-2.825T16 12t2.825 1.175T20 16q0 .575-.137 1.088t-.413.962l1.85 1.85q.275.275.275.7t-.275.7t-.7.275t-.7-.275l-1.85-1.85q-.45.275-.962.413T16 20m-11.65.7q-.5.2-.925-.112T3 19.75v-14q0-.325.188-.575T3.7 4.8l4.65-1.575Q8.675 3.1 9 3.1t.65.125L15 5.1l4.65-1.8q.5-.2.925.113T21 4.25V11q0 .425-.4.575t-.725-.15q-.825-.7-1.812-1.063T16 10h-.425q-.225 0-.425.05q-.45.05-.8-.213T14 9.15v-2.3l-4-1.4v12.025q0 .475-.262.85t-.688.55z"/></svg>
</template>

CSS

.icon-map-search-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%22M17.413%2017.5q.562-.5.587-1.5q.025-.85-.562-1.425T16%2014t-1.425.575T14%2016t.575%201.425T16%2018t1.413-.5M16%2020q-1.65%200-2.825-1.175T12%2016t1.175-2.825T16%2012t2.825%201.175T20%2016q0%20.575-.137%201.088t-.413.962l1.85%201.85q.275.275.275.7t-.275.7t-.7.275t-.7-.275l-1.85-1.85q-.45.275-.962.413T16%2020m-11.65.7q-.5.2-.925-.112T3%2019.75v-14q0-.325.188-.575T3.7%204.8l4.65-1.575Q8.675%203.1%209%203.1t.65.125L15%205.1l4.65-1.8q.5-.2.925.113T21%204.25V11q0%20.425-.4.575t-.725-.15q-.825-.7-1.812-1.063T16%2010h-.425q-.225%200-.425.05q-.45.05-.8-.213T14%209.15v-2.3l-4-1.4v12.025q0%20.475-.262.85t-.688.55z%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%22M17.413%2017.5q.562-.5.587-1.5q.025-.85-.562-1.425T16%2014t-1.425.575T14%2016t.575%201.425T16%2018t1.413-.5M16%2020q-1.65%200-2.825-1.175T12%2016t1.175-2.825T16%2012t2.825%201.175T20%2016q0%20.575-.137%201.088t-.413.962l1.85%201.85q.275.275.275.7t-.275.7t-.7.275t-.7-.275l-1.85-1.85q-.45.275-.962.413T16%2020m-11.65.7q-.5.2-.925-.112T3%2019.75v-14q0-.325.188-.575T3.7%204.8l4.65-1.575Q8.675%203.1%209%203.1t.65.125L15%205.1l4.65-1.8q.5-.2.925.113T21%204.25V11q0%20.425-.4.575t-.725-.15q-.825-.7-1.812-1.063T16%2010h-.425q-.225%200-.425.05q-.45.05-.8-.213T14%209.15v-2.3l-4-1.4v12.025q0%20.475-.262.85t-.688.55z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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