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

Name
location-dismiss-20-filled
Set
Fluent UI System Icons
Style
20 Filled
Viewbox
20×20
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 20 20"><path fill="currentColor" d="M14.95 4.051a7.005 7.005 0 0 1 0 9.904l-1.128 1.114l-2.436 2.37a1.993 1.993 0 0 1-2.64.118l-.132-.118l-2.043-1.985l-1.52-1.499a7.005 7.005 0 0 1 0-9.904a7 7 0 0 1 9.899 0M7.146 6.146a.5.5 0 0 0 0 .708L9.293 9l-2.147 2.146a.5.5 0 0 0 .708.708L10 9.707l2.146 2.147a.5.5 0 0 0 .708-.708L10.707 9l2.147-2.146a.5.5 0 0 0-.708-.708L10 8.293L7.854 6.146a.5.5 0 0 0-.708 0"/></svg>

React

import type { SVGProps } from "react";

export function FluentLocationDismiss20Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M14.95 4.051a7.005 7.005 0 0 1 0 9.904l-1.128 1.114l-2.436 2.37a1.993 1.993 0 0 1-2.64.118l-.132-.118l-2.043-1.985l-1.52-1.499a7.005 7.005 0 0 1 0-9.904a7 7 0 0 1 9.899 0M7.146 6.146a.5.5 0 0 0 0 .708L9.293 9l-2.147 2.146a.5.5 0 0 0 .708.708L10 9.707l2.146 2.147a.5.5 0 0 0 .708-.708L10.707 9l2.147-2.146a.5.5 0 0 0-.708-.708L10 8.293L7.854 6.146a.5.5 0 0 0-.708 0"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M14.95 4.051a7.005 7.005 0 0 1 0 9.904l-1.128 1.114l-2.436 2.37a1.993 1.993 0 0 1-2.64.118l-.132-.118l-2.043-1.985l-1.52-1.499a7.005 7.005 0 0 1 0-9.904a7 7 0 0 1 9.899 0M7.146 6.146a.5.5 0 0 0 0 .708L9.293 9l-2.147 2.146a.5.5 0 0 0 .708.708L10 9.707l2.146 2.147a.5.5 0 0 0 .708-.708L10.707 9l2.147-2.146a.5.5 0 0 0-.708-.708L10 8.293L7.854 6.146a.5.5 0 0 0-.708 0"/></svg>
</template>

CSS

.icon-location-dismiss-20-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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14.95%204.051a7.005%207.005%200%200%201%200%209.904l-1.128%201.114l-2.436%202.37a1.993%201.993%200%200%201-2.64.118l-.132-.118l-2.043-1.985l-1.52-1.499a7.005%207.005%200%200%201%200-9.904a7%207%200%200%201%209.899%200M7.146%206.146a.5.5%200%200%200%200%20.708L9.293%209l-2.147%202.146a.5.5%200%200%200%20.708.708L10%209.707l2.146%202.147a.5.5%200%200%200%20.708-.708L10.707%209l2.147-2.146a.5.5%200%200%200-.708-.708L10%208.293L7.854%206.146a.5.5%200%200%200-.708%200%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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14.95%204.051a7.005%207.005%200%200%201%200%209.904l-1.128%201.114l-2.436%202.37a1.993%201.993%200%200%201-2.64.118l-.132-.118l-2.043-1.985l-1.52-1.499a7.005%207.005%200%200%201%200-9.904a7%207%200%200%201%209.899%200M7.146%206.146a.5.5%200%200%200%200%20.708L9.293%209l-2.147%202.146a.5.5%200%200%200%20.708.708L10%209.707l2.146%202.147a.5.5%200%200%200%20.708-.708L10.707%209l2.147-2.146a.5.5%200%200%200-.708-.708L10%208.293L7.854%206.146a.5.5%200%200%200-.708%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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