offline-pin-off from Material Symbols Light by Google · Regular · Actions · Apache-2.0 Free for personal and commercial use.

Name
offline-pin-off
Set
Material Symbols Light
Style
Regular
Category
Actions
Viewbox
24×24
License
Apache 2.0
Aliases
offline-pin-off-sharp

3 other variants in Material Symbols Light

The same icon in other sets

More actions icons from Material Symbols Light

Use the offline 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="m19.833 21.26l-2.237-2.237q-1.205.973-2.634 1.475Q13.532 21 12 21q-1.864 0-3.506-.71q-1.642-.711-2.857-1.926q-1.216-1.216-1.926-2.858Q3 13.864 3 12q0-1.533.502-2.961q.502-1.43 1.475-2.635L2.741 4.167l.713-.713l17.092 17.092zM8.5 16.5h6.573l-1-1H8.5zm11.12.308l-6.085-6.085l2.373-2.373l-.714-.702l-2.367 2.368L7.192 4.38q1.09-.685 2.308-1.033T12 3q1.864 0 3.506.71q1.642.711 2.857 1.927q1.216 1.215 1.926 2.857Q21 10.137 21 12q0 1.283-.348 2.5t-1.033 2.308"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightOfflinePinOff(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="m19.833 21.26l-2.237-2.237q-1.205.973-2.634 1.475Q13.532 21 12 21q-1.864 0-3.506-.71q-1.642-.711-2.857-1.926q-1.216-1.216-1.926-2.858Q3 13.864 3 12q0-1.533.502-2.961q.502-1.43 1.475-2.635L2.741 4.167l.713-.713l17.092 17.092zM8.5 16.5h6.573l-1-1H8.5zm11.12.308l-6.085-6.085l2.373-2.373l-.714-.702l-2.367 2.368L7.192 4.38q1.09-.685 2.308-1.033T12 3q1.864 0 3.506.71q1.642.711 2.857 1.927q1.216 1.215 1.926 2.857Q21 10.137 21 12q0 1.283-.348 2.5t-1.033 2.308"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m19.833 21.26l-2.237-2.237q-1.205.973-2.634 1.475Q13.532 21 12 21q-1.864 0-3.506-.71q-1.642-.711-2.857-1.926q-1.216-1.216-1.926-2.858Q3 13.864 3 12q0-1.533.502-2.961q.502-1.43 1.475-2.635L2.741 4.167l.713-.713l17.092 17.092zM8.5 16.5h6.573l-1-1H8.5zm11.12.308l-6.085-6.085l2.373-2.373l-.714-.702l-2.367 2.368L7.192 4.38q1.09-.685 2.308-1.033T12 3q1.864 0 3.506.71q1.642.711 2.857 1.927q1.216 1.215 1.926 2.857Q21 10.137 21 12q0 1.283-.348 2.5t-1.033 2.308"/></svg>
</template>

CSS

.icon-offline-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%22m19.833%2021.26l-2.237-2.237q-1.205.973-2.634%201.475Q13.532%2021%2012%2021q-1.864%200-3.506-.71q-1.642-.711-2.857-1.926q-1.216-1.216-1.926-2.858Q3%2013.864%203%2012q0-1.533.502-2.961q.502-1.43%201.475-2.635L2.741%204.167l.713-.713l17.092%2017.092zM8.5%2016.5h6.573l-1-1H8.5zm11.12.308l-6.085-6.085l2.373-2.373l-.714-.702l-2.367%202.368L7.192%204.38q1.09-.685%202.308-1.033T12%203q1.864%200%203.506.71q1.642.711%202.857%201.927q1.216%201.215%201.926%202.857Q21%2010.137%2021%2012q0%201.283-.348%202.5t-1.033%202.308%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%22m19.833%2021.26l-2.237-2.237q-1.205.973-2.634%201.475Q13.532%2021%2012%2021q-1.864%200-3.506-.71q-1.642-.711-2.857-1.926q-1.216-1.216-1.926-2.858Q3%2013.864%203%2012q0-1.533.502-2.961q.502-1.43%201.475-2.635L2.741%204.167l.713-.713l17.092%2017.092zM8.5%2016.5h6.573l-1-1H8.5zm11.12.308l-6.085-6.085l2.373-2.373l-.714-.702l-2.367%202.368L7.192%204.38q1.09-.685%202.308-1.033T12%203q1.864%200%203.506.71q1.642.711%202.857%201.927q1.216%201.215%201.926%202.857Q21%2010.137%2021%2012q0%201.283-.348%202.5t-1.033%202.308%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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