location slash icon

location-slash-solid from Myna UI Icons by Praveen Juge · Solid · MIT Free for personal and commercial use.

Name
location-slash-solid
Set
Myna UI Icons
Style
Solid
Viewbox
24×24
License
MIT

1 other variant in Myna UI Icons

The same icon in other sets

Related icons in Myna UI Icons

Use the location slash icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21.53 2.47a.75.75 0 0 0-1.06 0l-2.396 2.395A8.34 8.34 0 0 0 12 2.25a8.34 8.34 0 0 0-5.86 2.398C4.73 6.038 3.997 7.594 3.803 9.21c-.192 1.602.152 3.21.81 4.718c.42.964.973 1.9 1.613 2.786L2.47 20.47a.75.75 0 1 0 1.06 1.06l3.63-3.629a21.6 21.6 0 0 0 3.845 3.53a1.71 1.71 0 0 0 1.99 0c2.49-1.775 5.086-4.504 6.393-7.503c.657-1.508 1.002-3.116.809-4.719a7.2 7.2 0 0 0-1.179-3.166L21.53 3.53a.75.75 0 0 0 0-1.06m-7.173 6.112l-3.775 3.775a2.75 2.75 0 1 1 3.774-3.774"/></svg>

React

import type { SVGProps } from "react";

export function MynauiLocationSlashSolid(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="M21.53 2.47a.75.75 0 0 0-1.06 0l-2.396 2.395A8.34 8.34 0 0 0 12 2.25a8.34 8.34 0 0 0-5.86 2.398C4.73 6.038 3.997 7.594 3.803 9.21c-.192 1.602.152 3.21.81 4.718c.42.964.973 1.9 1.613 2.786L2.47 20.47a.75.75 0 1 0 1.06 1.06l3.63-3.629a21.6 21.6 0 0 0 3.845 3.53a1.71 1.71 0 0 0 1.99 0c2.49-1.775 5.086-4.504 6.393-7.503c.657-1.508 1.002-3.116.809-4.719a7.2 7.2 0 0 0-1.179-3.166L21.53 3.53a.75.75 0 0 0 0-1.06m-7.173 6.112l-3.775 3.775a2.75 2.75 0 1 1 3.774-3.774"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21.53 2.47a.75.75 0 0 0-1.06 0l-2.396 2.395A8.34 8.34 0 0 0 12 2.25a8.34 8.34 0 0 0-5.86 2.398C4.73 6.038 3.997 7.594 3.803 9.21c-.192 1.602.152 3.21.81 4.718c.42.964.973 1.9 1.613 2.786L2.47 20.47a.75.75 0 1 0 1.06 1.06l3.63-3.629a21.6 21.6 0 0 0 3.845 3.53a1.71 1.71 0 0 0 1.99 0c2.49-1.775 5.086-4.504 6.393-7.503c.657-1.508 1.002-3.116.809-4.719a7.2 7.2 0 0 0-1.179-3.166L21.53 3.53a.75.75 0 0 0 0-1.06m-7.173 6.112l-3.775 3.775a2.75 2.75 0 1 1 3.774-3.774"/></svg>
</template>

CSS

.icon-location-slash-solid {
  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%22M21.53%202.47a.75.75%200%200%200-1.06%200l-2.396%202.395A8.34%208.34%200%200%200%2012%202.25a8.34%208.34%200%200%200-5.86%202.398C4.73%206.038%203.997%207.594%203.803%209.21c-.192%201.602.152%203.21.81%204.718c.42.964.973%201.9%201.613%202.786L2.47%2020.47a.75.75%200%201%200%201.06%201.06l3.63-3.629a21.6%2021.6%200%200%200%203.845%203.53a1.71%201.71%200%200%200%201.99%200c2.49-1.775%205.086-4.504%206.393-7.503c.657-1.508%201.002-3.116.809-4.719a7.2%207.2%200%200%200-1.179-3.166L21.53%203.53a.75.75%200%200%200%200-1.06m-7.173%206.112l-3.775%203.775a2.75%202.75%200%201%201%203.774-3.774%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%22M21.53%202.47a.75.75%200%200%200-1.06%200l-2.396%202.395A8.34%208.34%200%200%200%2012%202.25a8.34%208.34%200%200%200-5.86%202.398C4.73%206.038%203.997%207.594%203.803%209.21c-.192%201.602.152%203.21.81%204.718c.42.964.973%201.9%201.613%202.786L2.47%2020.47a.75.75%200%201%200%201.06%201.06l3.63-3.629a21.6%2021.6%200%200%200%203.845%203.53a1.71%201.71%200%200%200%201.99%200c2.49-1.775%205.086-4.504%206.393-7.503c.657-1.508%201.002-3.116.809-4.719a7.2%207.2%200%200%200-1.179-3.166L21.53%203.53a.75.75%200%200%200%200-1.06m-7.173%206.112l-3.775%203.775a2.75%202.75%200%201%201%203.774-3.774%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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