Shield Icon
Free SVG icon from the Memory Icons collection. Download or copy for use in any project.
The Shield 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/311604.svg" alt="Shield icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/311604.svg" alt="Shield icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/311604.svg" alt="Shield icon" :width="24" :height="24" />
CSS background
.icon-shield {
background-image: url('https://proicons.com/icon/311604.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 22 22"><path d="M3 4H5V3H7V2H9V1H13V2H15V3H17V4H19V14H18V16H17V18H16V19H15V20H13V21H9V20H7V19H6V18H5V16H4V14H3V4M10 3V4H8V5H6V6H5V13H6V15H7V17H8V18H10V19H12V18H14V17H15V15H16V13H17V6H16V5H14V4H12V3H10Z"/></svg>
Shield in other icon packs
Copied!