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

Name
location-dismiss-20-regular
Set
Fluent UI System Icons
Style
20 Regular
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 13.955a7.005 7.005 0 0 0 0-9.904a7 7 0 0 0-9.9 0a7.005 7.005 0 0 0 0 9.904l1.521 1.499l2.043 1.985l.133.118c.775.628 1.91.588 2.64-.118l2.435-2.37zM5.755 4.756a6 6 0 0 1 8.49 0a6.01 6.01 0 0 1 .176 8.31l-.176.184l-1.321 1.304l-2.23 2.169l-.094.08a1 1 0 0 1-1.2-.001l-.093-.08l-2.98-2.905l-.572-.567l-.176-.183a6.01 6.01 0 0 1 .176-8.31m1.391 1.39a.5.5 0 0 1 .708 0L10 8.293l2.146-2.147a.5.5 0 0 1 .708.708L10.707 9l2.147 2.146a.5.5 0 0 1-.708.708L10 9.707l-2.146 2.147a.5.5 0 0 1-.708-.708L9.293 9L7.146 6.854a.5.5 0 0 1 0-.708"/></svg>

React

import type { SVGProps } from "react";

export function FluentLocationDismiss20Regular(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 13.955a7.005 7.005 0 0 0 0-9.904a7 7 0 0 0-9.9 0a7.005 7.005 0 0 0 0 9.904l1.521 1.499l2.043 1.985l.133.118c.775.628 1.91.588 2.64-.118l2.435-2.37zM5.755 4.756a6 6 0 0 1 8.49 0a6.01 6.01 0 0 1 .176 8.31l-.176.184l-1.321 1.304l-2.23 2.169l-.094.08a1 1 0 0 1-1.2-.001l-.093-.08l-2.98-2.905l-.572-.567l-.176-.183a6.01 6.01 0 0 1 .176-8.31m1.391 1.39a.5.5 0 0 1 .708 0L10 8.293l2.146-2.147a.5.5 0 0 1 .708.708L10.707 9l2.147 2.146a.5.5 0 0 1-.708.708L10 9.707l-2.146 2.147a.5.5 0 0 1-.708-.708L9.293 9L7.146 6.854a.5.5 0 0 1 0-.708"/></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 13.955a7.005 7.005 0 0 0 0-9.904a7 7 0 0 0-9.9 0a7.005 7.005 0 0 0 0 9.904l1.521 1.499l2.043 1.985l.133.118c.775.628 1.91.588 2.64-.118l2.435-2.37zM5.755 4.756a6 6 0 0 1 8.49 0a6.01 6.01 0 0 1 .176 8.31l-.176.184l-1.321 1.304l-2.23 2.169l-.094.08a1 1 0 0 1-1.2-.001l-.093-.08l-2.98-2.905l-.572-.567l-.176-.183a6.01 6.01 0 0 1 .176-8.31m1.391 1.39a.5.5 0 0 1 .708 0L10 8.293l2.146-2.147a.5.5 0 0 1 .708.708L10.707 9l2.147 2.146a.5.5 0 0 1-.708.708L10 9.707l-2.146 2.147a.5.5 0 0 1-.708-.708L9.293 9L7.146 6.854a.5.5 0 0 1 0-.708"/></svg>
</template>

CSS

.icon-location-dismiss-20-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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14.95%2013.955a7.005%207.005%200%200%200%200-9.904a7%207%200%200%200-9.9%200a7.005%207.005%200%200%200%200%209.904l1.521%201.499l2.043%201.985l.133.118c.775.628%201.91.588%202.64-.118l2.435-2.37zM5.755%204.756a6%206%200%200%201%208.49%200a6.01%206.01%200%200%201%20.176%208.31l-.176.184l-1.321%201.304l-2.23%202.169l-.094.08a1%201%200%200%201-1.2-.001l-.093-.08l-2.98-2.905l-.572-.567l-.176-.183a6.01%206.01%200%200%201%20.176-8.31m1.391%201.39a.5.5%200%200%201%20.708%200L10%208.293l2.146-2.147a.5.5%200%200%201%20.708.708L10.707%209l2.147%202.146a.5.5%200%200%201-.708.708L10%209.707l-2.146%202.147a.5.5%200%200%201-.708-.708L9.293%209L7.146%206.854a.5.5%200%200%201%200-.708%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%2013.955a7.005%207.005%200%200%200%200-9.904a7%207%200%200%200-9.9%200a7.005%207.005%200%200%200%200%209.904l1.521%201.499l2.043%201.985l.133.118c.775.628%201.91.588%202.64-.118l2.435-2.37zM5.755%204.756a6%206%200%200%201%208.49%200a6.01%206.01%200%200%201%20.176%208.31l-.176.184l-1.321%201.304l-2.23%202.169l-.094.08a1%201%200%200%201-1.2-.001l-.093-.08l-2.98-2.905l-.572-.567l-.176-.183a6.01%206.01%200%200%201%20.176-8.31m1.391%201.39a.5.5%200%200%201%20.708%200L10%208.293l2.146-2.147a.5.5%200%200%201%20.708.708L10.707%209l2.147%202.146a.5.5%200%200%201-.708.708L10%209.707l-2.146%202.147a.5.5%200%200%201-.708-.708L9.293%209L7.146%206.854a.5.5%200%200%201%200-.708%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-regular.svg?color=%231a73e8&size=48