Shield Icon
Free SVG icon from the Arcticons 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/350262.svg" alt="Shield icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/350262.svg" alt="Shield icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/350262.svg" alt="Shield icon" :width="24" :height="24" />
CSS background
.icon-shield {
background-image: url('https://proicons.com/icon/350262.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 48 48"><defs><style>.a{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M24,43.5c9.0432-3.1174,15.4885-10.3631,16.5-19.5889a79.36,79.36,0,0,0-.0714-12.0267,2.5414,2.5414,0,0,0-2.4677-2.3663c-4.0911-.126-8.8455-.8077-12.52-4.4273a2.0516,2.0516,0,0,0-2.881,0C18.885,8.71,14.1306,9.3921,10.04,9.5181a2.5414,2.5414,0,0,0-2.4677,2.3663A79.36,79.36,0,0,0,7.5,23.9111C8.5115,33.1369,14.9568,40.3826,24,43.5Z"/></svg>
Shield in other icon packs
Copied!