Security 02 Icon
Free SVG icon from the Carbon Icons collection. Download or copy for use in any project.
The Security 02 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/320670.svg" alt="Security 02 icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/320670.svg" alt="Security 02 icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/320670.svg" alt="Security 02 icon" :width="24" :height="24" />
CSS background
.icon-security-02 {
background-image: url('https://proicons.com/icon/320670.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="security--02_00000111185058325802003640000011830454411791278732_" d="M16,31.36C8.082,31.36,1.64,24.918,1.64,17V1 c0-0.199,0.161-0.36,0.36-0.36h28c0.199,0,0.36,0.161,0.36,0.36v16C30.36,24.918,23.918,31.36,16,31.36z M16.36,26.36v4.275 c3.757-0.099,7.141-1.723,9.553-4.275H16.36z M2.36,1.36V17c0,7.4,5.925,13.444,13.28,13.636v-8.324c-0.576-0.158-1-0.687-1-1.312 s0.424-1.153,1-1.312V7.312c-0.576-0.158-1-0.686-1-1.312s0.424-1.153,1-1.312V1.36H2.36z M16.36,25.64h10.187 c1.033-1.259,1.847-2.705,2.379-4.279H17.312c-0.127,0.461-0.491,0.824-0.952,0.951V25.64z M16,20.36c-0.353,0-0.64,0.287-0.64,0.64 s0.287,0.64,0.64,0.64s0.64-0.287,0.64-0.64S16.353,20.36,16,20.36z M17.312,20.64h11.835c0.321-1.159,0.493-2.38,0.493-3.64v-0.64 H16.36v3.329C16.821,19.815,17.185,20.179,17.312,20.64z M16.36,15.64h13.28v-4.28h-2.328c-0.158,0.576-0.687,1-1.312,1 s-1.153-0.424-1.312-1H16.36V15.64z M26,10.36c-0.353,0-0.64,0.287-0.64,0.64s0.287,0.64,0.64,0.64s0.64-0.287,0.64-0.64 S26.353,10.36,26,10.36z M27.312,10.64h2.328V6.36H17.312c-0.127,0.461-0.491,0.825-0.952,0.952v3.329h8.329 c0.158-0.576,0.687-1,1.312-1S27.153,10.064,27.312,10.64z M16,5.36c-0.353,0-0.64,0.287-0.64,0.64S15.647,6.64,16,6.64 c0.353,0,0.64-0.287,0.64-0.64S16.353,5.36,16,5.36z M17.312,5.64H29.64V1.36H16.36v3.329C16.821,4.815,17.185,5.179,17.312,5.64z" /> <rect id="_Transparent_Rectangle" style="fill:none;" width="32" height="32"/> </svg>
Copied!