Location 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 { IconLocation } from "@devigner-ui/icons";
<IconLocation className="size-6" />
<script setup>
import { IconLocation } from "@devigner-ui/icons-vue";
</script>
<template>
<IconLocation class="size-6" />
</template>
<script>
import { IconLocation } from "@devigner-ui/icons-svelte";
</script>
<IconLocation 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="M12.67 13.43a3.12 3.12 0 1 0 0-6.24 3.12 3.12 0 0 0 0 6.24" stroke="currentColor" stroke-width="1.5"></path><path d="M4.29 8.49c1.97-8.66 14.8-8.65 16.76.01 1.15 5.08-2.01 9.38-4.78 12.04a5.2 5.2 0 0 1-7.21 0C6.3 17.88 3.14 13.57 4.29 8.49" stroke="currentColor" stroke-width="1.5"></path></svg>