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

Name
pin-off-32-filled
Set
Fluent UI System Icons
Style
32 Filled
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="m20.187 21.601l8.106 8.106a1 1 0 0 0 1.414-1.414l-26-26a1 1 0 0 0-1.414 1.414l8.106 8.106l-3.68 1.226a2 2 0 0 0-.782 3.312l4.15 4.149L4 26.586V28h1.415l6.085-6.086l4.15 4.149a2 2 0 0 0 3.31-.782zm7.538-5.345l-5.29 2.644L13.1 9.565l2.645-5.29c1.22-2.442 4.475-2.97 6.406-1.04l6.613 6.615c1.93 1.93 1.403 5.185-1.04 6.406"/></svg>

React

import type { SVGProps } from "react";

export function FluentPinOff32Filled(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="m20.187 21.601l8.106 8.106a1 1 0 0 0 1.414-1.414l-26-26a1 1 0 0 0-1.414 1.414l8.106 8.106l-3.68 1.226a2 2 0 0 0-.782 3.312l4.15 4.149L4 26.586V28h1.415l6.085-6.086l4.15 4.149a2 2 0 0 0 3.31-.782zm7.538-5.345l-5.29 2.644L13.1 9.565l2.645-5.29c1.22-2.442 4.475-2.97 6.406-1.04l6.613 6.615c1.93 1.93 1.403 5.185-1.04 6.406"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="m20.187 21.601l8.106 8.106a1 1 0 0 0 1.414-1.414l-26-26a1 1 0 0 0-1.414 1.414l8.106 8.106l-3.68 1.226a2 2 0 0 0-.782 3.312l4.15 4.149L4 26.586V28h1.415l6.085-6.086l4.15 4.149a2 2 0 0 0 3.31-.782zm7.538-5.345l-5.29 2.644L13.1 9.565l2.645-5.29c1.22-2.442 4.475-2.97 6.406-1.04l6.613 6.615c1.93 1.93 1.403 5.185-1.04 6.406"/></svg>
</template>

CSS

.icon-pin-off-32-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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m20.187%2021.601l8.106%208.106a1%201%200%200%200%201.414-1.414l-26-26a1%201%200%200%200-1.414%201.414l8.106%208.106l-3.68%201.226a2%202%200%200%200-.782%203.312l4.15%204.149L4%2026.586V28h1.415l6.085-6.086l4.15%204.149a2%202%200%200%200%203.31-.782zm7.538-5.345l-5.29%202.644L13.1%209.565l2.645-5.29c1.22-2.442%204.475-2.97%206.406-1.04l6.613%206.615c1.93%201.93%201.403%205.185-1.04%206.406%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%22m20.187%2021.601l8.106%208.106a1%201%200%200%200%201.414-1.414l-26-26a1%201%200%200%200-1.414%201.414l8.106%208.106l-3.68%201.226a2%202%200%200%200-.782%203.312l4.15%204.149L4%2026.586V28h1.415l6.085-6.086l4.15%204.149a2%202%200%200%200%203.31-.782zm7.538-5.345l-5.29%202.644L13.1%209.565l2.645-5.29c1.22-2.442%204.475-2.97%206.406-1.04l6.613%206.615c1.93%201.93%201.403%205.185-1.04%206.406%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-filled.svg?color=%231a73e8&size=48