map pin search icon

map-pin-search from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
map-pin-search
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

The same icon in other sets

Related icons in Huge Icons

Use the map pin search icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="1.5"><path d="M14.996 9.196A3.5 3.5 0 1 0 10.192 14"/><path stroke-linejoin="round" d="m20.996 20.5l-2.147-2.147m0 0a3.43 3.43 0 0 0 1.004-2.424a3.429 3.429 0 1 0-1.004 2.424"/><path d="M20.983 11c.073-1.132-.12-2.334-.67-3.62C18.908 4.1 15.54 2 11.996 2s-6.91 2.1-8.314 5.38c-2.595 6.067 2.727 10.246 6.699 13.987a2.37 2.37 0 0 0 1.616.633"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsMapPinSearch(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeWidth="1.5"><path d="M14.996 9.196A3.5 3.5 0 1 0 10.192 14"/><path strokeLinejoin="round" d="m20.996 20.5l-2.147-2.147m0 0a3.43 3.43 0 0 0 1.004-2.424a3.429 3.429 0 1 0-1.004 2.424"/><path d="M20.983 11c.073-1.132-.12-2.334-.67-3.62C18.908 4.1 15.54 2 11.996 2s-6.91 2.1-8.314 5.38c-2.595 6.067 2.727 10.246 6.699 13.987a2.37 2.37 0 0 0 1.616.633"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="1.5"><path d="M14.996 9.196A3.5 3.5 0 1 0 10.192 14"/><path stroke-linejoin="round" d="m20.996 20.5l-2.147-2.147m0 0a3.43 3.43 0 0 0 1.004-2.424a3.429 3.429 0 1 0-1.004 2.424"/><path d="M20.983 11c.073-1.132-.12-2.334-.67-3.62C18.908 4.1 15.54 2 11.996 2s-6.91 2.1-8.314 5.38c-2.595 6.067 2.727 10.246 6.699 13.987a2.37 2.37 0 0 0 1.616.633"/></g></svg>
</template>

CSS

.icon-map-pin-search {
  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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M14.996%209.196A3.5%203.5%200%201%200%2010.192%2014%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22m20.996%2020.5l-2.147-2.147m0%200a3.43%203.43%200%200%200%201.004-2.424a3.429%203.429%200%201%200-1.004%202.424%22%2F%3E%3Cpath%20d%3D%22M20.983%2011c.073-1.132-.12-2.334-.67-3.62C18.908%204.1%2015.54%202%2011.996%202s-6.91%202.1-8.314%205.38c-2.595%206.067%202.727%2010.246%206.699%2013.987a2.37%202.37%200%200%200%201.616.633%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M14.996%209.196A3.5%203.5%200%201%200%2010.192%2014%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22m20.996%2020.5l-2.147-2.147m0%200a3.43%203.43%200%200%200%201.004-2.424a3.429%203.429%200%201%200-1.004%202.424%22%2F%3E%3Cpath%20d%3D%22M20.983%2011c.073-1.132-.12-2.334-.67-3.62C18.908%204.1%2015.54%202%2011.996%202s-6.91%202.1-8.314%205.38c-2.595%206.067%202.727%2010.246%206.699%2013.987a2.37%202.37%200%200%200%201.616.633%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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