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/308886.svg" alt="Shield Svg icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/308886.svg" alt="Shield Svg icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/308886.svg" alt="Shield Svg icon" :width="24" :height="24" />
CSS background
.icon-shield---svg {
background-image: url('https://proicons.com/icon/308886.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="M12.3939 2.08085C12.1424 1.97305 11.8576 1.97305 11.6061 2.08085L5.21216 4.82111C4.47679 5.13626 4 5.85934 4 6.6594V13.5181C4 16.0301 5.346 18.3495 7.52703 19.5958L11.5039 21.8682C11.8113 22.0439 12.1887 22.0439 12.4961 21.8682L16.473 19.5958C18.654 18.3495 20 16.0301 20 13.5181V6.6594C20 5.85934 19.5232 5.13626 18.7878 4.82111L12.3939 2.08085Z" fill="#292929"/> </svg>
Copied!