globe pointer icon

globe-pointer from Reicon by REICON · Outline · Map · MIT Free for personal and commercial use.

Name
globe-pointer
Set
Reicon
Style
Outline
Category
Map
Viewbox
24×24
License
MIT

1 other variant in Reicon

More map icons from Reicon

Use the globe pointer 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-linejoin="round" stroke-width="1.5"><path d="M12.565 21.589a10 10 0 0 1-1.232.078c-5.338 0-9.666-4.328-9.666-9.667s4.328-9.667 9.666-9.667A9.667 9.667 0 0 1 21 12q0 .175-.006.349"/><path d="m14.835 14.357l7.92 2.894a.373.373 0 0 1-.015.705l-3.625 1.16l-1.16 3.625a.373.373 0 0 1-.706.015l-2.893-7.92a.373.373 0 0 1 .479-.479"/><path d="M21 12c0-2.21-4.328-4-9.667-4s-9.666 1.79-9.666 4c0 2.096 3.896 3.816 8.857 3.986"/><path d="M15.277 10.377c-.32-4.566-1.964-8.044-3.944-8.044c-2.209 0-4 4.328-4 9.667s1.791 9.667 4 9.667"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconGlobePointer(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" strokeLinejoin="round" strokeWidth="1.5"><path d="M12.565 21.589a10 10 0 0 1-1.232.078c-5.338 0-9.666-4.328-9.666-9.667s4.328-9.667 9.666-9.667A9.667 9.667 0 0 1 21 12q0 .175-.006.349"/><path d="m14.835 14.357l7.92 2.894a.373.373 0 0 1-.015.705l-3.625 1.16l-1.16 3.625a.373.373 0 0 1-.706.015l-2.893-7.92a.373.373 0 0 1 .479-.479"/><path d="M21 12c0-2.21-4.328-4-9.667-4s-9.666 1.79-9.666 4c0 2.096 3.896 3.816 8.857 3.986"/><path d="M15.277 10.377c-.32-4.566-1.964-8.044-3.944-8.044c-2.209 0-4 4.328-4 9.667s1.791 9.667 4 9.667"/></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-linejoin="round" stroke-width="1.5"><path d="M12.565 21.589a10 10 0 0 1-1.232.078c-5.338 0-9.666-4.328-9.666-9.667s4.328-9.667 9.666-9.667A9.667 9.667 0 0 1 21 12q0 .175-.006.349"/><path d="m14.835 14.357l7.92 2.894a.373.373 0 0 1-.015.705l-3.625 1.16l-1.16 3.625a.373.373 0 0 1-.706.015l-2.893-7.92a.373.373 0 0 1 .479-.479"/><path d="M21 12c0-2.21-4.328-4-9.667-4s-9.666 1.79-9.666 4c0 2.096 3.896 3.816 8.857 3.986"/><path d="M15.277 10.377c-.32-4.566-1.964-8.044-3.944-8.044c-2.209 0-4 4.328-4 9.667s1.791 9.667 4 9.667"/></g></svg>
</template>

CSS

.icon-globe-pointer {
  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-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M12.565%2021.589a10%2010%200%200%201-1.232.078c-5.338%200-9.666-4.328-9.666-9.667s4.328-9.667%209.666-9.667A9.667%209.667%200%200%201%2021%2012q0%20.175-.006.349%22%2F%3E%3Cpath%20d%3D%22m14.835%2014.357l7.92%202.894a.373.373%200%200%201-.015.705l-3.625%201.16l-1.16%203.625a.373.373%200%200%201-.706.015l-2.893-7.92a.373.373%200%200%201%20.479-.479%22%2F%3E%3Cpath%20d%3D%22M21%2012c0-2.21-4.328-4-9.667-4s-9.666%201.79-9.666%204c0%202.096%203.896%203.816%208.857%203.986%22%2F%3E%3Cpath%20d%3D%22M15.277%2010.377c-.32-4.566-1.964-8.044-3.944-8.044c-2.209%200-4%204.328-4%209.667s1.791%209.667%204%209.667%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-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M12.565%2021.589a10%2010%200%200%201-1.232.078c-5.338%200-9.666-4.328-9.666-9.667s4.328-9.667%209.666-9.667A9.667%209.667%200%200%201%2021%2012q0%20.175-.006.349%22%2F%3E%3Cpath%20d%3D%22m14.835%2014.357l7.92%202.894a.373.373%200%200%201-.015.705l-3.625%201.16l-1.16%203.625a.373.373%200%200%201-.706.015l-2.893-7.92a.373.373%200%200%201%20.479-.479%22%2F%3E%3Cpath%20d%3D%22M21%2012c0-2.21-4.328-4-9.667-4s-9.666%201.79-9.666%204c0%202.096%203.896%203.816%208.857%203.986%22%2F%3E%3Cpath%20d%3D%22M15.277%2010.377c-.32-4.566-1.964-8.044-3.944-8.044c-2.209%200-4%204.328-4%209.667s1.791%209.667%204%209.667%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/globe-pointer.svg?color=%231a73e8&size=48