sharp-pin-off from Google Material Icons by Material Design Authors · Baseline · Content · Apache-2.0 Free for personal and commercial use.

Name
sharp-pin-off
Set
Google Material Icons
Style
Baseline
Category
Content
Viewbox
24×24
License
Apache 2.0

More content icons from Google Material Icons

Use the sharp pin off icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m9 9l7 7h-3v4l-1 3l-1-3v-4H6v-3l3-3zm8-7v2l-2 1v5l3 3v2.461L12.27 9.73L9 6.46V5L7 4V2z"/><path fill="currentColor" d="M2.27 2.27L1 3.54L20.46 23l1.27-1.27L11 11z"/></svg>

React

import type { SVGProps } from "react";

export function IcSharpPinOff(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m9 9l7 7h-3v4l-1 3l-1-3v-4H6v-3l3-3zm8-7v2l-2 1v5l3 3v2.461L12.27 9.73L9 6.46V5L7 4V2z"/><path fill="currentColor" d="M2.27 2.27L1 3.54L20.46 23l1.27-1.27L11 11z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m9 9l7 7h-3v4l-1 3l-1-3v-4H6v-3l3-3zm8-7v2l-2 1v5l3 3v2.461L12.27 9.73L9 6.46V5L7 4V2z"/><path fill="currentColor" d="M2.27 2.27L1 3.54L20.46 23l1.27-1.27L11 11z"/></svg>
</template>

CSS

.icon-sharp-pin-off {
  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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m9%209l7%207h-3v4l-1%203l-1-3v-4H6v-3l3-3zm8-7v2l-2%201v5l3%203v2.461L12.27%209.73L9%206.46V5L7%204V2z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M2.27%202.27L1%203.54L20.46%2023l1.27-1.27L11%2011z%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m9%209l7%207h-3v4l-1%203l-1-3v-4H6v-3l3-3zm8-7v2l-2%201v5l3%203v2.461L12.27%209.73L9%206.46V5L7%204V2z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M2.27%202.27L1%203.54L20.46%2023l1.27-1.27L11%2011z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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