pin off icon

pin-off-filled from Reicon by REICON · Filled · UI · MIT Free for personal and commercial use.

Name
pin-off-filled
Set
Reicon
Style
Filled
Category
UI
Viewbox
24×24
License
MIT

1 other variant in Reicon

The same icon in other sets

All pin off icons →

More ui icons from Reicon

Use the 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="M12 1.25c-1.857 0-3.58.58-4.997 1.566A.75.75 0 0 0 6.9 3.962l3.864 3.863a2.5 2.5 0 0 1 3.409 3.409l4.007 4.008a.75.75 0 0 0 1.187-.168c.798-1.447 1.382-3.136 1.382-5.074A8.75 8.75 0 0 0 12 1.25m10.53 21.28a.75.75 0 0 0 0-1.06l-20-20a.75.75 0 0 0-1.06 1.06l3.004 3.004A8.7 8.7 0 0 0 3.25 10c0 4.203 2.67 7.166 4.52 9.221l.172.19c.683.759 2.26 2.221 3.05 2.946a1.49 1.49 0 0 0 2.015 0c.79-.725 2.368-2.187 3.05-2.945l.121-.134c.298-.33.624-.692.958-1.082l4.334 4.334a.75.75 0 0 0 1.06 0"/></svg>

React

import type { SVGProps } from "react";

export function ReiconPinOffFilled(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="M12 1.25c-1.857 0-3.58.58-4.997 1.566A.75.75 0 0 0 6.9 3.962l3.864 3.863a2.5 2.5 0 0 1 3.409 3.409l4.007 4.008a.75.75 0 0 0 1.187-.168c.798-1.447 1.382-3.136 1.382-5.074A8.75 8.75 0 0 0 12 1.25m10.53 21.28a.75.75 0 0 0 0-1.06l-20-20a.75.75 0 0 0-1.06 1.06l3.004 3.004A8.7 8.7 0 0 0 3.25 10c0 4.203 2.67 7.166 4.52 9.221l.172.19c.683.759 2.26 2.221 3.05 2.946a1.49 1.49 0 0 0 2.015 0c.79-.725 2.368-2.187 3.05-2.945l.121-.134c.298-.33.624-.692.958-1.082l4.334 4.334a.75.75 0 0 0 1.06 0"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 1.25c-1.857 0-3.58.58-4.997 1.566A.75.75 0 0 0 6.9 3.962l3.864 3.863a2.5 2.5 0 0 1 3.409 3.409l4.007 4.008a.75.75 0 0 0 1.187-.168c.798-1.447 1.382-3.136 1.382-5.074A8.75 8.75 0 0 0 12 1.25m10.53 21.28a.75.75 0 0 0 0-1.06l-20-20a.75.75 0 0 0-1.06 1.06l3.004 3.004A8.7 8.7 0 0 0 3.25 10c0 4.203 2.67 7.166 4.52 9.221l.172.19c.683.759 2.26 2.221 3.05 2.946a1.49 1.49 0 0 0 2.015 0c.79-.725 2.368-2.187 3.05-2.945l.121-.134c.298-.33.624-.692.958-1.082l4.334 4.334a.75.75 0 0 0 1.06 0"/></svg>
</template>

CSS

.icon-pin-off-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%201.25c-1.857%200-3.58.58-4.997%201.566A.75.75%200%200%200%206.9%203.962l3.864%203.863a2.5%202.5%200%200%201%203.409%203.409l4.007%204.008a.75.75%200%200%200%201.187-.168c.798-1.447%201.382-3.136%201.382-5.074A8.75%208.75%200%200%200%2012%201.25m10.53%2021.28a.75.75%200%200%200%200-1.06l-20-20a.75.75%200%200%200-1.06%201.06l3.004%203.004A8.7%208.7%200%200%200%203.25%2010c0%204.203%202.67%207.166%204.52%209.221l.172.19c.683.759%202.26%202.221%203.05%202.946a1.49%201.49%200%200%200%202.015%200c.79-.725%202.368-2.187%203.05-2.945l.121-.134c.298-.33.624-.692.958-1.082l4.334%204.334a.75.75%200%200%200%201.06%200%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%22M12%201.25c-1.857%200-3.58.58-4.997%201.566A.75.75%200%200%200%206.9%203.962l3.864%203.863a2.5%202.5%200%200%201%203.409%203.409l4.007%204.008a.75.75%200%200%200%201.187-.168c.798-1.447%201.382-3.136%201.382-5.074A8.75%208.75%200%200%200%2012%201.25m10.53%2021.28a.75.75%200%200%200%200-1.06l-20-20a.75.75%200%200%200-1.06%201.06l3.004%203.004A8.7%208.7%200%200%200%203.25%2010c0%204.203%202.67%207.166%204.52%209.221l.172.19c.683.759%202.26%202.221%203.05%202.946a1.49%201.49%200%200%200%202.015%200c.79-.725%202.368-2.187%203.05-2.945l.121-.134c.298-.33.624-.692.958-1.082l4.334%204.334a.75.75%200%200%200%201.06%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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