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/308584.svg" alt="Shield Off Svg icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/308584.svg" alt="Shield Off Svg icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/308584.svg" alt="Shield Off Svg icon" :width="24" :height="24" />
CSS background
.icon-shield-off---svg {
background-image: url('https://proicons.com/icon/308584.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 opacity="0.16" d="M5 13.5181V6.6594C5 6.25937 5.2384 5.89784 5.60608 5.74026L5.70013 5.69995L17.4939 17.4937C17.0654 17.9782 16.5554 18.3969 15.9768 18.7275L12 21L8.02317 18.7275C6.15372 17.6593 5 15.6712 5 13.5181Z" fill="#292929"/> <path d="M5.70001 5.69994L5.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.4937M9.65981 4.00289L11.9999 3L18.3938 5.74025C18.7615 5.89783 18.9999 6.25937 18.9999 6.6594V13.343" stroke="#292929" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/> <path d="M4.00012 4L20.0001 20" stroke="#292929" stroke-width="2" stroke-linecap="round"/> </svg>
Copied!