pin off icon
pin-off-48-filled from Fluent UI System Icons by Microsoft Corporation · 48 Filled · MIT Free for personal and commercial use.
- Name
- pin-off-48-filled
- Set
- Fluent UI System Icons
- Style
- 48 Filled
- Viewbox
- 48×48
- 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 48 48"><path fill="currentColor" d="m29.524 31.292l12.092 12.092a1.25 1.25 0 1 0 1.768-1.767l-37-37a1.25 1.25 0 1 0-1.768 1.767L16.71 18.477l-6.25 2.159c-1.92.663-2.484 3.108-1.047 4.544l5.82 5.82L6 40.233V42h1.768L17 32.768l5.82 5.82c1.437 1.437 3.881.874 4.544-1.046zm11.692-7.502l-8.082 4.041l-12.965-12.964l4.041-8.082c1.45-2.9 5.315-3.527 7.608-1.235L42.45 16.183c2.293 2.292 1.665 6.157-1.234 7.607"/></svg>
React
import type { SVGProps } from "react";
export function FluentPinOff48Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="m29.524 31.292l12.092 12.092a1.25 1.25 0 1 0 1.768-1.767l-37-37a1.25 1.25 0 1 0-1.768 1.767L16.71 18.477l-6.25 2.159c-1.92.663-2.484 3.108-1.047 4.544l5.82 5.82L6 40.233V42h1.768L17 32.768l5.82 5.82c1.437 1.437 3.881.874 4.544-1.046zm11.692-7.502l-8.082 4.041l-12.965-12.964l4.041-8.082c1.45-2.9 5.315-3.527 7.608-1.235L42.45 16.183c2.293 2.292 1.665 6.157-1.234 7.607"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="m29.524 31.292l12.092 12.092a1.25 1.25 0 1 0 1.768-1.767l-37-37a1.25 1.25 0 1 0-1.768 1.767L16.71 18.477l-6.25 2.159c-1.92.663-2.484 3.108-1.047 4.544l5.82 5.82L6 40.233V42h1.768L17 32.768l5.82 5.82c1.437 1.437 3.881.874 4.544-1.046zm11.692-7.502l-8.082 4.041l-12.965-12.964l4.041-8.082c1.45-2.9 5.315-3.527 7.608-1.235L42.45 16.183c2.293 2.292 1.665 6.157-1.234 7.607"/></svg> </template>
CSS
.icon-pin-off-48-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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m29.524%2031.292l12.092%2012.092a1.25%201.25%200%201%200%201.768-1.767l-37-37a1.25%201.25%200%201%200-1.768%201.767L16.71%2018.477l-6.25%202.159c-1.92.663-2.484%203.108-1.047%204.544l5.82%205.82L6%2040.233V42h1.768L17%2032.768l5.82%205.82c1.437%201.437%203.881.874%204.544-1.046zm11.692-7.502l-8.082%204.041l-12.965-12.964l4.041-8.082c1.45-2.9%205.315-3.527%207.608-1.235L42.45%2016.183c2.293%202.292%201.665%206.157-1.234%207.607%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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m29.524%2031.292l12.092%2012.092a1.25%201.25%200%201%200%201.768-1.767l-37-37a1.25%201.25%200%201%200-1.768%201.767L16.71%2018.477l-6.25%202.159c-1.92.663-2.484%203.108-1.047%204.544l5.82%205.82L6%2040.233V42h1.768L17%2032.768l5.82%205.82c1.437%201.437%203.881.874%204.544-1.046zm11.692-7.502l-8.082%204.041l-12.965-12.964l4.041-8.082c1.45-2.9%205.315-3.527%207.608-1.235L42.45%2016.183c2.293%202.292%201.665%206.157-1.234%207.607%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/pin-off-48-filled.svg?color=%231a73e8&size=48