pin off icon
pin-off-48-regular from Fluent UI System Icons by Microsoft Corporation · 48 Regular · MIT Free for personal and commercial use.
- Name
- pin-off-48-regular
- Set
- Fluent UI System Icons
- Style
- 48 Regular
- 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="M16.709 18.477L4.616 6.384a1.25 1.25 0 1 1 1.768-1.768l37 37a1.25 1.25 0 0 1-1.768 1.768L29.524 31.292l-2.16 6.25c-.663 1.92-3.107 2.483-4.543 1.047L17 32.769L7.768 42H6v-1.767L15.232 31l-5.82-5.82c-1.437-1.436-.874-3.88 1.046-4.544zm10.849 10.849l-8.884-8.883l-7.4 2.556a.25.25 0 0 0-.095.413l13.41 13.409c.13.13.352.08.413-.095zm12.54-7.772l-8.827 4.414l1.863 1.863l8.082-4.04c2.9-1.45 3.527-5.316 1.234-7.608L31.817 5.55c-2.292-2.292-6.157-1.665-7.607 1.235l-4.04 8.081l1.863 1.864l4.413-8.827a2.25 2.25 0 0 1 3.604-.585l10.632 10.633a2.25 2.25 0 0 1-.584 3.603"/></svg>
React
import type { SVGProps } from "react";
export function FluentPinOff48Regular(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="M16.709 18.477L4.616 6.384a1.25 1.25 0 1 1 1.768-1.768l37 37a1.25 1.25 0 0 1-1.768 1.768L29.524 31.292l-2.16 6.25c-.663 1.92-3.107 2.483-4.543 1.047L17 32.769L7.768 42H6v-1.767L15.232 31l-5.82-5.82c-1.437-1.436-.874-3.88 1.046-4.544zm10.849 10.849l-8.884-8.883l-7.4 2.556a.25.25 0 0 0-.095.413l13.41 13.409c.13.13.352.08.413-.095zm12.54-7.772l-8.827 4.414l1.863 1.863l8.082-4.04c2.9-1.45 3.527-5.316 1.234-7.608L31.817 5.55c-2.292-2.292-6.157-1.665-7.607 1.235l-4.04 8.081l1.863 1.864l4.413-8.827a2.25 2.25 0 0 1 3.604-.585l10.632 10.633a2.25 2.25 0 0 1-.584 3.603"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M16.709 18.477L4.616 6.384a1.25 1.25 0 1 1 1.768-1.768l37 37a1.25 1.25 0 0 1-1.768 1.768L29.524 31.292l-2.16 6.25c-.663 1.92-3.107 2.483-4.543 1.047L17 32.769L7.768 42H6v-1.767L15.232 31l-5.82-5.82c-1.437-1.436-.874-3.88 1.046-4.544zm10.849 10.849l-8.884-8.883l-7.4 2.556a.25.25 0 0 0-.095.413l13.41 13.409c.13.13.352.08.413-.095zm12.54-7.772l-8.827 4.414l1.863 1.863l8.082-4.04c2.9-1.45 3.527-5.316 1.234-7.608L31.817 5.55c-2.292-2.292-6.157-1.665-7.607 1.235l-4.04 8.081l1.863 1.864l4.413-8.827a2.25 2.25 0 0 1 3.604-.585l10.632 10.633a2.25 2.25 0 0 1-.584 3.603"/></svg> </template>
CSS
.icon-pin-off-48-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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16.709%2018.477L4.616%206.384a1.25%201.25%200%201%201%201.768-1.768l37%2037a1.25%201.25%200%200%201-1.768%201.768L29.524%2031.292l-2.16%206.25c-.663%201.92-3.107%202.483-4.543%201.047L17%2032.769L7.768%2042H6v-1.767L15.232%2031l-5.82-5.82c-1.437-1.436-.874-3.88%201.046-4.544zm10.849%2010.849l-8.884-8.883l-7.4%202.556a.25.25%200%200%200-.095.413l13.41%2013.409c.13.13.352.08.413-.095zm12.54-7.772l-8.827%204.414l1.863%201.863l8.082-4.04c2.9-1.45%203.527-5.316%201.234-7.608L31.817%205.55c-2.292-2.292-6.157-1.665-7.607%201.235l-4.04%208.081l1.863%201.864l4.413-8.827a2.25%202.25%200%200%201%203.604-.585l10.632%2010.633a2.25%202.25%200%200%201-.584%203.603%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%22M16.709%2018.477L4.616%206.384a1.25%201.25%200%201%201%201.768-1.768l37%2037a1.25%201.25%200%200%201-1.768%201.768L29.524%2031.292l-2.16%206.25c-.663%201.92-3.107%202.483-4.543%201.047L17%2032.769L7.768%2042H6v-1.767L15.232%2031l-5.82-5.82c-1.437-1.436-.874-3.88%201.046-4.544zm10.849%2010.849l-8.884-8.883l-7.4%202.556a.25.25%200%200%200-.095.413l13.41%2013.409c.13.13.352.08.413-.095zm12.54-7.772l-8.827%204.414l1.863%201.863l8.082-4.04c2.9-1.45%203.527-5.316%201.234-7.608L31.817%205.55c-2.292-2.292-6.157-1.665-7.607%201.235l-4.04%208.081l1.863%201.864l4.413-8.827a2.25%202.25%200%200%201%203.604-.585l10.632%2010.633a2.25%202.25%200%200%201-.584%203.603%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-regular.svg?color=%231a73e8&size=48