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

Name
pin-off-28-regular
Set
Fluent UI System Icons
Style
28 Regular
Viewbox
28×28
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 28 28"><path fill="currentColor" d="M3.28 2.22a.75.75 0 1 0-1.06 1.06l7.572 7.573l-3.625 1.394a1.75 1.75 0 0 0-.61 2.871L8.69 18.25L3 23.94V25h1.06l5.69-5.69l3.132 3.132a1.75 1.75 0 0 0 2.87-.61l1.395-3.624l7.572 7.573a.75.75 0 0 0 1.061-1.061zm12.708 14.829l-.047.115l-1.589 4.13a.25.25 0 0 1-.41.087l-7.324-7.324a.25.25 0 0 1 .087-.41l4.13-1.588q.06-.022.116-.047zm-4.19-8.432l1.127 1.126l2.234-4.716a1.75 1.75 0 0 1 2.82-.488l5.482 5.483a1.75 1.75 0 0 1-.488 2.819l-4.716 2.234l1.126 1.126l4.232-2.005c2.031-.962 2.496-3.646.907-5.235l-5.483-5.483c-1.59-1.59-4.273-1.124-5.236.907z"/></svg>

React

import type { SVGProps } from "react";

export function FluentPinOff28Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M3.28 2.22a.75.75 0 1 0-1.06 1.06l7.572 7.573l-3.625 1.394a1.75 1.75 0 0 0-.61 2.871L8.69 18.25L3 23.94V25h1.06l5.69-5.69l3.132 3.132a1.75 1.75 0 0 0 2.87-.61l1.395-3.624l7.572 7.573a.75.75 0 0 0 1.061-1.061zm12.708 14.829l-.047.115l-1.589 4.13a.25.25 0 0 1-.41.087l-7.324-7.324a.25.25 0 0 1 .087-.41l4.13-1.588q.06-.022.116-.047zm-4.19-8.432l1.127 1.126l2.234-4.716a1.75 1.75 0 0 1 2.82-.488l5.482 5.483a1.75 1.75 0 0 1-.488 2.819l-4.716 2.234l1.126 1.126l4.232-2.005c2.031-.962 2.496-3.646.907-5.235l-5.483-5.483c-1.59-1.59-4.273-1.124-5.236.907z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M3.28 2.22a.75.75 0 1 0-1.06 1.06l7.572 7.573l-3.625 1.394a1.75 1.75 0 0 0-.61 2.871L8.69 18.25L3 23.94V25h1.06l5.69-5.69l3.132 3.132a1.75 1.75 0 0 0 2.87-.61l1.395-3.624l7.572 7.573a.75.75 0 0 0 1.061-1.061zm12.708 14.829l-.047.115l-1.589 4.13a.25.25 0 0 1-.41.087l-7.324-7.324a.25.25 0 0 1 .087-.41l4.13-1.588q.06-.022.116-.047zm-4.19-8.432l1.127 1.126l2.234-4.716a1.75 1.75 0 0 1 2.82-.488l5.482 5.483a1.75 1.75 0 0 1-.488 2.819l-4.716 2.234l1.126 1.126l4.232-2.005c2.031-.962 2.496-3.646.907-5.235l-5.483-5.483c-1.59-1.59-4.273-1.124-5.236.907z"/></svg>
</template>

CSS

.icon-pin-off-28-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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M3.28%202.22a.75.75%200%201%200-1.06%201.06l7.572%207.573l-3.625%201.394a1.75%201.75%200%200%200-.61%202.871L8.69%2018.25L3%2023.94V25h1.06l5.69-5.69l3.132%203.132a1.75%201.75%200%200%200%202.87-.61l1.395-3.624l7.572%207.573a.75.75%200%200%200%201.061-1.061zm12.708%2014.829l-.047.115l-1.589%204.13a.25.25%200%200%201-.41.087l-7.324-7.324a.25.25%200%200%201%20.087-.41l4.13-1.588q.06-.022.116-.047zm-4.19-8.432l1.127%201.126l2.234-4.716a1.75%201.75%200%200%201%202.82-.488l5.482%205.483a1.75%201.75%200%200%201-.488%202.819l-4.716%202.234l1.126%201.126l4.232-2.005c2.031-.962%202.496-3.646.907-5.235l-5.483-5.483c-1.59-1.59-4.273-1.124-5.236.907z%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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M3.28%202.22a.75.75%200%201%200-1.06%201.06l7.572%207.573l-3.625%201.394a1.75%201.75%200%200%200-.61%202.871L8.69%2018.25L3%2023.94V25h1.06l5.69-5.69l3.132%203.132a1.75%201.75%200%200%200%202.87-.61l1.395-3.624l7.572%207.573a.75.75%200%200%200%201.061-1.061zm12.708%2014.829l-.047.115l-1.589%204.13a.25.25%200%200%201-.41.087l-7.324-7.324a.25.25%200%200%201%20.087-.41l4.13-1.588q.06-.022.116-.047zm-4.19-8.432l1.127%201.126l2.234-4.716a1.75%201.75%200%200%201%202.82-.488l5.482%205.483a1.75%201.75%200%200%201-.488%202.819l-4.716%202.234l1.126%201.126l4.232-2.005c2.031-.962%202.496-3.646.907-5.235l-5.483-5.483c-1.59-1.59-4.273-1.124-5.236.907z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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