Shield Off Pixel Art Icon
A shield with an off or disabled marker for deactivated security features, bypassed protection and 'Security disabled' status indicators.
Tags
shielddefenseoff
Style variants
Base, sharp, solid or glyph: see how the four styles differ and which to use.
About the Shield Off icon
A shield shape marked to indicate that protection is currently inactive or has been turned off. Use it to show that a firewall, antivirus, or privacy feature is disabled, or in developer tools to indicate that security checks are bypassed in a test environment. The off marking gives the shield a negative meaning, communicating vulnerability rather than safety. For the protected state, a plain shield or shield-2 icon restores the positive meaning.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/shield-off.svg" width="24" height="24" alt="Shield Off" />
<!-- React -->
import { ShieldOff } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="shield-off.svg" width="48" height="48" style="image-rendering: pixelated" />