pin-off-32-light from Fluent UI System Icons by Microsoft Corporation · 32 Light · MIT Free for personal and commercial use.

Name
pin-off-32-light
Set
Fluent UI System Icons
Style
32 Light
Viewbox
32×32
License
MIT

12 other variants in Fluent UI System Icons

The same icon in other sets

Related icons in Fluent UI System Icons

Use the pin off icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M2.854 2.146a.5.5 0 1 0-.708.708l9.154 9.153l-4.872 1.523a1.5 1.5 0 0 0-.613 2.492l4.728 4.728L4 27.293V28h.707l6.543-6.543l4.728 4.728a1.5 1.5 0 0 0 2.492-.613l1.523-4.872l9.153 9.154a.5.5 0 0 0 .708-.708zm16.34 17.755l-1.678 5.372a.5.5 0 0 1-.831.205L6.522 15.315a.5.5 0 0 1 .205-.83l5.371-1.68zm1.808-.826q-.053.025-.104.055l-.722-.722q.185-.135.394-.235l6.968-3.332a2.5 2.5 0 0 0 .723-3.988l-6.73-6.999a2.5 2.5 0 0 0-4.018.577l-3.686 7.064a2.5 2.5 0 0 1-.218.346l-.719-.719q.027-.043.05-.09l3.687-7.064c1.106-2.12 3.967-2.531 5.626-.807l6.729 6.999c1.654 1.72 1.14 4.554-1.013 5.583z"/></svg>

React

import type { SVGProps } from "react";

export function FluentPinOff32Light(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M2.854 2.146a.5.5 0 1 0-.708.708l9.154 9.153l-4.872 1.523a1.5 1.5 0 0 0-.613 2.492l4.728 4.728L4 27.293V28h.707l6.543-6.543l4.728 4.728a1.5 1.5 0 0 0 2.492-.613l1.523-4.872l9.153 9.154a.5.5 0 0 0 .708-.708zm16.34 17.755l-1.678 5.372a.5.5 0 0 1-.831.205L6.522 15.315a.5.5 0 0 1 .205-.83l5.371-1.68zm1.808-.826q-.053.025-.104.055l-.722-.722q.185-.135.394-.235l6.968-3.332a2.5 2.5 0 0 0 .723-3.988l-6.73-6.999a2.5 2.5 0 0 0-4.018.577l-3.686 7.064a2.5 2.5 0 0 1-.218.346l-.719-.719q.027-.043.05-.09l3.687-7.064c1.106-2.12 3.967-2.531 5.626-.807l6.729 6.999c1.654 1.72 1.14 4.554-1.013 5.583z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M2.854 2.146a.5.5 0 1 0-.708.708l9.154 9.153l-4.872 1.523a1.5 1.5 0 0 0-.613 2.492l4.728 4.728L4 27.293V28h.707l6.543-6.543l4.728 4.728a1.5 1.5 0 0 0 2.492-.613l1.523-4.872l9.153 9.154a.5.5 0 0 0 .708-.708zm16.34 17.755l-1.678 5.372a.5.5 0 0 1-.831.205L6.522 15.315a.5.5 0 0 1 .205-.83l5.371-1.68zm1.808-.826q-.053.025-.104.055l-.722-.722q.185-.135.394-.235l6.968-3.332a2.5 2.5 0 0 0 .723-3.988l-6.73-6.999a2.5 2.5 0 0 0-4.018.577l-3.686 7.064a2.5 2.5 0 0 1-.218.346l-.719-.719q.027-.043.05-.09l3.687-7.064c1.106-2.12 3.967-2.531 5.626-.807l6.729 6.999c1.654 1.72 1.14 4.554-1.013 5.583z"/></svg>
</template>

CSS

.icon-pin-off-32-light {
  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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M2.854%202.146a.5.5%200%201%200-.708.708l9.154%209.153l-4.872%201.523a1.5%201.5%200%200%200-.613%202.492l4.728%204.728L4%2027.293V28h.707l6.543-6.543l4.728%204.728a1.5%201.5%200%200%200%202.492-.613l1.523-4.872l9.153%209.154a.5.5%200%200%200%20.708-.708zm16.34%2017.755l-1.678%205.372a.5.5%200%200%201-.831.205L6.522%2015.315a.5.5%200%200%201%20.205-.83l5.371-1.68zm1.808-.826q-.053.025-.104.055l-.722-.722q.185-.135.394-.235l6.968-3.332a2.5%202.5%200%200%200%20.723-3.988l-6.73-6.999a2.5%202.5%200%200%200-4.018.577l-3.686%207.064a2.5%202.5%200%200%201-.218.346l-.719-.719q.027-.043.05-.09l3.687-7.064c1.106-2.12%203.967-2.531%205.626-.807l6.729%206.999c1.654%201.72%201.14%204.554-1.013%205.583z%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M2.854%202.146a.5.5%200%201%200-.708.708l9.154%209.153l-4.872%201.523a1.5%201.5%200%200%200-.613%202.492l4.728%204.728L4%2027.293V28h.707l6.543-6.543l4.728%204.728a1.5%201.5%200%200%200%202.492-.613l1.523-4.872l9.153%209.154a.5.5%200%200%200%20.708-.708zm16.34%2017.755l-1.678%205.372a.5.5%200%200%201-.831.205L6.522%2015.315a.5.5%200%200%201%20.205-.83l5.371-1.68zm1.808-.826q-.053.025-.104.055l-.722-.722q.185-.135.394-.235l6.968-3.332a2.5%202.5%200%200%200%20.723-3.988l-6.73-6.999a2.5%202.5%200%200%200-4.018.577l-3.686%207.064a2.5%202.5%200%200%201-.218.346l-.719-.719q.027-.043.05-.09l3.687-7.064c1.106-2.12%203.967-2.531%205.626-.807l6.729%206.999c1.654%201.72%201.14%204.554-1.013%205.583z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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