explore-nearby from Material Symbols Light by Google · Regular · Maps · Apache-2.0 Free for personal and commercial use.

Name
explore-nearby
Set
Material Symbols Light
Style
Regular
Category
Maps
Viewbox
24×24
License
Apache 2.0
Aliases
explore-nearby-rounded, explore-nearby-sharp

1 other variant in Material Symbols Light

The same icon in other sets

More maps icons from Material Symbols Light

Use the explore nearby icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.245 17.013q.114-.064.176-.192l.083-.192q.535-1.008 1.363-1.723q.829-.716 1.466-1.663q.319-.484.503-1.072q.183-.588.183-1.2q0-1.664-1.153-2.843T12.05 6.923q-1.617-.025-2.815 1.113q-1.198 1.139-1.25 2.779q-.035.681.139 1.29q.174.61.522 1.133q.637.947 1.487 1.652t1.359 1.736l.085.19q.064.13.181.195q.117.066.245.066t.242-.064m-1.436-4.88q-.501-.5-.501-1.19q0-.691.5-1.192Q11.31 9.25 12 9.25t1.191.501t.501 1.191t-.5 1.192q-.502.5-1.192.5t-1.191-.5M12.003 21q-1.866 0-3.51-.708q-1.643-.709-2.859-1.924t-1.925-2.856T3 12.003t.709-3.51Q4.417 6.85 5.63 5.634t2.857-1.925T11.997 3t3.51.709q1.643.708 2.859 1.922t1.925 2.857t.709 3.509t-.708 3.51t-1.924 2.859t-2.856 1.925t-3.509.709"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightExploreNearby(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="M12.245 17.013q.114-.064.176-.192l.083-.192q.535-1.008 1.363-1.723q.829-.716 1.466-1.663q.319-.484.503-1.072q.183-.588.183-1.2q0-1.664-1.153-2.843T12.05 6.923q-1.617-.025-2.815 1.113q-1.198 1.139-1.25 2.779q-.035.681.139 1.29q.174.61.522 1.133q.637.947 1.487 1.652t1.359 1.736l.085.19q.064.13.181.195q.117.066.245.066t.242-.064m-1.436-4.88q-.501-.5-.501-1.19q0-.691.5-1.192Q11.31 9.25 12 9.25t1.191.501t.501 1.191t-.5 1.192q-.502.5-1.192.5t-1.191-.5M12.003 21q-1.866 0-3.51-.708q-1.643-.709-2.859-1.924t-1.925-2.856T3 12.003t.709-3.51Q4.417 6.85 5.63 5.634t2.857-1.925T11.997 3t3.51.709q1.643.708 2.859 1.922t1.925 2.857t.709 3.509t-.708 3.51t-1.924 2.859t-2.856 1.925t-3.509.709"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.245 17.013q.114-.064.176-.192l.083-.192q.535-1.008 1.363-1.723q.829-.716 1.466-1.663q.319-.484.503-1.072q.183-.588.183-1.2q0-1.664-1.153-2.843T12.05 6.923q-1.617-.025-2.815 1.113q-1.198 1.139-1.25 2.779q-.035.681.139 1.29q.174.61.522 1.133q.637.947 1.487 1.652t1.359 1.736l.085.19q.064.13.181.195q.117.066.245.066t.242-.064m-1.436-4.88q-.501-.5-.501-1.19q0-.691.5-1.192Q11.31 9.25 12 9.25t1.191.501t.501 1.191t-.5 1.192q-.502.5-1.192.5t-1.191-.5M12.003 21q-1.866 0-3.51-.708q-1.643-.709-2.859-1.924t-1.925-2.856T3 12.003t.709-3.51Q4.417 6.85 5.63 5.634t2.857-1.925T11.997 3t3.51.709q1.643.708 2.859 1.922t1.925 2.857t.709 3.509t-.708 3.51t-1.924 2.859t-2.856 1.925t-3.509.709"/></svg>
</template>

CSS

.icon-explore-nearby {
  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%22M12.245%2017.013q.114-.064.176-.192l.083-.192q.535-1.008%201.363-1.723q.829-.716%201.466-1.663q.319-.484.503-1.072q.183-.588.183-1.2q0-1.664-1.153-2.843T12.05%206.923q-1.617-.025-2.815%201.113q-1.198%201.139-1.25%202.779q-.035.681.139%201.29q.174.61.522%201.133q.637.947%201.487%201.652t1.359%201.736l.085.19q.064.13.181.195q.117.066.245.066t.242-.064m-1.436-4.88q-.501-.5-.501-1.19q0-.691.5-1.192Q11.31%209.25%2012%209.25t1.191.501t.501%201.191t-.5%201.192q-.502.5-1.192.5t-1.191-.5M12.003%2021q-1.866%200-3.51-.708q-1.643-.709-2.859-1.924t-1.925-2.856T3%2012.003t.709-3.51Q4.417%206.85%205.63%205.634t2.857-1.925T11.997%203t3.51.709q1.643.708%202.859%201.922t1.925%202.857t.709%203.509t-.708%203.51t-1.924%202.859t-2.856%201.925t-3.509.709%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%22M12.245%2017.013q.114-.064.176-.192l.083-.192q.535-1.008%201.363-1.723q.829-.716%201.466-1.663q.319-.484.503-1.072q.183-.588.183-1.2q0-1.664-1.153-2.843T12.05%206.923q-1.617-.025-2.815%201.113q-1.198%201.139-1.25%202.779q-.035.681.139%201.29q.174.61.522%201.133q.637.947%201.487%201.652t1.359%201.736l.085.19q.064.13.181.195q.117.066.245.066t.242-.064m-1.436-4.88q-.501-.5-.501-1.19q0-.691.5-1.192Q11.31%209.25%2012%209.25t1.191.501t.501%201.191t-.5%201.192q-.502.5-1.192.5t-1.191-.5M12.003%2021q-1.866%200-3.51-.708q-1.643-.709-2.859-1.924t-1.925-2.856T3%2012.003t.709-3.51Q4.417%206.85%205.63%205.634t2.857-1.925T11.997%203t3.51.709q1.643.708%202.859%201.922t1.925%202.857t.709%203.509t-.708%203.51t-1.924%202.859t-2.856%201.925t-3.509.709%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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