pin off icon
pin-off-28-filled from Fluent UI System Icons by Microsoft Corporation · 28 Filled · MIT Free for personal and commercial use.
- Name
- pin-off-28-filled
- Set
- Fluent UI System Icons
- Style
- 28 Filled
- 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.939v1.06h1.06l5.69-5.689l3.132 3.132a1.75 1.75 0 0 0 2.87-.61l1.395-3.625l7.572 7.573a.75.75 0 0 0 1.061-1.06zm8.52 6.397l7.584 7.584l4.232-2.005c2.031-.962 2.496-3.646.907-5.235L19.04 3.478c-1.59-1.59-4.274-1.125-5.236.907z"/></svg>
React
import type { SVGProps } from "react";
export function FluentPinOff28Filled(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.939v1.06h1.06l5.69-5.689l3.132 3.132a1.75 1.75 0 0 0 2.87-.61l1.395-3.625l7.572 7.573a.75.75 0 0 0 1.061-1.06zm8.52 6.397l7.584 7.584l4.232-2.005c2.031-.962 2.496-3.646.907-5.235L19.04 3.478c-1.59-1.59-4.274-1.125-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.939v1.06h1.06l5.69-5.689l3.132 3.132a1.75 1.75 0 0 0 2.87-.61l1.395-3.625l7.572 7.573a.75.75 0 0 0 1.061-1.06zm8.52 6.397l7.584 7.584l4.232-2.005c2.031-.962 2.496-3.646.907-5.235L19.04 3.478c-1.59-1.59-4.274-1.125-5.236.907z"/></svg> </template>
CSS
.icon-pin-off-28-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%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.939v1.06h1.06l5.69-5.689l3.132%203.132a1.75%201.75%200%200%200%202.87-.61l1.395-3.625l7.572%207.573a.75.75%200%200%200%201.061-1.06zm8.52%206.397l7.584%207.584l4.232-2.005c2.031-.962%202.496-3.646.907-5.235L19.04%203.478c-1.59-1.59-4.274-1.125-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.939v1.06h1.06l5.69-5.689l3.132%203.132a1.75%201.75%200%200%200%202.87-.61l1.395-3.625l7.572%207.573a.75.75%200%200%200%201.061-1.06zm8.52%206.397l7.584%207.584l4.232-2.005c2.031-.962%202.496-3.646.907-5.235L19.04%203.478c-1.59-1.59-4.274-1.125-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-filled.svg?color=%231a73e8&size=48