push pin slash icon
push-pin-slash-bold from Phosphor by Phosphor Icons · Bold · MIT Free for personal and commercial use.
- Name
- push-pin-slash-bold
- Set
- Phosphor
- Style
- Bold
- Viewbox
- 256×256
- License
- MIT
5 other variants in Phosphor
Related icons in Phosphor
Use the push pin slash icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M56.88 31.93a12 12 0 1 0-17.76 16.14L60 71a76 76 0 0 0-24.54 13.51a20 20 0 0 0-1.6 29.73l45.46 45.47l-39.8 39.8a12 12 0 0 0 17 17l39.8-39.81l45.47 45.46A20 20 0 0 0 155.9 228c.47 0 .94 0 1.41-.05a20 20 0 0 0 14.56-7.95a97.5 97.5 0 0 0 9.54-15.46l17.72 19.49a12 12 0 1 0 17.76-16.14Zm98.49 169.88L54.08 100.52C62 95 70.31 92.12 78.91 91.83l84.51 93a62 62 0 0 1-8.05 16.98m82.78-95l-39 39.11a12 12 0 1 1-17-16.95l36.19-36.3l-55-55l-32.75 32.83a12 12 0 0 1-17-16.94l35.57-35.69a20 20 0 0 1 28.3 0l60.69 60.68a20 20 0 0 1 0 28.28Z"/></svg>
React
import type { SVGProps } from "react";
export function PhPushPinSlashBold(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M56.88 31.93a12 12 0 1 0-17.76 16.14L60 71a76 76 0 0 0-24.54 13.51a20 20 0 0 0-1.6 29.73l45.46 45.47l-39.8 39.8a12 12 0 0 0 17 17l39.8-39.81l45.47 45.46A20 20 0 0 0 155.9 228c.47 0 .94 0 1.41-.05a20 20 0 0 0 14.56-7.95a97.5 97.5 0 0 0 9.54-15.46l17.72 19.49a12 12 0 1 0 17.76-16.14Zm98.49 169.88L54.08 100.52C62 95 70.31 92.12 78.91 91.83l84.51 93a62 62 0 0 1-8.05 16.98m82.78-95l-39 39.11a12 12 0 1 1-17-16.95l36.19-36.3l-55-55l-32.75 32.83a12 12 0 0 1-17-16.94l35.57-35.69a20 20 0 0 1 28.3 0l60.69 60.68a20 20 0 0 1 0 28.28Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M56.88 31.93a12 12 0 1 0-17.76 16.14L60 71a76 76 0 0 0-24.54 13.51a20 20 0 0 0-1.6 29.73l45.46 45.47l-39.8 39.8a12 12 0 0 0 17 17l39.8-39.81l45.47 45.46A20 20 0 0 0 155.9 228c.47 0 .94 0 1.41-.05a20 20 0 0 0 14.56-7.95a97.5 97.5 0 0 0 9.54-15.46l17.72 19.49a12 12 0 1 0 17.76-16.14Zm98.49 169.88L54.08 100.52C62 95 70.31 92.12 78.91 91.83l84.51 93a62 62 0 0 1-8.05 16.98m82.78-95l-39 39.11a12 12 0 1 1-17-16.95l36.19-36.3l-55-55l-32.75 32.83a12 12 0 0 1-17-16.94l35.57-35.69a20 20 0 0 1 28.3 0l60.69 60.68a20 20 0 0 1 0 28.28Z"/></svg> </template>
CSS
.icon-push-pin-slash-bold {
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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M56.88%2031.93a12%2012%200%201%200-17.76%2016.14L60%2071a76%2076%200%200%200-24.54%2013.51a20%2020%200%200%200-1.6%2029.73l45.46%2045.47l-39.8%2039.8a12%2012%200%200%200%2017%2017l39.8-39.81l45.47%2045.46A20%2020%200%200%200%20155.9%20228c.47%200%20.94%200%201.41-.05a20%2020%200%200%200%2014.56-7.95a97.5%2097.5%200%200%200%209.54-15.46l17.72%2019.49a12%2012%200%201%200%2017.76-16.14Zm98.49%20169.88L54.08%20100.52C62%2095%2070.31%2092.12%2078.91%2091.83l84.51%2093a62%2062%200%200%201-8.05%2016.98m82.78-95l-39%2039.11a12%2012%200%201%201-17-16.95l36.19-36.3l-55-55l-32.75%2032.83a12%2012%200%200%201-17-16.94l35.57-35.69a20%2020%200%200%201%2028.3%200l60.69%2060.68a20%2020%200%200%201%200%2028.28Z%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M56.88%2031.93a12%2012%200%201%200-17.76%2016.14L60%2071a76%2076%200%200%200-24.54%2013.51a20%2020%200%200%200-1.6%2029.73l45.46%2045.47l-39.8%2039.8a12%2012%200%200%200%2017%2017l39.8-39.81l45.47%2045.46A20%2020%200%200%200%20155.9%20228c.47%200%20.94%200%201.41-.05a20%2020%200%200%200%2014.56-7.95a97.5%2097.5%200%200%200%209.54-15.46l17.72%2019.49a12%2012%200%201%200%2017.76-16.14Zm98.49%20169.88L54.08%20100.52C62%2095%2070.31%2092.12%2078.91%2091.83l84.51%2093a62%2062%200%200%201-8.05%2016.98m82.78-95l-39%2039.11a12%2012%200%201%201-17-16.95l36.19-36.3l-55-55l-32.75%2032.83a12%2012%200%200%201-17-16.94l35.57-35.69a20%2020%200%200%201%2028.3%200l60.69%2060.68a20%2020%200%200%201%200%2028.28Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/push-pin-slash-bold.svg?color=%231a73e8&size=48