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

Name
round-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 round 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-4H7a1 1 0 0 1-1-1v-1.586a1 1 0 0 1 .293-.707L9 10zm7-7a1 1 0 0 1 1 1v.382a1 1 0 0 1-.553.894L15 5v5l2.707 2.707a1 1 0 0 1 .293.707V15a1 1 0 0 1-.076.383L12.27 9.73L9 6.46V5l-1.447-.724A1 1 0 0 1 7 3.382V3a1 1 0 0 1 1-1z"/><path fill="currentColor" d="M1.635 2.905a.9.9 0 0 0 0 1.27l18.19 18.19a.898.898 0 0 0 1.27-1.27L11 11L2.905 2.905a.9.9 0 0 0-1.27 0"/></svg>

React

import type { SVGProps } from "react";

export function IcRoundPinOff(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-4H7a1 1 0 0 1-1-1v-1.586a1 1 0 0 1 .293-.707L9 10zm7-7a1 1 0 0 1 1 1v.382a1 1 0 0 1-.553.894L15 5v5l2.707 2.707a1 1 0 0 1 .293.707V15a1 1 0 0 1-.076.383L12.27 9.73L9 6.46V5l-1.447-.724A1 1 0 0 1 7 3.382V3a1 1 0 0 1 1-1z"/><path fill="currentColor" d="M1.635 2.905a.9.9 0 0 0 0 1.27l18.19 18.19a.898.898 0 0 0 1.27-1.27L11 11L2.905 2.905a.9.9 0 0 0-1.27 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="m9 9l7 7h-3v4l-1 3l-1-3v-4H7a1 1 0 0 1-1-1v-1.586a1 1 0 0 1 .293-.707L9 10zm7-7a1 1 0 0 1 1 1v.382a1 1 0 0 1-.553.894L15 5v5l2.707 2.707a1 1 0 0 1 .293.707V15a1 1 0 0 1-.076.383L12.27 9.73L9 6.46V5l-1.447-.724A1 1 0 0 1 7 3.382V3a1 1 0 0 1 1-1z"/><path fill="currentColor" d="M1.635 2.905a.9.9 0 0 0 0 1.27l18.19 18.19a.898.898 0 0 0 1.27-1.27L11 11L2.905 2.905a.9.9 0 0 0-1.27 0"/></svg>
</template>

CSS

.icon-round-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-4H7a1%201%200%200%201-1-1v-1.586a1%201%200%200%201%20.293-.707L9%2010zm7-7a1%201%200%200%201%201%201v.382a1%201%200%200%201-.553.894L15%205v5l2.707%202.707a1%201%200%200%201%20.293.707V15a1%201%200%200%201-.076.383L12.27%209.73L9%206.46V5l-1.447-.724A1%201%200%200%201%207%203.382V3a1%201%200%200%201%201-1z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M1.635%202.905a.9.9%200%200%200%200%201.27l18.19%2018.19a.898.898%200%200%200%201.27-1.27L11%2011L2.905%202.905a.9.9%200%200%200-1.27%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%22m9%209l7%207h-3v4l-1%203l-1-3v-4H7a1%201%200%200%201-1-1v-1.586a1%201%200%200%201%20.293-.707L9%2010zm7-7a1%201%200%200%201%201%201v.382a1%201%200%200%201-.553.894L15%205v5l2.707%202.707a1%201%200%200%201%20.293.707V15a1%201%200%200%201-.076.383L12.27%209.73L9%206.46V5l-1.447-.724A1%201%200%200%201%207%203.382V3a1%201%200%200%201%201-1z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M1.635%202.905a.9.9%200%200%200%200%201.27l18.19%2018.19a.898.898%200%200%200%201.27-1.27L11%2011L2.905%202.905a.9.9%200%200%200-1.27%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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