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

Name
location-off-16-regular
Set
Fluent UI System Icons
Style
16 Regular
Viewbox
16×16
License
MIT

9 other variants in Fluent UI System Icons

The same icon in other sets

Related icons in Fluent UI System Icons

Use the location off icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M1.146 1.146a.5.5 0 0 1 .708 0l13 13a.5.5 0 1 1-.707.707L11.493 12.2c-.81.949-1.67 1.77-2.334 2.358a1.74 1.74 0 0 1-2.318 0C5.097 13.016 2 9.874 2 7c0-1.22.365-2.355.991-3.302L1.146 1.854a.5.5 0 0 1 0-.708m2.569 3.276A5 5 0 0 0 3 7c0 1.108.614 2.395 1.57 3.683c.933 1.258 2.087 2.377 2.934 3.126c.29.256.702.256.992 0a23 23 0 0 0 2.288-2.318L8.487 9.194Q8.251 9.25 8 9.25a2.25 2.25 0 0 1-2.196-2.74zM8 1a6 6 0 0 1 6 6c0 1.195-.538 2.436-1.29 3.59l-.725-.726C12.615 8.856 13 7.874 13 7a5 5 0 0 0-7.93-4.052l-.715-.714A5.97 5.97 0 0 1 8 1m0 3.75a2.25 2.25 0 0 1 2.048 3.177l-.805-.805q.007-.06.007-.122a1.25 1.25 0 0 0-1.373-1.244l-.805-.805A2.2 2.2 0 0 1 8 4.75"/></svg>

React

import type { SVGProps } from "react";

export function FluentLocationOff16Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M1.146 1.146a.5.5 0 0 1 .708 0l13 13a.5.5 0 1 1-.707.707L11.493 12.2c-.81.949-1.67 1.77-2.334 2.358a1.74 1.74 0 0 1-2.318 0C5.097 13.016 2 9.874 2 7c0-1.22.365-2.355.991-3.302L1.146 1.854a.5.5 0 0 1 0-.708m2.569 3.276A5 5 0 0 0 3 7c0 1.108.614 2.395 1.57 3.683c.933 1.258 2.087 2.377 2.934 3.126c.29.256.702.256.992 0a23 23 0 0 0 2.288-2.318L8.487 9.194Q8.251 9.25 8 9.25a2.25 2.25 0 0 1-2.196-2.74zM8 1a6 6 0 0 1 6 6c0 1.195-.538 2.436-1.29 3.59l-.725-.726C12.615 8.856 13 7.874 13 7a5 5 0 0 0-7.93-4.052l-.715-.714A5.97 5.97 0 0 1 8 1m0 3.75a2.25 2.25 0 0 1 2.048 3.177l-.805-.805q.007-.06.007-.122a1.25 1.25 0 0 0-1.373-1.244l-.805-.805A2.2 2.2 0 0 1 8 4.75"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M1.146 1.146a.5.5 0 0 1 .708 0l13 13a.5.5 0 1 1-.707.707L11.493 12.2c-.81.949-1.67 1.77-2.334 2.358a1.74 1.74 0 0 1-2.318 0C5.097 13.016 2 9.874 2 7c0-1.22.365-2.355.991-3.302L1.146 1.854a.5.5 0 0 1 0-.708m2.569 3.276A5 5 0 0 0 3 7c0 1.108.614 2.395 1.57 3.683c.933 1.258 2.087 2.377 2.934 3.126c.29.256.702.256.992 0a23 23 0 0 0 2.288-2.318L8.487 9.194Q8.251 9.25 8 9.25a2.25 2.25 0 0 1-2.196-2.74zM8 1a6 6 0 0 1 6 6c0 1.195-.538 2.436-1.29 3.59l-.725-.726C12.615 8.856 13 7.874 13 7a5 5 0 0 0-7.93-4.052l-.715-.714A5.97 5.97 0 0 1 8 1m0 3.75a2.25 2.25 0 0 1 2.048 3.177l-.805-.805q.007-.06.007-.122a1.25 1.25 0 0 0-1.373-1.244l-.805-.805A2.2 2.2 0 0 1 8 4.75"/></svg>
</template>

CSS

.icon-location-off-16-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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M1.146%201.146a.5.5%200%200%201%20.708%200l13%2013a.5.5%200%201%201-.707.707L11.493%2012.2c-.81.949-1.67%201.77-2.334%202.358a1.74%201.74%200%200%201-2.318%200C5.097%2013.016%202%209.874%202%207c0-1.22.365-2.355.991-3.302L1.146%201.854a.5.5%200%200%201%200-.708m2.569%203.276A5%205%200%200%200%203%207c0%201.108.614%202.395%201.57%203.683c.933%201.258%202.087%202.377%202.934%203.126c.29.256.702.256.992%200a23%2023%200%200%200%202.288-2.318L8.487%209.194Q8.251%209.25%208%209.25a2.25%202.25%200%200%201-2.196-2.74zM8%201a6%206%200%200%201%206%206c0%201.195-.538%202.436-1.29%203.59l-.725-.726C12.615%208.856%2013%207.874%2013%207a5%205%200%200%200-7.93-4.052l-.715-.714A5.97%205.97%200%200%201%208%201m0%203.75a2.25%202.25%200%200%201%202.048%203.177l-.805-.805q.007-.06.007-.122a1.25%201.25%200%200%200-1.373-1.244l-.805-.805A2.2%202.2%200%200%201%208%204.75%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M1.146%201.146a.5.5%200%200%201%20.708%200l13%2013a.5.5%200%201%201-.707.707L11.493%2012.2c-.81.949-1.67%201.77-2.334%202.358a1.74%201.74%200%200%201-2.318%200C5.097%2013.016%202%209.874%202%207c0-1.22.365-2.355.991-3.302L1.146%201.854a.5.5%200%200%201%200-.708m2.569%203.276A5%205%200%200%200%203%207c0%201.108.614%202.395%201.57%203.683c.933%201.258%202.087%202.377%202.934%203.126c.29.256.702.256.992%200a23%2023%200%200%200%202.288-2.318L8.487%209.194Q8.251%209.25%208%209.25a2.25%202.25%200%200%201-2.196-2.74zM8%201a6%206%200%200%201%206%206c0%201.195-.538%202.436-1.29%203.59l-.725-.726C12.615%208.856%2013%207.874%2013%207a5%205%200%200%200-7.93-4.052l-.715-.714A5.97%205.97%200%200%201%208%201m0%203.75a2.25%202.25%200%200%201%202.048%203.177l-.805-.805q.007-.06.007-.122a1.25%201.25%200%200%200-1.373-1.244l-.805-.805A2.2%202.2%200%200%201%208%204.75%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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