Location Tick 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 { IconLocationTick } from "@devigner-ui/icons";
<IconLocationTick className="size-6" />
<script setup>
import { IconLocationTick } from "@devigner-ui/icons-vue";
</script>
<template>
<IconLocationTick class="size-6" />
</template>
<script>
import { IconLocationTick } from "@devigner-ui/icons-svelte";
</script>
<IconLocationTick class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><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><path opacity="1" d="m9.92 11.5 1.5 1.5 4-4" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path></svg>