Shield No Svg Icon
Free SVG icon from the IconaMoon collection. Download or copy for use in any project.
The Shield No 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/308887.svg" alt="Shield No Svg icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/308887.svg" alt="Shield No Svg icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/308887.svg" alt="Shield No Svg icon" :width="24" :height="24" />
CSS background
.icon-shield-no---svg {
background-image: url('https://proicons.com/icon/308887.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.6061 2.08085C11.8576 1.97305 12.1424 1.97305 12.3939 2.08085L18.7878 4.82111C19.5232 5.13626 20 5.85934 20 6.6594V13.5181C20 16.0301 18.654 18.3495 16.473 19.5958L12.4961 21.8682C12.1887 22.0439 11.8113 22.0439 11.5039 21.8682L7.52703 19.5958C5.346 18.3495 4 16.0301 4 13.5181V6.6594C4 5.85934 4.47679 5.13626 5.21216 4.82111L11.6061 2.08085ZM10.7071 9.29289C10.3166 8.90237 9.68342 8.90237 9.29289 9.29289C8.90237 9.68342 8.90237 10.3166 9.29289 10.7071L10.5858 12L9.29289 13.2929C8.90237 13.6834 8.90237 14.3166 9.29289 14.7071C9.68342 15.0976 10.3166 15.0976 10.7071 14.7071L12 13.4142L13.2929 14.7071C13.6834 15.0976 14.3166 15.0976 14.7071 14.7071C15.0976 14.3166 15.0976 13.6834 14.7071 13.2929L13.4142 12L14.7071 10.7071C15.0976 10.3166 15.0976 9.68342 14.7071 9.29289C14.3166 8.90237 13.6834 8.90237 13.2929 9.29289L12 10.5858L10.7071 9.29289Z" fill="#292929"/> </svg>
Copied!