shield slash icon

shield-slash-light from Phosphor by Phosphor Icons · Light · MIT Free for personal and commercial use.

Name
shield-slash-light
Set
Phosphor
Style
Light
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="M52.44 36a6 6 0 0 0-9.63 7A14 14 0 0 0 34 56v56c0 51.94 25.12 83.4 46.2 100.64c22.73 18.6 45.27 24.89 46.22 25.15a6 6 0 0 0 3.16 0c1.36-.37 31.91-8.95 57.67-35.7L203.56 220a6 6 0 0 0 8.88-8.08ZM128 225.72a130.8 130.8 0 0 1-40.56-22.66C59.94 180.39 46 149.75 46 112V56a2 2 0 0 1 2-2h4.6l126.56 139.19A130.7 130.7 0 0 1 128 225.72M222 56v56c0 20.29-3.83 39.05-11.38 55.77a6 6 0 0 1-5.47 3.53a5.9 5.9 0 0 1-2.47-.54a6 6 0 0 1-3-7.93C206.53 147.67 210 130.57 210 112V56a2 2 0 0 0-2-2H98.52a6 6 0 1 1 0-12H208a14 14 0 0 1 14 14"/></svg>

React

import type { SVGProps } from "react";

export function PhShieldSlashLight(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-9.63 7A14 14 0 0 0 34 56v56c0 51.94 25.12 83.4 46.2 100.64c22.73 18.6 45.27 24.89 46.22 25.15a6 6 0 0 0 3.16 0c1.36-.37 31.91-8.95 57.67-35.7L203.56 220a6 6 0 0 0 8.88-8.08ZM128 225.72a130.8 130.8 0 0 1-40.56-22.66C59.94 180.39 46 149.75 46 112V56a2 2 0 0 1 2-2h4.6l126.56 139.19A130.7 130.7 0 0 1 128 225.72M222 56v56c0 20.29-3.83 39.05-11.38 55.77a6 6 0 0 1-5.47 3.53a5.9 5.9 0 0 1-2.47-.54a6 6 0 0 1-3-7.93C206.53 147.67 210 130.57 210 112V56a2 2 0 0 0-2-2H98.52a6 6 0 1 1 0-12H208a14 14 0 0 1 14 14"/></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-9.63 7A14 14 0 0 0 34 56v56c0 51.94 25.12 83.4 46.2 100.64c22.73 18.6 45.27 24.89 46.22 25.15a6 6 0 0 0 3.16 0c1.36-.37 31.91-8.95 57.67-35.7L203.56 220a6 6 0 0 0 8.88-8.08ZM128 225.72a130.8 130.8 0 0 1-40.56-22.66C59.94 180.39 46 149.75 46 112V56a2 2 0 0 1 2-2h4.6l126.56 139.19A130.7 130.7 0 0 1 128 225.72M222 56v56c0 20.29-3.83 39.05-11.38 55.77a6 6 0 0 1-5.47 3.53a5.9 5.9 0 0 1-2.47-.54a6 6 0 0 1-3-7.93C206.53 147.67 210 130.57 210 112V56a2 2 0 0 0-2-2H98.52a6 6 0 1 1 0-12H208a14 14 0 0 1 14 14"/></svg>
</template>

CSS

.icon-shield-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-9.63%207A14%2014%200%200%200%2034%2056v56c0%2051.94%2025.12%2083.4%2046.2%20100.64c22.73%2018.6%2045.27%2024.89%2046.22%2025.15a6%206%200%200%200%203.16%200c1.36-.37%2031.91-8.95%2057.67-35.7L203.56%20220a6%206%200%200%200%208.88-8.08ZM128%20225.72a130.8%20130.8%200%200%201-40.56-22.66C59.94%20180.39%2046%20149.75%2046%20112V56a2%202%200%200%201%202-2h4.6l126.56%20139.19A130.7%20130.7%200%200%201%20128%20225.72M222%2056v56c0%2020.29-3.83%2039.05-11.38%2055.77a6%206%200%200%201-5.47%203.53a5.9%205.9%200%200%201-2.47-.54a6%206%200%200%201-3-7.93C206.53%20147.67%20210%20130.57%20210%20112V56a2%202%200%200%200-2-2H98.52a6%206%200%201%201%200-12H208a14%2014%200%200%201%2014%2014%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-9.63%207A14%2014%200%200%200%2034%2056v56c0%2051.94%2025.12%2083.4%2046.2%20100.64c22.73%2018.6%2045.27%2024.89%2046.22%2025.15a6%206%200%200%200%203.16%200c1.36-.37%2031.91-8.95%2057.67-35.7L203.56%20220a6%206%200%200%200%208.88-8.08ZM128%20225.72a130.8%20130.8%200%200%201-40.56-22.66C59.94%20180.39%2046%20149.75%2046%20112V56a2%202%200%200%201%202-2h4.6l126.56%20139.19A130.7%20130.7%200%200%201%20128%20225.72M222%2056v56c0%2020.29-3.83%2039.05-11.38%2055.77a6%206%200%200%201-5.47%203.53a5.9%205.9%200%200%201-2.47-.54a6%206%200%200%201-3-7.93C206.53%20147.67%20210%20130.57%20210%20112V56a2%202%200%200%200-2-2H98.52a6%206%200%201%201%200-12H208a14%2014%200%200%201%2014%2014%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/shield-slash-light.svg?color=%231a73e8&size=48