Point On Map Perspective icon in outline, twotone, bold and bulk. Free in all four styles, for maps, places, gps, routes, delivery tracking. Copy the SVG, the React, Vue or Svelte component, or download a PNG.
import { IconPointOnMapPerspective } from "@devigner-ui/icons";
<IconPointOnMapPerspective className="size-6" />
<script setup>
import { IconPointOnMapPerspective } from "@devigner-ui/icons-vue";
</script>
<template>
<IconPointOnMapPerspective class="size-6" />
</template>
<script>
import { IconPointOnMapPerspective } from "@devigner-ui/icons-svelte";
</script>
<IconPointOnMapPerspective class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path opacity="1" d="M21 21 3 11m.5 10 8.5-5" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path><path opacity="1" d="M17 8a3 3 0 1 0 0-6 3 3 0 0 0 0 6m0 0v5" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path><path d="M21.12 21.12c.88-.88.88-2.3.88-5.12s0-4.24-.88-5.12m0 10.24c-.88.88-2.3.88-5.12.88H8c-2.83 0-4.24 0-5.12-.88m18.24-10.24C20.24 10 18.82 10 16 10H8c-2.83 0-4.24 0-5.12.88m0 0C2 11.76 2 13.18 2 16s0 4.24.88 5.12m0 0" stroke="currentColor" stroke-width="1.5"></path></svg>