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/308583.svg" alt="Shield No Svg icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/308583.svg" alt="Shield No Svg icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/308583.svg" alt="Shield No Svg icon" :width="24" :height="24" />
CSS background
.icon-shield-no---svg {
background-image: url('https://proicons.com/icon/308583.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.60608 5.74025L12 3L18.3939 5.74025C18.7616 5.89783 19 6.25937 19 6.6594V13.5181C19 15.6712 17.8463 17.6593 15.9768 18.7275L12 21L8.02317 18.7275C6.15372 17.6593 5 15.6712 5 13.5181V6.6594C5 6.25937 5.2384 5.89783 5.60608 5.74025Z" fill="#292929"/> <path d="M12 3L12.3939 2.08085C12.1424 1.97305 11.8576 1.97305 11.6061 2.08085L12 3ZM12 21L11.5039 21.8682C11.8113 22.0439 12.1887 22.0439 12.4961 21.8682L12 21ZM18.3939 5.74025L18 6.6594L18.3939 5.74025ZM8.02317 18.7275L7.52703 19.5958L8.02317 18.7275ZM11.6061 2.08085L5.21216 4.82111L6 6.6594L12.3939 3.91915L11.6061 2.08085ZM4 6.6594V13.5181H6V6.6594H4ZM7.52703 19.5958L11.5039 21.8682L12.4961 20.1318L8.51931 17.8593L7.52703 19.5958ZM12.4961 21.8682L16.473 19.5958L15.4807 17.8593L11.5039 20.1318L12.4961 21.8682ZM20 13.5181V6.6594H18V13.5181H20ZM18.7878 4.82111L12.3939 2.08085L11.6061 3.91915L18 6.6594L18.7878 4.82111ZM20 6.6594C20 5.85934 19.5232 5.13626 18.7878 4.82111L18 6.6594H20ZM16.473 19.5958C18.654 18.3495 20 16.0301 20 13.5181H18C18 15.3123 17.0386 16.9691 15.4807 17.8593L16.473 19.5958ZM4 13.5181C4 16.0301 5.346 18.3495 7.52703 19.5958L8.51931 17.8593C6.96143 16.9691 6 15.3123 6 13.5181H4ZM5.21216 4.82111C4.47679 5.13626 4 5.85934 4 6.6594H6L6 6.6594L5.21216 4.82111Z" fill="#292929"/> <path d="M10 10L14 14M10 14L14 10" stroke="#292929" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/> </svg>
Copied!