Us Shield Icon
Free SVG icon from the Govicons collection. Download or copy for use in any project.
The Us 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/304865.svg" alt="Us Shield icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/304865.svg" alt="Us Shield icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/304865.svg" alt="Us Shield icon" :width="24" :height="24" />
CSS background
.icon-us-shield {
background-image: url('https://proicons.com/icon/304865.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>us-shield</title><path d="M55.89.21H16.11A1.6,1.6,0,0,0,14.5,1.8V15.09h43V1.8A1.6,1.6,0,0,0,55.89.21ZM27.24,6.53l-.85.62-.86.63h0l-.64.46.24.74.33,1,.33,1c.13.41-.05.54-.4.29l-.86-.62L23,9.58l-1.5,1.07-.86.62c-.35.25-.53.12-.4-.29l.33-1,.33-1,.24-.74-.64-.46h0l-.86-.63-.85-.62c-.35-.25-.28-.46.15-.46h2.91l.57-1.74.34-1c.13-.41.35-.41.48,0l.34,1,.57,1.74h2.91C27.53,6.07,27.59,6.28,27.24,6.53Zm13,0-.86.62-.85.63h0l-.64.46L38.1,9l.33,1,.32,1c.14.41,0,.54-.39.29l-.86-.62L36,9.58l-1.5,1.07-.86.62c-.35.25-.53.12-.4-.29l.33-1,.32-1,.24-.74-.63-.45h0l-.86-.63-.85-.62c-.35-.25-.28-.46.15-.46h2.91l.57-1.74.33-1c.14-.41.36-.41.49,0l.33,1,.58,1.74h2.91C40.49,6.07,40.56,6.28,40.21,6.53Zm13,0-.86.62-.86.63h0l-.63.46.24.74.33,1,.32,1c.14.41,0,.54-.39.29l-.86-.62L49,9.58l-1.5,1.07-.86.62c-.35.25-.53.12-.4-.29l.33-1,.32-1,.24-.74-.63-.46h0l-.86-.63-.86-.62c-.34-.25-.28-.46.15-.46h2.92l.57-1.74.33-1c.14-.41.36-.41.49,0l.33,1,.58,1.74H53C53.46,6.07,53.53,6.28,53.18,6.53Z"/><path d="M24.12,18.18H14.5V43a3,3,0,0,0,1.41,2.36l8.21,4.46V18.18Z"/><path d="M40.89,18.18H31.11V53.59l3.48,1.89a3.31,3.31,0,0,0,2.82,0l3.48-1.89Z"/><path d="M47.78,49.84l8.31-4.51A3,3,0,0,0,57.5,43V18.18H47.78Z"/></svg>
Copied!