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

Name
location-off-16-filled
Set
Fluent UI System Icons
Style
16 Filled
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.707l-2.658-2.657a24 24 0 0 1-2.334 2.348a1.735 1.735 0 0 1-2.31 0C5.1 13.009 2 9.876 2 7c0-1.22.365-2.355.991-3.302L1.146 1.854a.5.5 0 0 1 0-.708M8 1a6 6 0 0 1 6 6c0 1.196-.538 2.437-1.29 3.589L9.857 7.736a2 2 0 0 0-2.595-2.595L4.356 2.235A5.97 5.97 0 0 1 8 1M6.02 6.728Q6.002 6.862 6 7a2 2 0 0 0 2 2c.092 0 .183-.01.271-.021z"/></svg>

React

import type { SVGProps } from "react";

export function FluentLocationOff16Filled(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.707l-2.658-2.657a24 24 0 0 1-2.334 2.348a1.735 1.735 0 0 1-2.31 0C5.1 13.009 2 9.876 2 7c0-1.22.365-2.355.991-3.302L1.146 1.854a.5.5 0 0 1 0-.708M8 1a6 6 0 0 1 6 6c0 1.196-.538 2.437-1.29 3.589L9.857 7.736a2 2 0 0 0-2.595-2.595L4.356 2.235A5.97 5.97 0 0 1 8 1M6.02 6.728Q6.002 6.862 6 7a2 2 0 0 0 2 2c.092 0 .183-.01.271-.021z"/></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.707l-2.658-2.657a24 24 0 0 1-2.334 2.348a1.735 1.735 0 0 1-2.31 0C5.1 13.009 2 9.876 2 7c0-1.22.365-2.355.991-3.302L1.146 1.854a.5.5 0 0 1 0-.708M8 1a6 6 0 0 1 6 6c0 1.196-.538 2.437-1.29 3.589L9.857 7.736a2 2 0 0 0-2.595-2.595L4.356 2.235A5.97 5.97 0 0 1 8 1M6.02 6.728Q6.002 6.862 6 7a2 2 0 0 0 2 2c.092 0 .183-.01.271-.021z"/></svg>
</template>

CSS

.icon-location-off-16-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%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.707l-2.658-2.657a24%2024%200%200%201-2.334%202.348a1.735%201.735%200%200%201-2.31%200C5.1%2013.009%202%209.876%202%207c0-1.22.365-2.355.991-3.302L1.146%201.854a.5.5%200%200%201%200-.708M8%201a6%206%200%200%201%206%206c0%201.196-.538%202.437-1.29%203.589L9.857%207.736a2%202%200%200%200-2.595-2.595L4.356%202.235A5.97%205.97%200%200%201%208%201M6.02%206.728Q6.002%206.862%206%207a2%202%200%200%200%202%202c.092%200%20.183-.01.271-.021z%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.707l-2.658-2.657a24%2024%200%200%201-2.334%202.348a1.735%201.735%200%200%201-2.31%200C5.1%2013.009%202%209.876%202%207c0-1.22.365-2.355.991-3.302L1.146%201.854a.5.5%200%200%201%200-.708M8%201a6%206%200%200%201%206%206c0%201.196-.538%202.437-1.29%203.589L9.857%207.736a2%202%200%200%200-2.595-2.595L4.356%202.235A5.97%205.97%200%200%201%208%201M6.02%206.728Q6.002%206.862%206%207a2%202%200%200%200%202%202c.092%200%20.183-.01.271-.021z%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-filled.svg?color=%231a73e8&size=48