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/310959.svg" alt="Shield Cross icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/310959.svg" alt="Shield Cross icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/310959.svg" alt="Shield Cross icon" :width="24" :height="24" />
CSS background
.icon-shield-cross {
background-image: url('https://proicons.com/icon/310959.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="M14.5093 8.48511L9.49059 13.5038" stroke="black" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round"/> <path d="M9.49072 8.49609L14.5094 13.5148" stroke="black" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round"/> <path d="M20.6721 11.8898V6.60938C20.6724 6.20418 20.5451 5.80917 20.3081 5.4805C20.0711 5.15183 19.7365 4.90622 19.352 4.77858L14.4377 3.1405C12.8542 2.61983 11.1455 2.61983 9.56199 3.1405L4.64774 4.77858C4.26317 4.90622 3.92861 5.15183 3.69162 5.4805C3.45463 5.80917 3.32727 6.20418 3.32764 6.60938V11.8898C3.32787 13.1931 3.65856 14.4751 4.2888 15.616C4.91904 16.7568 5.82824 17.7192 6.93142 18.4132L10.9785 20.9571C11.2847 21.1485 11.6387 21.25 11.9998 21.25C12.361 21.25 12.715 21.1485 13.0212 20.9571L17.0683 18.4132C18.1715 17.7192 19.0807 16.7568 19.7109 15.616C20.3411 14.4751 20.6718 13.1931 20.6721 11.8898Z" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> </svg>
Copied!