Location Slash 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 { IconLocationSlash } from "@devigner-ui/icons";
<IconLocationSlash className="size-6" />
<script setup>
import { IconLocationSlash } from "@devigner-ui/icons-vue";
</script>
<template>
<IconLocationSlash class="size-6" />
</template>
<script>
import { IconLocationSlash } from "@devigner-ui/icons-svelte";
</script>
<IconLocationSlash class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M11.09 13a3.11 3.11 0 1 1 4.27-4.26" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path d="M6.66 17.81C4.82 15.3 3.48 12.09 4.3 8.49 5.95 1.23 15.24.06 19.35 4.98" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path opacity="1" d="M21.05 8.5c1.15 5.08-2.01 9.38-4.78 12.04a5.2 5.2 0 0 1-7.21 0" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path d="m22.67 2-20 20" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path></svg>