Shield No Svg Icon
Free SVG icon from the IconaMoon collection. Download or copy for use in any project.
The Shield No 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/309799.svg" alt="Shield No Svg icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/309799.svg" alt="Shield No Svg icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/309799.svg" alt="Shield No Svg icon" :width="24" :height="24" />
CSS background
.icon-shield-no---svg {
background-image: url('https://proicons.com/icon/309799.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="M12 3L12.197 2.54043C12.0712 2.48652 11.9288 2.48652 11.803 2.54043L12 3ZM12 21L11.7519 21.4341C11.9056 21.522 12.0944 21.522 12.2481 21.4341L12 21ZM18.3939 5.74025L18.197 6.19982L18.3939 5.74025ZM8.02317 18.7275L7.7751 19.1616L8.02317 18.7275ZM11.803 2.54043L5.40912 5.28068L5.80304 6.19982L12.197 3.45957L11.803 2.54043ZM4.5 6.6594V13.5181H5.5V6.6594H4.5ZM7.7751 19.1616L11.7519 21.4341L12.2481 20.5659L8.27124 18.2934L7.7751 19.1616ZM12.2481 21.4341L16.2249 19.1616L15.7288 18.2934L11.7519 20.5659L12.2481 21.4341ZM19.5 13.5181V6.6594H18.5V13.5181H19.5ZM18.5909 5.28068L12.197 2.54043L11.803 3.45957L18.197 6.19982L18.5909 5.28068ZM19.5 6.6594C19.5 6.05935 19.1424 5.51705 18.5909 5.28068L18.197 6.19982C18.3808 6.27861 18.5 6.45938 18.5 6.6594H19.5ZM16.2249 19.1616C18.2501 18.0044 19.5 15.8506 19.5 13.5181H18.5C18.5 15.4918 17.4424 17.3142 15.7288 18.2934L16.2249 19.1616ZM4.5 13.5181C4.5 15.8506 5.74986 18.0044 7.7751 19.1616L8.27124 18.2934C6.55757 17.3142 5.5 15.4918 5.5 13.5181H4.5ZM5.40912 5.28068C4.8576 5.51705 4.5 6.05935 4.5 6.6594H5.5C5.5 6.45938 5.6192 6.27861 5.80304 6.19982L5.40912 5.28068Z" fill="#292929"/> <path d="M10 10L14 14M10 14L14 10" stroke="#292929" stroke-linecap="round" stroke-linejoin="round"/> </svg>
Copied!