pin slash icon
pin-slash-24 from Octicons by GitHub · 24 · MIT Free for personal and commercial use.
- Name
- pin-slash-24
- Set
- Octicons
- Style
- 24
- Viewbox
- 24×24
- License
- MIT
1 other variant in Octicons
The same icon in other sets
Use the pin slash icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2.345 20.595L8.47 14.47q.219-.22.53-.22t.53.22q.22.219.22.53t-.22.53l-6.125 6.125q-.219.22-.53.22t-.53-.22q-.22-.219-.22-.53t.22-.53"/><path fill="currentColor" d="m16.72 11.97l.358-.358a6.7 6.7 0 0 1 2.326-1.518l1.896-.738a.25.25 0 0 0 .086-.409l-6.333-6.333a.25.25 0 0 0-.409.086l-.521 1.34a8.66 8.66 0 0 1-2.243 3.265a.75.75 0 0 1-1.01-1.11a7.1 7.1 0 0 0 1.854-2.699l.521-1.34a1.75 1.75 0 0 1 2.869-.603l6.333 6.333a1.75 1.75 0 0 1-.603 2.869l-1.896.737a5.3 5.3 0 0 0-1.81 1.18l-.358.358a.749.749 0 1 1-1.06-1.06m-12.549-.738a1.75 1.75 0 0 1 .757-2.92l3.366-.962l.412 1.443l-3.366.961a.25.25 0 0 0-.108.417l8.597 8.597a.25.25 0 0 0 .417-.108l.961-3.366l1.443.412l-.962 3.366a1.75 1.75 0 0 1-2.92.757Z"/><path fill="currentColor" d="m3.405 2.095l18.75 18.75q.22.219.22.53t-.22.53t-.53.22t-.53-.22L2.345 3.155q-.22-.219-.22-.53t.22-.53q.219-.22.53-.22t.53.22"/></svg>
React
import type { SVGProps } from "react";
export function OcticonPinSlash24(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="M2.345 20.595L8.47 14.47q.219-.22.53-.22t.53.22q.22.219.22.53t-.22.53l-6.125 6.125q-.219.22-.53.22t-.53-.22q-.22-.219-.22-.53t.22-.53"/><path fill="currentColor" d="m16.72 11.97l.358-.358a6.7 6.7 0 0 1 2.326-1.518l1.896-.738a.25.25 0 0 0 .086-.409l-6.333-6.333a.25.25 0 0 0-.409.086l-.521 1.34a8.66 8.66 0 0 1-2.243 3.265a.75.75 0 0 1-1.01-1.11a7.1 7.1 0 0 0 1.854-2.699l.521-1.34a1.75 1.75 0 0 1 2.869-.603l6.333 6.333a1.75 1.75 0 0 1-.603 2.869l-1.896.737a5.3 5.3 0 0 0-1.81 1.18l-.358.358a.749.749 0 1 1-1.06-1.06m-12.549-.738a1.75 1.75 0 0 1 .757-2.92l3.366-.962l.412 1.443l-3.366.961a.25.25 0 0 0-.108.417l8.597 8.597a.25.25 0 0 0 .417-.108l.961-3.366l1.443.412l-.962 3.366a1.75 1.75 0 0 1-2.92.757Z"/><path fill="currentColor" d="m3.405 2.095l18.75 18.75q.22.219.22.53t-.22.53t-.53.22t-.53-.22L2.345 3.155q-.22-.219-.22-.53t.22-.53q.219-.22.53-.22t.53.22"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2.345 20.595L8.47 14.47q.219-.22.53-.22t.53.22q.22.219.22.53t-.22.53l-6.125 6.125q-.219.22-.53.22t-.53-.22q-.22-.219-.22-.53t.22-.53"/><path fill="currentColor" d="m16.72 11.97l.358-.358a6.7 6.7 0 0 1 2.326-1.518l1.896-.738a.25.25 0 0 0 .086-.409l-6.333-6.333a.25.25 0 0 0-.409.086l-.521 1.34a8.66 8.66 0 0 1-2.243 3.265a.75.75 0 0 1-1.01-1.11a7.1 7.1 0 0 0 1.854-2.699l.521-1.34a1.75 1.75 0 0 1 2.869-.603l6.333 6.333a1.75 1.75 0 0 1-.603 2.869l-1.896.737a5.3 5.3 0 0 0-1.81 1.18l-.358.358a.749.749 0 1 1-1.06-1.06m-12.549-.738a1.75 1.75 0 0 1 .757-2.92l3.366-.962l.412 1.443l-3.366.961a.25.25 0 0 0-.108.417l8.597 8.597a.25.25 0 0 0 .417-.108l.961-3.366l1.443.412l-.962 3.366a1.75 1.75 0 0 1-2.92.757Z"/><path fill="currentColor" d="m3.405 2.095l18.75 18.75q.22.219.22.53t-.22.53t-.53.22t-.53-.22L2.345 3.155q-.22-.219-.22-.53t.22-.53q.219-.22.53-.22t.53.22"/></svg> </template>
CSS
.icon-pin-slash-24 {
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%22M2.345%2020.595L8.47%2014.47q.219-.22.53-.22t.53.22q.22.219.22.53t-.22.53l-6.125%206.125q-.219.22-.53.22t-.53-.22q-.22-.219-.22-.53t.22-.53%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m16.72%2011.97l.358-.358a6.7%206.7%200%200%201%202.326-1.518l1.896-.738a.25.25%200%200%200%20.086-.409l-6.333-6.333a.25.25%200%200%200-.409.086l-.521%201.34a8.66%208.66%200%200%201-2.243%203.265a.75.75%200%200%201-1.01-1.11a7.1%207.1%200%200%200%201.854-2.699l.521-1.34a1.75%201.75%200%200%201%202.869-.603l6.333%206.333a1.75%201.75%200%200%201-.603%202.869l-1.896.737a5.3%205.3%200%200%200-1.81%201.18l-.358.358a.749.749%200%201%201-1.06-1.06m-12.549-.738a1.75%201.75%200%200%201%20.757-2.92l3.366-.962l.412%201.443l-3.366.961a.25.25%200%200%200-.108.417l8.597%208.597a.25.25%200%200%200%20.417-.108l.961-3.366l1.443.412l-.962%203.366a1.75%201.75%200%200%201-2.92.757Z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m3.405%202.095l18.75%2018.75q.22.219.22.53t-.22.53t-.53.22t-.53-.22L2.345%203.155q-.22-.219-.22-.53t.22-.53q.219-.22.53-.22t.53.22%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%22M2.345%2020.595L8.47%2014.47q.219-.22.53-.22t.53.22q.22.219.22.53t-.22.53l-6.125%206.125q-.219.22-.53.22t-.53-.22q-.22-.219-.22-.53t.22-.53%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m16.72%2011.97l.358-.358a6.7%206.7%200%200%201%202.326-1.518l1.896-.738a.25.25%200%200%200%20.086-.409l-6.333-6.333a.25.25%200%200%200-.409.086l-.521%201.34a8.66%208.66%200%200%201-2.243%203.265a.75.75%200%200%201-1.01-1.11a7.1%207.1%200%200%200%201.854-2.699l.521-1.34a1.75%201.75%200%200%201%202.869-.603l6.333%206.333a1.75%201.75%200%200%201-.603%202.869l-1.896.737a5.3%205.3%200%200%200-1.81%201.18l-.358.358a.749.749%200%201%201-1.06-1.06m-12.549-.738a1.75%201.75%200%200%201%20.757-2.92l3.366-.962l.412%201.443l-3.366.961a.25.25%200%200%200-.108.417l8.597%208.597a.25.25%200%200%200%20.417-.108l.961-3.366l1.443.412l-.962%203.366a1.75%201.75%200%200%201-2.92.757Z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m3.405%202.095l18.75%2018.75q.22.219.22.53t-.22.53t-.53.22t-.53-.22L2.345%203.155q-.22-.219-.22-.53t.22-.53q.219-.22.53-.22t.53.22%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/octicon/pin-slash-24.svg?color=%231a73e8&size=48