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

Name
location-dismiss-24-regular
Set
Fluent UI System Icons
Style
24 Regular
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.314m11.253 1.06A7.207 7.207 0 1 0 6.903 15.812L8.6 17.484q1.173 1.148 2.879 2.797a.75.75 0 0 0 1.042 0l2.975-2.89q.988-.966 1.6-1.579a7.207 7.207 0 0 0 0-10.192m-2.15 1.993l.084.073a.75.75 0 0 1 .073.976l-.073.084l-1.97 1.97l1.97 1.97a.75.75 0 0 1 .073.976l-.073.084a.75.75 0 0 1-.976.073l-.085-.073L12 11.777l-1.969 1.97a.75.75 0 0 1-.976.072l-.085-.073a.75.75 0 0 1-.072-.976l.072-.084l1.97-1.97l-1.97-1.97a.75.75 0 0 1-.072-.976l.072-.084a.75.75 0 0 1 .977-.073l.084.073L12 9.656l1.97-1.97a.75.75 0 0 1 .976-.073"/></svg>

React

import type { SVGProps } from "react";

export function FluentLocationDismiss24Regular(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.314m11.253 1.06A7.207 7.207 0 1 0 6.903 15.812L8.6 17.484q1.173 1.148 2.879 2.797a.75.75 0 0 0 1.042 0l2.975-2.89q.988-.966 1.6-1.579a7.207 7.207 0 0 0 0-10.192m-2.15 1.993l.084.073a.75.75 0 0 1 .073.976l-.073.084l-1.97 1.97l1.97 1.97a.75.75 0 0 1 .073.976l-.073.084a.75.75 0 0 1-.976.073l-.085-.073L12 11.777l-1.969 1.97a.75.75 0 0 1-.976.072l-.085-.073a.75.75 0 0 1-.072-.976l.072-.084l1.97-1.97l-1.97-1.97a.75.75 0 0 1-.072-.976l.072-.084a.75.75 0 0 1 .977-.073l.084.073L12 9.656l1.97-1.97a.75.75 0 0 1 .976-.073"/></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.314m11.253 1.06A7.207 7.207 0 1 0 6.903 15.812L8.6 17.484q1.173 1.148 2.879 2.797a.75.75 0 0 0 1.042 0l2.975-2.89q.988-.966 1.6-1.579a7.207 7.207 0 0 0 0-10.192m-2.15 1.993l.084.073a.75.75 0 0 1 .073.976l-.073.084l-1.97 1.97l1.97 1.97a.75.75 0 0 1 .073.976l-.073.084a.75.75 0 0 1-.976.073l-.085-.073L12 11.777l-1.969 1.97a.75.75 0 0 1-.976.072l-.085-.073a.75.75 0 0 1-.072-.976l.072-.084l1.97-1.97l-1.97-1.97a.75.75 0 0 1-.072-.976l.072-.084a.75.75 0 0 1 .977-.073l.084.073L12 9.656l1.97-1.97a.75.75 0 0 1 .976-.073"/></svg>
</template>

CSS

.icon-location-dismiss-24-regular {
  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.314m11.253%201.06A7.207%207.207%200%201%200%206.903%2015.812L8.6%2017.484q1.173%201.148%202.879%202.797a.75.75%200%200%200%201.042%200l2.975-2.89q.988-.966%201.6-1.579a7.207%207.207%200%200%200%200-10.192m-2.15%201.993l.084.073a.75.75%200%200%201%20.073.976l-.073.084l-1.97%201.97l1.97%201.97a.75.75%200%200%201%20.073.976l-.073.084a.75.75%200%200%201-.976.073l-.085-.073L12%2011.777l-1.969%201.97a.75.75%200%200%201-.976.072l-.085-.073a.75.75%200%200%201-.072-.976l.072-.084l1.97-1.97l-1.97-1.97a.75.75%200%200%201-.072-.976l.072-.084a.75.75%200%200%201%20.977-.073l.084.073L12%209.656l1.97-1.97a.75.75%200%200%201%20.976-.073%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.314m11.253%201.06A7.207%207.207%200%201%200%206.903%2015.812L8.6%2017.484q1.173%201.148%202.879%202.797a.75.75%200%200%200%201.042%200l2.975-2.89q.988-.966%201.6-1.579a7.207%207.207%200%200%200%200-10.192m-2.15%201.993l.084.073a.75.75%200%200%201%20.073.976l-.073.084l-1.97%201.97l1.97%201.97a.75.75%200%200%201%20.073.976l-.073.084a.75.75%200%200%201-.976.073l-.085-.073L12%2011.777l-1.969%201.97a.75.75%200%200%201-.976.072l-.085-.073a.75.75%200%200%201-.072-.976l.072-.084l1.97-1.97l-1.97-1.97a.75.75%200%200%201-.072-.976l.072-.084a.75.75%200%200%201%20.977-.073l.084.073L12%209.656l1.97-1.97a.75.75%200%200%201%20.976-.073%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-regular.svg?color=%231a73e8&size=48