Shield Cross Icon
Free SVG icon from the Mage Icons collection. Download or copy for use in any project.
The Shield Cross 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/310315.svg" alt="Shield Cross icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/310315.svg" alt="Shield Cross icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/310315.svg" alt="Shield Cross icon" :width="24" :height="24" />
CSS background
.icon-shield-cross {
background-image: url('https://proicons.com/icon/310315.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 d="M20.9208 5.03722C20.5962 4.58381 20.1359 4.24534 19.6063 4.07073L14.6675 2.42767C12.9316 1.85744 11.0587 1.85744 9.32279 2.42767L4.39368 4.07073C3.86436 4.24725 3.40396 4.58589 3.07784 5.03864C2.75172 5.49139 2.57641 6.03529 2.57666 6.59327V11.8897C2.57947 13.3193 2.94171 14.7251 3.63011 15.978C4.32023 17.2293 5.3182 18.2838 6.5296 19.0418L10.5889 21.603C11.0138 21.8626 11.5021 22 12 22C12.4979 22 12.9862 21.8626 13.4111 21.603L17.4704 19.0418C18.6811 18.282 19.679 17.2272 20.3704 15.9762C21.0619 14.7252 21.4242 13.3191 21.4233 11.8897V6.59327C21.4242 6.03455 21.2482 5.48991 20.9208 5.03722ZM15.1218 12.7692C15.2575 12.9038 15.3502 13.0756 15.3883 13.2629C15.4264 13.4503 15.408 13.6447 15.3356 13.8216C15.2632 13.9985 15.14 14.15 14.9815 14.2568C14.823 14.3637 14.6364 14.4211 14.4452 14.4219C14.318 14.4227 14.1919 14.3983 14.0742 14.3502C13.9564 14.3021 13.8493 14.2312 13.759 14.1416L12.0097 12.3923L10.2796 14.132C10.1893 14.2216 10.0822 14.2924 9.96443 14.3405C9.84667 14.3886 9.72063 14.413 9.59344 14.4123C9.46624 14.413 9.34014 14.3886 9.22239 14.3405C9.10463 14.2924 8.99751 14.2216 8.9072 14.132C8.81662 14.0421 8.74473 13.9352 8.69566 13.8175C8.6466 13.6997 8.62134 13.5733 8.62134 13.4458C8.62134 13.3182 8.6466 13.1918 8.69566 13.0741C8.74473 12.9563 8.81662 12.8494 8.9072 12.7595L10.6469 11.0295L8.9072 9.28983C8.72521 9.10784 8.62293 8.86098 8.62293 8.6036C8.62293 8.34622 8.72521 8.09936 8.9072 7.91737C9.0892 7.73537 9.33606 7.63315 9.59344 7.63315C9.85082 7.63315 10.0976 7.73537 10.2796 7.91737L12.0097 9.65711L13.759 7.90775C13.9401 7.72774 14.185 7.62666 14.4404 7.62666C14.6957 7.62666 14.9407 7.72774 15.1218 7.90775C15.2124 7.9976 15.2842 8.10445 15.3333 8.22223C15.3824 8.34 15.4076 8.46634 15.4076 8.59393C15.4076 8.72152 15.3824 8.84785 15.3333 8.96562C15.2842 9.0834 15.2124 9.19031 15.1218 9.28016L13.3821 11.0295L15.1218 12.7692Z" fill="black"/> </svg>
Copied!