Shield O Icon
Free SVG icon from the Govicons collection. Download or copy for use in any project.
The Shield O 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/304842.svg" alt="Shield O icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/304842.svg" alt="Shield O icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/304842.svg" alt="Shield O icon" :width="24" :height="24" />
CSS background
.icon-shield-o {
background-image: url('https://proicons.com/icon/304842.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 72 56"><title>shield-o</title><path d="M36,55.32a4.6,4.6,0,0,1-2.16-.51L16.7,45.49a4.52,4.52,0,0,1-2.24-3.76V4A3.28,3.28,0,0,1,17.74.68H54.26A3.28,3.28,0,0,1,57.54,4V41.73a4.51,4.51,0,0,1-2.24,3.76L38.16,54.81A4.6,4.6,0,0,1,36,55.32Zm-3.62-5.43,3.19,1.74a1.36,1.36,0,0,0,.86,0l17.14-9.32a1,1,0,0,0,.35-.58V4.3H18.08V41.73a1,1,0,0,0,.35.58Z"/></svg>
Copied!