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/308888.svg" alt="Shield Off Svg icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/308888.svg" alt="Shield Off Svg icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/308888.svg" alt="Shield Off Svg icon" :width="24" :height="24" />
CSS background
.icon-shield-off---svg {
background-image: url('https://proicons.com/icon/308888.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 fill-rule="evenodd" clip-rule="evenodd" d="M11.606 2.08085C11.8575 1.97305 12.1422 1.97305 12.3938 2.08086L18.7877 4.82111C19.5231 5.13626 19.9999 5.85934 19.9999 6.6594V13.343C19.9999 13.8952 19.5522 14.343 18.9999 14.343C18.4476 14.343 17.9999 13.8952 17.9999 13.343V6.6594L11.9999 4.08797L10.0537 4.92203C9.5461 5.13959 8.95822 4.90444 8.74066 4.39681C8.52311 3.88918 8.75826 3.3013 9.26589 3.08374L11.606 2.08085ZM4.25963 5.67372C4.09271 5.96834 3.99988 6.30637 3.99988 6.6594V13.5181C3.99988 16.0301 5.34588 18.3495 7.52691 19.5958L11.5037 21.8682C11.8112 22.0439 12.1886 22.0439 12.496 21.8682L16.4729 19.5958C16.8324 19.3903 17.1694 19.1556 17.4815 18.8955L19.293 20.7071C19.6835 21.0976 20.3167 21.0976 20.7072 20.7071C21.0978 20.3166 21.0978 19.6834 20.7072 19.2929L6.42231 5.00798C6.41254 4.99778 6.40257 4.98781 6.39241 4.97808L4.70723 3.29289C4.3167 2.90237 3.68354 2.90237 3.29302 3.29289C2.90249 3.68342 2.90249 4.31658 3.29302 4.70711L4.25963 5.67372Z" fill="#292929"/> </svg>
Copied!