Location Add 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 { IconLocationAdd } from "@devigner-ui/icons";
<IconLocationAdd className="size-6" />
<script setup>
import { IconLocationAdd } from "@devigner-ui/icons-vue";
</script>
<template>
<IconLocationAdd class="size-6" />
</template>
<script>
import { IconLocationAdd } from "@devigner-ui/icons-svelte";
</script>
<IconLocationAdd class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><g opacity="1"><path d="M9.92 11h5.5" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path><path d="M12.67 13.75v-5.5" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path></g><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>