location-dismiss-24-filled from Fluent UI System Icons by Microsoft Corporation · 24 Filled · MIT Free for personal and commercial use.

Name
location-dismiss-24-filled
Set
Fluent UI System Icons
Style
24 Filled
Viewbox
24×24
License
MIT

3 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the location dismiss icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5.843 4.56a8.707 8.707 0 0 1 12.514 12.106l-.2.207q-1.372 1.372-4.593 4.486a2.25 2.25 0 0 1-3.128 0l-3.85-3.749q-.426-.42-.743-.737a8.707 8.707 0 0 1 0-12.314m9.187 3.126l-.084-.073a.75.75 0 0 0-.883-.007l-.094.08L12 9.656l-1.969-1.97l-.084-.073a.75.75 0 0 0-.883-.007l-.094.08l-.072.084a.75.75 0 0 0-.007.882l.08.094l1.969 1.97l-1.97 1.97l-.072.084a.75.75 0 0 0-.007.883l.08.093l.084.073a.75.75 0 0 0 .882.007l.094-.08L12 11.777l1.97 1.97l.084.072a.75.75 0 0 0 .882.007l.094-.08l.073-.084a.75.75 0 0 0 .007-.882l-.08-.094l-1.97-1.97l1.97-1.97l.073-.084a.75.75 0 0 0 .007-.882zl-.084-.073z"/></svg>

React

import type { SVGProps } from "react";

export function FluentLocationDismiss24Filled(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="M5.843 4.56a8.707 8.707 0 0 1 12.514 12.106l-.2.207q-1.372 1.372-4.593 4.486a2.25 2.25 0 0 1-3.128 0l-3.85-3.749q-.426-.42-.743-.737a8.707 8.707 0 0 1 0-12.314m9.187 3.126l-.084-.073a.75.75 0 0 0-.883-.007l-.094.08L12 9.656l-1.969-1.97l-.084-.073a.75.75 0 0 0-.883-.007l-.094.08l-.072.084a.75.75 0 0 0-.007.882l.08.094l1.969 1.97l-1.97 1.97l-.072.084a.75.75 0 0 0-.007.883l.08.093l.084.073a.75.75 0 0 0 .882.007l.094-.08L12 11.777l1.97 1.97l.084.072a.75.75 0 0 0 .882.007l.094-.08l.073-.084a.75.75 0 0 0 .007-.882l-.08-.094l-1.97-1.97l1.97-1.97l.073-.084a.75.75 0 0 0 .007-.882zl-.084-.073z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5.843 4.56a8.707 8.707 0 0 1 12.514 12.106l-.2.207q-1.372 1.372-4.593 4.486a2.25 2.25 0 0 1-3.128 0l-3.85-3.749q-.426-.42-.743-.737a8.707 8.707 0 0 1 0-12.314m9.187 3.126l-.084-.073a.75.75 0 0 0-.883-.007l-.094.08L12 9.656l-1.969-1.97l-.084-.073a.75.75 0 0 0-.883-.007l-.094.08l-.072.084a.75.75 0 0 0-.007.882l.08.094l1.969 1.97l-1.97 1.97l-.072.084a.75.75 0 0 0-.007.883l.08.093l.084.073a.75.75 0 0 0 .882.007l.094-.08L12 11.777l1.97 1.97l.084.072a.75.75 0 0 0 .882.007l.094-.08l.073-.084a.75.75 0 0 0 .007-.882l-.08-.094l-1.97-1.97l1.97-1.97l.073-.084a.75.75 0 0 0 .007-.882zl-.084-.073z"/></svg>
</template>

CSS

.icon-location-dismiss-24-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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M5.843%204.56a8.707%208.707%200%200%201%2012.514%2012.106l-.2.207q-1.372%201.372-4.593%204.486a2.25%202.25%200%200%201-3.128%200l-3.85-3.749q-.426-.42-.743-.737a8.707%208.707%200%200%201%200-12.314m9.187%203.126l-.084-.073a.75.75%200%200%200-.883-.007l-.094.08L12%209.656l-1.969-1.97l-.084-.073a.75.75%200%200%200-.883-.007l-.094.08l-.072.084a.75.75%200%200%200-.007.882l.08.094l1.969%201.97l-1.97%201.97l-.072.084a.75.75%200%200%200-.007.883l.08.093l.084.073a.75.75%200%200%200%20.882.007l.094-.08L12%2011.777l1.97%201.97l.084.072a.75.75%200%200%200%20.882.007l.094-.08l.073-.084a.75.75%200%200%200%20.007-.882l-.08-.094l-1.97-1.97l1.97-1.97l.073-.084a.75.75%200%200%200%20.007-.882zl-.084-.073z%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%22M5.843%204.56a8.707%208.707%200%200%201%2012.514%2012.106l-.2.207q-1.372%201.372-4.593%204.486a2.25%202.25%200%200%201-3.128%200l-3.85-3.749q-.426-.42-.743-.737a8.707%208.707%200%200%201%200-12.314m9.187%203.126l-.084-.073a.75.75%200%200%200-.883-.007l-.094.08L12%209.656l-1.969-1.97l-.084-.073a.75.75%200%200%200-.883-.007l-.094.08l-.072.084a.75.75%200%200%200-.007.882l.08.094l1.969%201.97l-1.97%201.97l-.072.084a.75.75%200%200%200-.007.883l.08.093l.084.073a.75.75%200%200%200%20.882.007l.094-.08L12%2011.777l1.97%201.97l.084.072a.75.75%200%200%200%20.882.007l.094-.08l.073-.084a.75.75%200%200%200%20.007-.882l-.08-.094l-1.97-1.97l1.97-1.97l.073-.084a.75.75%200%200%200%20.007-.882zl-.084-.073z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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