Protect Critical Assets Icon
Free SVG icon from the Carbon Icons collection. Download or copy for use in any project.
The Protect Critical Assets icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/320563.svg" alt="Protect Critical Assets icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/320563.svg" alt="Protect Critical Assets icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/320563.svg" alt="Protect Critical Assets icon" :width="24" :height="24" />
CSS background
.icon-protect-critical-assets {
background-image: url('https://proicons.com/icon/320563.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="iso-8859-1"?> <!-- Generator: Adobe Illustrator 26.3.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --> <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 32 32" style="enable-background:new 0 0 32 32;" xml:space="preserve"> <path id="protect--critical--assets_00000057863242182228234800000006928549848566533023_" d="M17,28.36H1 c-0.199,0-0.36-0.161-0.36-0.36V7c0-0.096,0.038-0.187,0.105-0.254l6-6C6.813,0.678,6.904,0.64,7,0.64h15 c0.199,0,0.36,0.161,0.36,0.36v12h-0.72V1.36H7.36V7c0,0.199-0.161,0.36-0.36,0.36H1.36v20.28H17V28.36z M1.869,6.64H6.64V1.869 L1.869,6.64z M16.5,22.36H4v-0.72h12.5V22.36z M16.5,19.36H4v-0.72h12.5V19.36z M16.5,16.36H4v-0.72h12.5V16.36z M19,13.36H4v-0.72 h15V13.36z M25,31.36c-3.507,0-6.36-2.854-6.36-6.36v-7.223l6.36-3.18l6.36,3.18V25C31.36,28.507,28.507,31.36,25,31.36z M19.36,18.223V25c0,3.11,2.529,5.64,5.64,5.64s5.64-2.529,5.64-5.64v-6.777L25,15.402L19.36,18.223z"/> <rect id="_Transparent_Rectangle" style="fill:none;" width="32" height="32"/> </svg>
Copied!