location slash icon

location-slash-filled from Reicon by REICON · Filled · Newicons · MIT Free for personal and commercial use.

Name
location-slash-filled
Set
Reicon
Style
Filled
Category
Newicons
Viewbox
24×24
License
MIT

1 other variant in Reicon

The same icon in other sets

More newicons icons from Reicon

Use the location slash icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M15.78 20.98A5.44 5.44 0 0 1 12 22.51c-1.36 0-2.72-.52-3.78-1.54c-.36-.34-.72-.72-1.08-1.11l12.9-12.9c.25.54.44 1.11.58 1.74c1.17 5.16-1.99 9.52-4.84 12.28m5.989-18.751c-.3-.3-.79-.3-1.09 0l-18.45 18.46c-.3.3-.3.79 0 1.09a.76.76 0 0 0 1.08-.01l18.46-18.46c.31-.3.31-.78 0-1.08"/><path d="M8.849 10.31a3.15 3.15 0 0 1 6.06-1.21l3.98-3.98C17.119 2.98 14.439 2 11.999 2c-1.77 0-3.66.52-5.24 1.61c-1.58 1.1-2.86 2.77-3.38 5.08c-.84 3.67.52 6.95 2.41 9.52l5-5a3.14 3.14 0 0 1-1.94-2.9"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconLocationSlashFilled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M15.78 20.98A5.44 5.44 0 0 1 12 22.51c-1.36 0-2.72-.52-3.78-1.54c-.36-.34-.72-.72-1.08-1.11l12.9-12.9c.25.54.44 1.11.58 1.74c1.17 5.16-1.99 9.52-4.84 12.28m5.989-18.751c-.3-.3-.79-.3-1.09 0l-18.45 18.46c-.3.3-.3.79 0 1.09a.76.76 0 0 0 1.08-.01l18.46-18.46c.31-.3.31-.78 0-1.08"/><path d="M8.849 10.31a3.15 3.15 0 0 1 6.06-1.21l3.98-3.98C17.119 2.98 14.439 2 11.999 2c-1.77 0-3.66.52-5.24 1.61c-1.58 1.1-2.86 2.77-3.38 5.08c-.84 3.67.52 6.95 2.41 9.52l5-5a3.14 3.14 0 0 1-1.94-2.9"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M15.78 20.98A5.44 5.44 0 0 1 12 22.51c-1.36 0-2.72-.52-3.78-1.54c-.36-.34-.72-.72-1.08-1.11l12.9-12.9c.25.54.44 1.11.58 1.74c1.17 5.16-1.99 9.52-4.84 12.28m5.989-18.751c-.3-.3-.79-.3-1.09 0l-18.45 18.46c-.3.3-.3.79 0 1.09a.76.76 0 0 0 1.08-.01l18.46-18.46c.31-.3.31-.78 0-1.08"/><path d="M8.849 10.31a3.15 3.15 0 0 1 6.06-1.21l3.98-3.98C17.119 2.98 14.439 2 11.999 2c-1.77 0-3.66.52-5.24 1.61c-1.58 1.1-2.86 2.77-3.38 5.08c-.84 3.67.52 6.95 2.41 9.52l5-5a3.14 3.14 0 0 1-1.94-2.9"/></g></svg>
</template>

CSS

.icon-location-slash-filled {
  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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M15.78%2020.98A5.44%205.44%200%200%201%2012%2022.51c-1.36%200-2.72-.52-3.78-1.54c-.36-.34-.72-.72-1.08-1.11l12.9-12.9c.25.54.44%201.11.58%201.74c1.17%205.16-1.99%209.52-4.84%2012.28m5.989-18.751c-.3-.3-.79-.3-1.09%200l-18.45%2018.46c-.3.3-.3.79%200%201.09a.76.76%200%200%200%201.08-.01l18.46-18.46c.31-.3.31-.78%200-1.08%22%2F%3E%3Cpath%20d%3D%22M8.849%2010.31a3.15%203.15%200%200%201%206.06-1.21l3.98-3.98C17.119%202.98%2014.439%202%2011.999%202c-1.77%200-3.66.52-5.24%201.61c-1.58%201.1-2.86%202.77-3.38%205.08c-.84%203.67.52%206.95%202.41%209.52l5-5a3.14%203.14%200%200%201-1.94-2.9%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M15.78%2020.98A5.44%205.44%200%200%201%2012%2022.51c-1.36%200-2.72-.52-3.78-1.54c-.36-.34-.72-.72-1.08-1.11l12.9-12.9c.25.54.44%201.11.58%201.74c1.17%205.16-1.99%209.52-4.84%2012.28m5.989-18.751c-.3-.3-.79-.3-1.09%200l-18.45%2018.46c-.3.3-.3.79%200%201.09a.76.76%200%200%200%201.08-.01l18.46-18.46c.31-.3.31-.78%200-1.08%22%2F%3E%3Cpath%20d%3D%22M8.849%2010.31a3.15%203.15%200%200%201%206.06-1.21l3.98-3.98C17.119%202.98%2014.439%202%2011.999%202c-1.77%200-3.66.52-5.24%201.61c-1.58%201.1-2.86%202.77-3.38%205.08c-.84%203.67.52%206.95%202.41%209.52l5-5a3.14%203.14%200%200%201-1.94-2.9%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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