push pin slash icon
push-pin-slash-light from Phosphor by Phosphor Icons · Light · MIT Free for personal and commercial use.
- Name
- push-pin-slash-light
- Set
- Phosphor
- Style
- Light
- 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="M52.44 36a6 6 0 0 0-8.88 8l27.71 30.51C61.78 76 50.6 80 39.22 89.18A14 14 0 0 0 38.1 110l49.71 49.71l-44.05 44a6 6 0 1 0 8.48 8.48l44.05-44.05L146 217.89a14 14 0 0 0 9.9 4.11h1a14 14 0 0 0 10.19-5.54a85.5 85.5 0 0 0 12.44-22.84l24 26.45a6 6 0 1 0 8.87-8.08Zm105.05 173.21a2 2 0 0 1-3 .2L46.58 101.51a2 2 0 0 1 .18-3c13.18-10.64 25.84-12.9 34.79-12.7l88.45 97.3c-2.17 10.63-7.89 19.96-12.51 26.1m76.42-106.62l-44.65 44.78a6 6 0 1 1-8.5-8.47l44.65-44.79a2 2 0 0 0 0-2.84l-60.68-60.68a2 2 0 0 0-2.83 0l-41.22 41.35a6 6 0 0 1-8.5-8.47l41.23-41.36a14 14 0 0 1 19.81 0l60.69 60.69a14 14 0 0 1 0 19.79"/></svg>
React
import type { SVGProps } from "react";
export function PhPushPinSlashLight(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="M52.44 36a6 6 0 0 0-8.88 8l27.71 30.51C61.78 76 50.6 80 39.22 89.18A14 14 0 0 0 38.1 110l49.71 49.71l-44.05 44a6 6 0 1 0 8.48 8.48l44.05-44.05L146 217.89a14 14 0 0 0 9.9 4.11h1a14 14 0 0 0 10.19-5.54a85.5 85.5 0 0 0 12.44-22.84l24 26.45a6 6 0 1 0 8.87-8.08Zm105.05 173.21a2 2 0 0 1-3 .2L46.58 101.51a2 2 0 0 1 .18-3c13.18-10.64 25.84-12.9 34.79-12.7l88.45 97.3c-2.17 10.63-7.89 19.96-12.51 26.1m76.42-106.62l-44.65 44.78a6 6 0 1 1-8.5-8.47l44.65-44.79a2 2 0 0 0 0-2.84l-60.68-60.68a2 2 0 0 0-2.83 0l-41.22 41.35a6 6 0 0 1-8.5-8.47l41.23-41.36a14 14 0 0 1 19.81 0l60.69 60.69a14 14 0 0 1 0 19.79"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M52.44 36a6 6 0 0 0-8.88 8l27.71 30.51C61.78 76 50.6 80 39.22 89.18A14 14 0 0 0 38.1 110l49.71 49.71l-44.05 44a6 6 0 1 0 8.48 8.48l44.05-44.05L146 217.89a14 14 0 0 0 9.9 4.11h1a14 14 0 0 0 10.19-5.54a85.5 85.5 0 0 0 12.44-22.84l24 26.45a6 6 0 1 0 8.87-8.08Zm105.05 173.21a2 2 0 0 1-3 .2L46.58 101.51a2 2 0 0 1 .18-3c13.18-10.64 25.84-12.9 34.79-12.7l88.45 97.3c-2.17 10.63-7.89 19.96-12.51 26.1m76.42-106.62l-44.65 44.78a6 6 0 1 1-8.5-8.47l44.65-44.79a2 2 0 0 0 0-2.84l-60.68-60.68a2 2 0 0 0-2.83 0l-41.22 41.35a6 6 0 0 1-8.5-8.47l41.23-41.36a14 14 0 0 1 19.81 0l60.69 60.69a14 14 0 0 1 0 19.79"/></svg> </template>
CSS
.icon-push-pin-slash-light {
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%22M52.44%2036a6%206%200%200%200-8.88%208l27.71%2030.51C61.78%2076%2050.6%2080%2039.22%2089.18A14%2014%200%200%200%2038.1%20110l49.71%2049.71l-44.05%2044a6%206%200%201%200%208.48%208.48l44.05-44.05L146%20217.89a14%2014%200%200%200%209.9%204.11h1a14%2014%200%200%200%2010.19-5.54a85.5%2085.5%200%200%200%2012.44-22.84l24%2026.45a6%206%200%201%200%208.87-8.08Zm105.05%20173.21a2%202%200%200%201-3%20.2L46.58%20101.51a2%202%200%200%201%20.18-3c13.18-10.64%2025.84-12.9%2034.79-12.7l88.45%2097.3c-2.17%2010.63-7.89%2019.96-12.51%2026.1m76.42-106.62l-44.65%2044.78a6%206%200%201%201-8.5-8.47l44.65-44.79a2%202%200%200%200%200-2.84l-60.68-60.68a2%202%200%200%200-2.83%200l-41.22%2041.35a6%206%200%200%201-8.5-8.47l41.23-41.36a14%2014%200%200%201%2019.81%200l60.69%2060.69a14%2014%200%200%201%200%2019.79%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%22M52.44%2036a6%206%200%200%200-8.88%208l27.71%2030.51C61.78%2076%2050.6%2080%2039.22%2089.18A14%2014%200%200%200%2038.1%20110l49.71%2049.71l-44.05%2044a6%206%200%201%200%208.48%208.48l44.05-44.05L146%20217.89a14%2014%200%200%200%209.9%204.11h1a14%2014%200%200%200%2010.19-5.54a85.5%2085.5%200%200%200%2012.44-22.84l24%2026.45a6%206%200%201%200%208.87-8.08Zm105.05%20173.21a2%202%200%200%201-3%20.2L46.58%20101.51a2%202%200%200%201%20.18-3c13.18-10.64%2025.84-12.9%2034.79-12.7l88.45%2097.3c-2.17%2010.63-7.89%2019.96-12.51%2026.1m76.42-106.62l-44.65%2044.78a6%206%200%201%201-8.5-8.47l44.65-44.79a2%202%200%200%200%200-2.84l-60.68-60.68a2%202%200%200%200-2.83%200l-41.22%2041.35a6%206%200%200%201-8.5-8.47l41.23-41.36a14%2014%200%200%201%2019.81%200l60.69%2060.69a14%2014%200%200%201%200%2019.79%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-light.svg?color=%231a73e8&size=48