pin slash icon
pin-slash-16 from Octicons by GitHub · 16 · MIT Free for personal and commercial use.
- Name
- pin-slash-16
- Set
- Octicons
- Style
- 16
- Viewbox
- 16×16
- 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 16 16"><path fill="currentColor" d="m1.655.595l13.75 13.75q.22.219.22.53t-.22.53q-.219.22-.53.22t-.53-.22L.595 1.655q-.22-.219-.22-.53t.22-.53q.219-.22.53-.22t.53.22M.72 14.22l4.5-4.5q.219-.22.53-.22t.53.22q.22.219.22.53t-.22.53l-4.5 4.5q-.219.22-.53.22t-.53-.22q-.22-.219-.22-.53t.22-.53"/><path fill="currentColor" d="m5.424 6.146l-1.759.419q-.143.034-.183.175t.064.245l5.469 5.469q.104.104.245.064t.175-.183l.359-1.509q.072-.302.337-.465q.264-.163.567-.091t.465.337t.09.567l-.359 1.509q-.238.999-1.226 1.278q-.988.28-1.714-.446L2.485 8.046q-.726-.726-.446-1.714t1.278-1.226l1.759-.419q.303-.072.567.091q.265.163.337.465t-.091.567q-.163.264-.465.336M7.47 3.47q.155-.156.247-.355l.751-1.627Q8.851.659 9.75.498q.899-.16 1.544.486l3.722 3.722q.646.645.486 1.544t-.99 1.282l-1.627.751q-.199.092-.355.247q-.219.22-.53.22t-.53-.22q-.22-.219-.22-.53t.22-.53q.344-.345.787-.549l1.627-.751q.118-.055.141-.183t-.069-.221l-3.722-3.722q-.092-.092-.221-.069q-.128.023-.183.141l-.751 1.627q-.204.443-.549.787q-.219.22-.53.22t-.53-.22T7.25 4t.22-.53"/></svg>
React
import type { SVGProps } from "react";
export function OcticonPinSlash16(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="m1.655.595l13.75 13.75q.22.219.22.53t-.22.53q-.219.22-.53.22t-.53-.22L.595 1.655q-.22-.219-.22-.53t.22-.53q.219-.22.53-.22t.53.22M.72 14.22l4.5-4.5q.219-.22.53-.22t.53.22q.22.219.22.53t-.22.53l-4.5 4.5q-.219.22-.53.22t-.53-.22q-.22-.219-.22-.53t.22-.53"/><path fill="currentColor" d="m5.424 6.146l-1.759.419q-.143.034-.183.175t.064.245l5.469 5.469q.104.104.245.064t.175-.183l.359-1.509q.072-.302.337-.465q.264-.163.567-.091t.465.337t.09.567l-.359 1.509q-.238.999-1.226 1.278q-.988.28-1.714-.446L2.485 8.046q-.726-.726-.446-1.714t1.278-1.226l1.759-.419q.303-.072.567.091q.265.163.337.465t-.091.567q-.163.264-.465.336M7.47 3.47q.155-.156.247-.355l.751-1.627Q8.851.659 9.75.498q.899-.16 1.544.486l3.722 3.722q.646.645.486 1.544t-.99 1.282l-1.627.751q-.199.092-.355.247q-.219.22-.53.22t-.53-.22q-.22-.219-.22-.53t.22-.53q.344-.345.787-.549l1.627-.751q.118-.055.141-.183t-.069-.221l-3.722-3.722q-.092-.092-.221-.069q-.128.023-.183.141l-.751 1.627q-.204.443-.549.787q-.219.22-.53.22t-.53-.22T7.25 4t.22-.53"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="m1.655.595l13.75 13.75q.22.219.22.53t-.22.53q-.219.22-.53.22t-.53-.22L.595 1.655q-.22-.219-.22-.53t.22-.53q.219-.22.53-.22t.53.22M.72 14.22l4.5-4.5q.219-.22.53-.22t.53.22q.22.219.22.53t-.22.53l-4.5 4.5q-.219.22-.53.22t-.53-.22q-.22-.219-.22-.53t.22-.53"/><path fill="currentColor" d="m5.424 6.146l-1.759.419q-.143.034-.183.175t.064.245l5.469 5.469q.104.104.245.064t.175-.183l.359-1.509q.072-.302.337-.465q.264-.163.567-.091t.465.337t.09.567l-.359 1.509q-.238.999-1.226 1.278q-.988.28-1.714-.446L2.485 8.046q-.726-.726-.446-1.714t1.278-1.226l1.759-.419q.303-.072.567.091q.265.163.337.465t-.091.567q-.163.264-.465.336M7.47 3.47q.155-.156.247-.355l.751-1.627Q8.851.659 9.75.498q.899-.16 1.544.486l3.722 3.722q.646.645.486 1.544t-.99 1.282l-1.627.751q-.199.092-.355.247q-.219.22-.53.22t-.53-.22q-.22-.219-.22-.53t.22-.53q.344-.345.787-.549l1.627-.751q.118-.055.141-.183t-.069-.221l-3.722-3.722q-.092-.092-.221-.069q-.128.023-.183.141l-.751 1.627q-.204.443-.549.787q-.219.22-.53.22t-.53-.22T7.25 4t.22-.53"/></svg> </template>
CSS
.icon-pin-slash-16 {
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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m1.655.595l13.75%2013.75q.22.219.22.53t-.22.53q-.219.22-.53.22t-.53-.22L.595%201.655q-.22-.219-.22-.53t.22-.53q.219-.22.53-.22t.53.22M.72%2014.22l4.5-4.5q.219-.22.53-.22t.53.22q.22.219.22.53t-.22.53l-4.5%204.5q-.219.22-.53.22t-.53-.22q-.22-.219-.22-.53t.22-.53%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m5.424%206.146l-1.759.419q-.143.034-.183.175t.064.245l5.469%205.469q.104.104.245.064t.175-.183l.359-1.509q.072-.302.337-.465q.264-.163.567-.091t.465.337t.09.567l-.359%201.509q-.238.999-1.226%201.278q-.988.28-1.714-.446L2.485%208.046q-.726-.726-.446-1.714t1.278-1.226l1.759-.419q.303-.072.567.091q.265.163.337.465t-.091.567q-.163.264-.465.336M7.47%203.47q.155-.156.247-.355l.751-1.627Q8.851.659%209.75.498q.899-.16%201.544.486l3.722%203.722q.646.645.486%201.544t-.99%201.282l-1.627.751q-.199.092-.355.247q-.219.22-.53.22t-.53-.22q-.22-.219-.22-.53t.22-.53q.344-.345.787-.549l1.627-.751q.118-.055.141-.183t-.069-.221l-3.722-3.722q-.092-.092-.221-.069q-.128.023-.183.141l-.751%201.627q-.204.443-.549.787q-.219.22-.53.22t-.53-.22T7.25%204t.22-.53%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m1.655.595l13.75%2013.75q.22.219.22.53t-.22.53q-.219.22-.53.22t-.53-.22L.595%201.655q-.22-.219-.22-.53t.22-.53q.219-.22.53-.22t.53.22M.72%2014.22l4.5-4.5q.219-.22.53-.22t.53.22q.22.219.22.53t-.22.53l-4.5%204.5q-.219.22-.53.22t-.53-.22q-.22-.219-.22-.53t.22-.53%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m5.424%206.146l-1.759.419q-.143.034-.183.175t.064.245l5.469%205.469q.104.104.245.064t.175-.183l.359-1.509q.072-.302.337-.465q.264-.163.567-.091t.465.337t.09.567l-.359%201.509q-.238.999-1.226%201.278q-.988.28-1.714-.446L2.485%208.046q-.726-.726-.446-1.714t1.278-1.226l1.759-.419q.303-.072.567.091q.265.163.337.465t-.091.567q-.163.264-.465.336M7.47%203.47q.155-.156.247-.355l.751-1.627Q8.851.659%209.75.498q.899-.16%201.544.486l3.722%203.722q.646.645.486%201.544t-.99%201.282l-1.627.751q-.199.092-.355.247q-.219.22-.53.22t-.53-.22q-.22-.219-.22-.53t.22-.53q.344-.345.787-.549l1.627-.751q.118-.055.141-.183t-.069-.221l-3.722-3.722q-.092-.092-.221-.069q-.128.023-.183.141l-.751%201.627q-.204.443-.549.787q-.219.22-.53.22t-.53-.22T7.25%204t.22-.53%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/octicon/pin-slash-16.svg?color=%231a73e8&size=48