Shield Yes Svg Icon
Free SVG icon from the IconaMoon collection. Download or copy for use in any project.
The Shield Yes Svg 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/308889.svg" alt="Shield Yes Svg icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/308889.svg" alt="Shield Yes Svg icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/308889.svg" alt="Shield Yes Svg icon" :width="24" :height="24" />
CSS background
.icon-shield-yes---svg {
background-image: url('https://proicons.com/icon/308889.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 fill-rule="evenodd" clip-rule="evenodd" d="M11.6061 2.08085C11.8576 1.97305 12.1424 1.97305 12.3939 2.08085L18.7878 4.82111C19.5232 5.13626 20 5.85934 20 6.6594V13.5181C20 16.0301 18.654 18.3495 16.473 19.5958L12.4961 21.8682C12.1887 22.0439 11.8113 22.0439 11.5039 21.8682L7.52703 19.5958C5.346 18.3495 4 16.0301 4 13.5181V6.6594C4 5.85934 4.47679 5.13626 5.21216 4.82111L11.6061 2.08085ZM15.7071 10.7071C16.0976 10.3166 16.0976 9.68342 15.7071 9.29289C15.3166 8.90237 14.6834 8.90237 14.2929 9.29289L11 12.5858L9.70711 11.2929C9.31658 10.9024 8.68342 10.9024 8.29289 11.2929C7.90237 11.6834 7.90237 12.3166 8.29289 12.7071L10.2929 14.7071C10.6834 15.0976 11.3166 15.0976 11.7071 14.7071L15.7071 10.7071Z" fill="#292929"/> </svg>
Copied!