shield slash icon

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

Name
shield-slash-bold
Set
Phosphor
Style
Bold
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="M56.88 31.93A12 12 0 0 0 36 40a20 20 0 0 0-8 16v56c0 54.29 26.32 87.22 48.4 105.29c23.71 19.39 47.44 26 48.44 26.29a12.1 12.1 0 0 0 6.32 0c1.35-.37 30-8.42 55.86-32.82l12.1 13.31a12 12 0 0 0 17.76-16.14ZM128 219.38a126.4 126.4 0 0 1-37.09-21.23C65.09 176.69 52 147.71 52 112V62.24L170.87 193A126 126 0 0 1 128 219.38M228 56v56a144 144 0 0 1-8.23 49.16a12 12 0 0 1-11.28 7.92a11.9 11.9 0 0 1-4.08-.72a12 12 0 0 1-7.2-15.37A120.3 120.3 0 0 0 204 112V60h-94.67a12 12 0 1 1 0-24H208a20 20 0 0 1 20 20"/></svg>

React

import type { SVGProps } from "react";

export function PhShieldSlashBold(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 0 0 36 40a20 20 0 0 0-8 16v56c0 54.29 26.32 87.22 48.4 105.29c23.71 19.39 47.44 26 48.44 26.29a12.1 12.1 0 0 0 6.32 0c1.35-.37 30-8.42 55.86-32.82l12.1 13.31a12 12 0 0 0 17.76-16.14ZM128 219.38a126.4 126.4 0 0 1-37.09-21.23C65.09 176.69 52 147.71 52 112V62.24L170.87 193A126 126 0 0 1 128 219.38M228 56v56a144 144 0 0 1-8.23 49.16a12 12 0 0 1-11.28 7.92a11.9 11.9 0 0 1-4.08-.72a12 12 0 0 1-7.2-15.37A120.3 120.3 0 0 0 204 112V60h-94.67a12 12 0 1 1 0-24H208a20 20 0 0 1 20 20"/></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 0 0 36 40a20 20 0 0 0-8 16v56c0 54.29 26.32 87.22 48.4 105.29c23.71 19.39 47.44 26 48.44 26.29a12.1 12.1 0 0 0 6.32 0c1.35-.37 30-8.42 55.86-32.82l12.1 13.31a12 12 0 0 0 17.76-16.14ZM128 219.38a126.4 126.4 0 0 1-37.09-21.23C65.09 176.69 52 147.71 52 112V62.24L170.87 193A126 126 0 0 1 128 219.38M228 56v56a144 144 0 0 1-8.23 49.16a12 12 0 0 1-11.28 7.92a11.9 11.9 0 0 1-4.08-.72a12 12 0 0 1-7.2-15.37A120.3 120.3 0 0 0 204 112V60h-94.67a12 12 0 1 1 0-24H208a20 20 0 0 1 20 20"/></svg>
</template>

CSS

.icon-shield-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%200%200%2036%2040a20%2020%200%200%200-8%2016v56c0%2054.29%2026.32%2087.22%2048.4%20105.29c23.71%2019.39%2047.44%2026%2048.44%2026.29a12.1%2012.1%200%200%200%206.32%200c1.35-.37%2030-8.42%2055.86-32.82l12.1%2013.31a12%2012%200%200%200%2017.76-16.14ZM128%20219.38a126.4%20126.4%200%200%201-37.09-21.23C65.09%20176.69%2052%20147.71%2052%20112V62.24L170.87%20193A126%20126%200%200%201%20128%20219.38M228%2056v56a144%20144%200%200%201-8.23%2049.16a12%2012%200%200%201-11.28%207.92a11.9%2011.9%200%200%201-4.08-.72a12%2012%200%200%201-7.2-15.37A120.3%20120.3%200%200%200%20204%20112V60h-94.67a12%2012%200%201%201%200-24H208a20%2020%200%200%201%2020%2020%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%200%200%2036%2040a20%2020%200%200%200-8%2016v56c0%2054.29%2026.32%2087.22%2048.4%20105.29c23.71%2019.39%2047.44%2026%2048.44%2026.29a12.1%2012.1%200%200%200%206.32%200c1.35-.37%2030-8.42%2055.86-32.82l12.1%2013.31a12%2012%200%200%200%2017.76-16.14ZM128%20219.38a126.4%20126.4%200%200%201-37.09-21.23C65.09%20176.69%2052%20147.71%2052%20112V62.24L170.87%20193A126%20126%200%200%201%20128%20219.38M228%2056v56a144%20144%200%200%201-8.23%2049.16a12%2012%200%200%201-11.28%207.92a11.9%2011.9%200%200%201-4.08-.72a12%2012%200%200%201-7.2-15.37A120.3%20120.3%200%200%200%20204%20112V60h-94.67a12%2012%200%201%201%200-24H208a20%2020%200%200%201%2020%2020%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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