map point search icon

map-point-search-bold from Solar by 480 Design · Bold · Map · CC-BY-4.0 Attribution required.

Name
map-point-search-bold
Set
Solar
Style
Bold
Category
Map
Viewbox
24×24
License
CC BY 4.0

5 other variants in Solar

More map icons from Solar

Use the map point search icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M12 2C7.58172 2 4 5.64588 4 10.1433C4 14.6055 6.55332 19.8124 10.5371 21.6744C11.4657 22.1085 12.5343 22.1085 13.4629 21.6744C17.4467 19.8124 20 14.6055 20 10.1433C20 5.64588 16.4183 2 12 2ZM8.25 10C8.25 7.92893 9.92893 6.25 12 6.25C14.0711 6.25 15.75 7.92893 15.75 10C15.75 10.7628 15.5217 11.4731 15.1304 12.0653L16.0317 12.9715C16.3238 13.2652 16.3225 13.7401 16.0288 14.0322C15.7351 14.3243 15.2602 14.323 14.9681 14.0293L14.0706 13.1268C13.4774 13.5203 12.7651 13.75 12 13.75C9.92893 13.75 8.25 12.0711 8.25 10ZM9.75 10C9.75 8.75736 10.7574 7.75 12 7.75C13.2426 7.75 14.25 8.75736 14.25 10C14.25 10.6202 14.0001 11.1806 13.5937 11.5883C13.1854 11.9979 12.6229 12.25 12 12.25C10.7574 12.25 9.75 11.2426 9.75 10Z" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function SolarMapPointSearchBold(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" fillRule="evenodd" d="M12 2C7.58172 2 4 5.64588 4 10.1433C4 14.6055 6.55332 19.8124 10.5371 21.6744C11.4657 22.1085 12.5343 22.1085 13.4629 21.6744C17.4467 19.8124 20 14.6055 20 10.1433C20 5.64588 16.4183 2 12 2ZM8.25 10C8.25 7.92893 9.92893 6.25 12 6.25C14.0711 6.25 15.75 7.92893 15.75 10C15.75 10.7628 15.5217 11.4731 15.1304 12.0653L16.0317 12.9715C16.3238 13.2652 16.3225 13.7401 16.0288 14.0322C15.7351 14.3243 15.2602 14.323 14.9681 14.0293L14.0706 13.1268C13.4774 13.5203 12.7651 13.75 12 13.75C9.92893 13.75 8.25 12.0711 8.25 10ZM9.75 10C9.75 8.75736 10.7574 7.75 12 7.75C13.2426 7.75 14.25 8.75736 14.25 10C14.25 10.6202 14.0001 11.1806 13.5937 11.5883C13.1854 11.9979 12.6229 12.25 12 12.25C10.7574 12.25 9.75 11.2426 9.75 10Z" clipRule="evenodd"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M12 2C7.58172 2 4 5.64588 4 10.1433C4 14.6055 6.55332 19.8124 10.5371 21.6744C11.4657 22.1085 12.5343 22.1085 13.4629 21.6744C17.4467 19.8124 20 14.6055 20 10.1433C20 5.64588 16.4183 2 12 2ZM8.25 10C8.25 7.92893 9.92893 6.25 12 6.25C14.0711 6.25 15.75 7.92893 15.75 10C15.75 10.7628 15.5217 11.4731 15.1304 12.0653L16.0317 12.9715C16.3238 13.2652 16.3225 13.7401 16.0288 14.0322C15.7351 14.3243 15.2602 14.323 14.9681 14.0293L14.0706 13.1268C13.4774 13.5203 12.7651 13.75 12 13.75C9.92893 13.75 8.25 12.0711 8.25 10ZM9.75 10C9.75 8.75736 10.7574 7.75 12 7.75C13.2426 7.75 14.25 8.75736 14.25 10C14.25 10.6202 14.0001 11.1806 13.5937 11.5883C13.1854 11.9979 12.6229 12.25 12 12.25C10.7574 12.25 9.75 11.2426 9.75 10Z" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-map-point-search-bold {
  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%20fill-rule%3D%22evenodd%22%20d%3D%22M12%202C7.58172%202%204%205.64588%204%2010.1433C4%2014.6055%206.55332%2019.8124%2010.5371%2021.6744C11.4657%2022.1085%2012.5343%2022.1085%2013.4629%2021.6744C17.4467%2019.8124%2020%2014.6055%2020%2010.1433C20%205.64588%2016.4183%202%2012%202ZM8.25%2010C8.25%207.92893%209.92893%206.25%2012%206.25C14.0711%206.25%2015.75%207.92893%2015.75%2010C15.75%2010.7628%2015.5217%2011.4731%2015.1304%2012.0653L16.0317%2012.9715C16.3238%2013.2652%2016.3225%2013.7401%2016.0288%2014.0322C15.7351%2014.3243%2015.2602%2014.323%2014.9681%2014.0293L14.0706%2013.1268C13.4774%2013.5203%2012.7651%2013.75%2012%2013.75C9.92893%2013.75%208.25%2012.0711%208.25%2010ZM9.75%2010C9.75%208.75736%2010.7574%207.75%2012%207.75C13.2426%207.75%2014.25%208.75736%2014.25%2010C14.25%2010.6202%2014.0001%2011.1806%2013.5937%2011.5883C13.1854%2011.9979%2012.6229%2012.25%2012%2012.25C10.7574%2012.25%209.75%2011.2426%209.75%2010Z%22%20clip-rule%3D%22evenodd%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%20fill-rule%3D%22evenodd%22%20d%3D%22M12%202C7.58172%202%204%205.64588%204%2010.1433C4%2014.6055%206.55332%2019.8124%2010.5371%2021.6744C11.4657%2022.1085%2012.5343%2022.1085%2013.4629%2021.6744C17.4467%2019.8124%2020%2014.6055%2020%2010.1433C20%205.64588%2016.4183%202%2012%202ZM8.25%2010C8.25%207.92893%209.92893%206.25%2012%206.25C14.0711%206.25%2015.75%207.92893%2015.75%2010C15.75%2010.7628%2015.5217%2011.4731%2015.1304%2012.0653L16.0317%2012.9715C16.3238%2013.2652%2016.3225%2013.7401%2016.0288%2014.0322C15.7351%2014.3243%2015.2602%2014.323%2014.9681%2014.0293L14.0706%2013.1268C13.4774%2013.5203%2012.7651%2013.75%2012%2013.75C9.92893%2013.75%208.25%2012.0711%208.25%2010ZM9.75%2010C9.75%208.75736%2010.7574%207.75%2012%207.75C13.2426%207.75%2014.25%208.75736%2014.25%2010C14.25%2010.6202%2014.0001%2011.1806%2013.5937%2011.5883C13.1854%2011.9979%2012.6229%2012.25%2012%2012.25C10.7574%2012.25%209.75%2011.2426%209.75%2010Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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