Shield Off Svg Icon
Free SVG icon from the IconaMoon collection. Download or copy for use in any project.
The Shield Off Svg icon is commonly used in security dashboards, privacy settings and trust badges. Available as a free SVG - copy the code or download directly.
img tag
<img src="https://proicons.com/icon/308280.svg" alt="Shield Off Svg icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/308280.svg" alt="Shield Off Svg icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/308280.svg" alt="Shield Off Svg icon" :width="24" :height="24" />
CSS background
.icon-shield-off---svg {
background-image: url('https://proicons.com/icon/308280.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M4.99988 13.5181V6.6594C4.99988 6.25937 5.23828 5.89783 5.60596 5.74025L5.70001 5.69994L17.4938 17.4937C17.0653 17.9782 16.5553 18.3969 15.9767 18.7275L11.9999 21L8.02304 18.7275C6.15359 17.6593 4.99988 15.6712 4.99988 13.5181Z" fill="#1CB0F6"/> <path d="M9.65981 4.00289L11.9999 3L18.3938 5.74025C18.7615 5.89783 18.9999 6.25937 18.9999 6.6594V13.343M5.60596 5.74025C5.23828 5.89783 4.99988 6.25937 4.99988 6.6594V13.5181C4.99988 15.6712 6.15359 17.6593 8.02304 18.7275L11.9999 21L15.9767 18.7275C16.5553 18.3969 17.0653 17.9782 17.4938 17.4937L5.70001 5.69994L5.60596 5.74025Z" stroke="#1CB0F6" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/> <path d="M4.00012 4L20.0001 20" stroke="#2B70C9" stroke-width="2" stroke-linecap="round"/> </svg>
Copied!