map marker slash icon

map-marker-slash from Unicons by Iconscout · Line · User Interface · Apache-2.0 Free for personal and commercial use.

Name
map-marker-slash
Set
Unicons
Style
Line
Category
User Interface
Viewbox
24×24
License
Apache 2.0

More user interface icons from Unicons

Use the map marker slash icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.63 5.49a6 6 0 0 1 7.21 7.2a1 1 0 0 0 .74 1.21a1 1 0 0 0 .23 0a1 1 0 0 0 1-.76a8 8 0 0 0-9.61-9.62a1 1 0 0 0 .46 2Zm11.08 14.58l-4.27-4.27L3.71 2.07a1 1 0 0 0-1.42 0a1 1 0 0 0 0 1.41L5.5 6.69A8 8 0 0 0 6.34 17l4.95 4.95a1 1 0 0 0 1.42 0l4-4l3.56 3.56a1 1 0 0 0 1.42-1.41Zm-9.59-6.76a2 2 0 0 1-1.53-.57a2 2 0 0 1-.59-1.53Zm-.12 6.5l-4.24-4.24a6 6 0 0 1-.82-7.44L8.41 9.6a4 4 0 0 0 .76 4.55A4 4 0 0 0 12 15.33a3.9 3.9 0 0 0 1.73-.41l1.58 1.58Z"/></svg>

React

import type { SVGProps } from "react";

export function UilMapMarkerSlash(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.63 5.49a6 6 0 0 1 7.21 7.2a1 1 0 0 0 .74 1.21a1 1 0 0 0 .23 0a1 1 0 0 0 1-.76a8 8 0 0 0-9.61-9.62a1 1 0 0 0 .46 2Zm11.08 14.58l-4.27-4.27L3.71 2.07a1 1 0 0 0-1.42 0a1 1 0 0 0 0 1.41L5.5 6.69A8 8 0 0 0 6.34 17l4.95 4.95a1 1 0 0 0 1.42 0l4-4l3.56 3.56a1 1 0 0 0 1.42-1.41Zm-9.59-6.76a2 2 0 0 1-1.53-.57a2 2 0 0 1-.59-1.53Zm-.12 6.5l-4.24-4.24a6 6 0 0 1-.82-7.44L8.41 9.6a4 4 0 0 0 .76 4.55A4 4 0 0 0 12 15.33a3.9 3.9 0 0 0 1.73-.41l1.58 1.58Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.63 5.49a6 6 0 0 1 7.21 7.2a1 1 0 0 0 .74 1.21a1 1 0 0 0 .23 0a1 1 0 0 0 1-.76a8 8 0 0 0-9.61-9.62a1 1 0 0 0 .46 2Zm11.08 14.58l-4.27-4.27L3.71 2.07a1 1 0 0 0-1.42 0a1 1 0 0 0 0 1.41L5.5 6.69A8 8 0 0 0 6.34 17l4.95 4.95a1 1 0 0 0 1.42 0l4-4l3.56 3.56a1 1 0 0 0 1.42-1.41Zm-9.59-6.76a2 2 0 0 1-1.53-.57a2 2 0 0 1-.59-1.53Zm-.12 6.5l-4.24-4.24a6 6 0 0 1-.82-7.44L8.41 9.6a4 4 0 0 0 .76 4.55A4 4 0 0 0 12 15.33a3.9 3.9 0 0 0 1.73-.41l1.58 1.58Z"/></svg>
</template>

CSS

.icon-map-marker-slash {
  width: 24px;
  height: 24px;
  background-color: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10.63%205.49a6%206%200%200%201%207.21%207.2a1%201%200%200%200%20.74%201.21a1%201%200%200%200%20.23%200a1%201%200%200%200%201-.76a8%208%200%200%200-9.61-9.62a1%201%200%200%200%20.46%202Zm11.08%2014.58l-4.27-4.27L3.71%202.07a1%201%200%200%200-1.42%200a1%201%200%200%200%200%201.41L5.5%206.69A8%208%200%200%200%206.34%2017l4.95%204.95a1%201%200%200%200%201.42%200l4-4l3.56%203.56a1%201%200%200%200%201.42-1.41Zm-9.59-6.76a2%202%200%200%201-1.53-.57a2%202%200%200%201-.59-1.53Zm-.12%206.5l-4.24-4.24a6%206%200%200%201-.82-7.44L8.41%209.6a4%204%200%200%200%20.76%204.55A4%204%200%200%200%2012%2015.33a3.9%203.9%200%200%200%201.73-.41l1.58%201.58Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
  mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10.63%205.49a6%206%200%200%201%207.21%207.2a1%201%200%200%200%20.74%201.21a1%201%200%200%200%20.23%200a1%201%200%200%200%201-.76a8%208%200%200%200-9.61-9.62a1%201%200%200%200%20.46%202Zm11.08%2014.58l-4.27-4.27L3.71%202.07a1%201%200%200%200-1.42%200a1%201%200%200%200%200%201.41L5.5%206.69A8%208%200%200%200%206.34%2017l4.95%204.95a1%201%200%200%200%201.42%200l4-4l3.56%203.56a1%201%200%200%200%201.42-1.41Zm-9.59-6.76a2%202%200%200%201-1.53-.57a2%202%200%200%201-.59-1.53Zm-.12%206.5l-4.24-4.24a6%206%200%200%201-.82-7.44L8.41%209.6a4%204%200%200%200%20.76%204.55A4%204%200%200%200%2012%2015.33a3.9%203.9%200%200%200%201.73-.41l1.58%201.58Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/uil/map-marker-slash.svg?color=%231a73e8&size=48