Location Minus 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 { IconLocationMinus } from "@devigner-ui/icons";
<IconLocationMinus className="size-6" />
<script setup>
import { IconLocationMinus } from "@devigner-ui/icons-vue";
</script>
<template>
<IconLocationMinus class="size-6" />
</template>
<script>
import { IconLocationMinus } from "@devigner-ui/icons-svelte";
</script>
<IconLocationMinus 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="M9.92 11h5.5" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></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>