shield slash icon
shield-slash from Phosphor by Phosphor Icons · Regular · MIT Free for personal and commercial use.
- Name
- shield-slash
- Set
- Phosphor
- Style
- Regular
- Viewbox
- 256×256
- License
- MIT
5 other variants in Phosphor
The same icon in other sets
Related icons in Phosphor
Use the shield slash icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M53.92 34.62A8 8 0 0 0 40.26 42A16 16 0 0 0 32 56v56c0 52.72 25.52 84.67 46.93 102.19c23.06 18.86 46 25.27 47 25.53a8 8 0 0 0 4.2 0c1.36-.37 31.27-8.78 57.09-34.72l14.89 16.38a8 8 0 1 0 11.84-10.76Zm74.07 189a128.5 128.5 0 0 1-38.92-21.81C61.82 179.51 48 149.3 48 112V56h3.71l124.7 137.15A129.26 129.26 0 0 1 128 223.62ZM224 56v56c0 20.58-3.89 39.61-11.56 56.59a8 8 0 1 1-14.58-6.59c6.73-14.89 10.14-31.71 10.14-50V56H98.52a8 8 0 1 1 0-16H208a16 16 0 0 1 16 16"/></svg>
React
import type { SVGProps } from "react";
export function PhShieldSlash(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="M53.92 34.62A8 8 0 0 0 40.26 42A16 16 0 0 0 32 56v56c0 52.72 25.52 84.67 46.93 102.19c23.06 18.86 46 25.27 47 25.53a8 8 0 0 0 4.2 0c1.36-.37 31.27-8.78 57.09-34.72l14.89 16.38a8 8 0 1 0 11.84-10.76Zm74.07 189a128.5 128.5 0 0 1-38.92-21.81C61.82 179.51 48 149.3 48 112V56h3.71l124.7 137.15A129.26 129.26 0 0 1 128 223.62ZM224 56v56c0 20.58-3.89 39.61-11.56 56.59a8 8 0 1 1-14.58-6.59c6.73-14.89 10.14-31.71 10.14-50V56H98.52a8 8 0 1 1 0-16H208a16 16 0 0 1 16 16"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M53.92 34.62A8 8 0 0 0 40.26 42A16 16 0 0 0 32 56v56c0 52.72 25.52 84.67 46.93 102.19c23.06 18.86 46 25.27 47 25.53a8 8 0 0 0 4.2 0c1.36-.37 31.27-8.78 57.09-34.72l14.89 16.38a8 8 0 1 0 11.84-10.76Zm74.07 189a128.5 128.5 0 0 1-38.92-21.81C61.82 179.51 48 149.3 48 112V56h3.71l124.7 137.15A129.26 129.26 0 0 1 128 223.62ZM224 56v56c0 20.58-3.89 39.61-11.56 56.59a8 8 0 1 1-14.58-6.59c6.73-14.89 10.14-31.71 10.14-50V56H98.52a8 8 0 1 1 0-16H208a16 16 0 0 1 16 16"/></svg> </template>
CSS
.icon-shield-slash {
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%22M53.92%2034.62A8%208%200%200%200%2040.26%2042A16%2016%200%200%200%2032%2056v56c0%2052.72%2025.52%2084.67%2046.93%20102.19c23.06%2018.86%2046%2025.27%2047%2025.53a8%208%200%200%200%204.2%200c1.36-.37%2031.27-8.78%2057.09-34.72l14.89%2016.38a8%208%200%201%200%2011.84-10.76Zm74.07%20189a128.5%20128.5%200%200%201-38.92-21.81C61.82%20179.51%2048%20149.3%2048%20112V56h3.71l124.7%20137.15A129.26%20129.26%200%200%201%20128%20223.62ZM224%2056v56c0%2020.58-3.89%2039.61-11.56%2056.59a8%208%200%201%201-14.58-6.59c6.73-14.89%2010.14-31.71%2010.14-50V56H98.52a8%208%200%201%201%200-16H208a16%2016%200%200%201%2016%2016%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%22M53.92%2034.62A8%208%200%200%200%2040.26%2042A16%2016%200%200%200%2032%2056v56c0%2052.72%2025.52%2084.67%2046.93%20102.19c23.06%2018.86%2046%2025.27%2047%2025.53a8%208%200%200%200%204.2%200c1.36-.37%2031.27-8.78%2057.09-34.72l14.89%2016.38a8%208%200%201%200%2011.84-10.76Zm74.07%20189a128.5%20128.5%200%200%201-38.92-21.81C61.82%20179.51%2048%20149.3%2048%20112V56h3.71l124.7%20137.15A129.26%20129.26%200%200%201%20128%20223.62ZM224%2056v56c0%2020.58-3.89%2039.61-11.56%2056.59a8%208%200%201%201-14.58-6.59c6.73-14.89%2010.14-31.71%2010.14-50V56H98.52a8%208%200%201%201%200-16H208a16%2016%200%200%201%2016%2016%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/shield-slash.svg?color=%231a73e8&size=48