Shield Svg Icon
Free SVG icon from the IconaMoon collection. Download or copy for use in any project.
The Shield 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/307974.svg" alt="Shield Svg icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/307974.svg" alt="Shield Svg icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/307974.svg" alt="Shield Svg icon" :width="24" :height="24" />
CSS background
.icon-shield---svg {
background-image: url('https://proicons.com/icon/307974.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="M6 6C6 5.44772 5.55228 5 5 5C4.44772 5 4 5.44772 4 6H6ZM12 21L11.5039 21.8682C11.8113 22.0439 12.1887 22.0439 12.4961 21.8682L12 21ZM20 6C20 5.44772 19.5523 5 19 5C18.4477 5 18 5.44772 18 6H20ZM15.9768 18.7275L15.4807 17.8593L15.9768 18.7275ZM4 6V13.5181H6V6H4ZM7.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.5181V6H18V13.5181H20ZM16.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.5181H4Z" fill="#292929"/> <path d="M12 3L12.3939 2.08085C12.1424 1.97305 11.8576 1.97305 11.6061 2.08085L12 3ZM4.60608 5.08085C4.09845 5.29841 3.8633 5.88629 4.08085 6.39392C4.29841 6.90155 4.88629 7.1367 5.39392 6.91915L4.60608 5.08085ZM18.6061 6.91915C19.1137 7.1367 19.7016 6.90155 19.9191 6.39392C20.1367 5.88629 19.9015 5.29841 19.3939 5.08085L18.6061 6.91915ZM11.6061 2.08085L4.60608 5.08085L5.39392 6.91915L12.3939 3.91915L11.6061 2.08085ZM19.3939 5.08085L12.3939 2.08085L11.6061 3.91915L18.6061 6.91915L19.3939 5.08085Z" fill="#4400FF"/> </svg>
Copied!