Secure Gateway Icon
Free SVG icon from the Carbon Icons collection. Download or copy for use in any project.
The Secure Gateway 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/320666.svg" alt="Secure Gateway icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/320666.svg" alt="Secure Gateway icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/320666.svg" alt="Secure Gateway icon" :width="24" :height="24" />
CSS background
.icon-secure-gateway {
background-image: url('https://proicons.com/icon/320666.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 27.5.0, 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="secure--gateway_00000180345067925437351820000013113202710510453421_" d="M16,31.36C7.53,31.36,0.64,24.47,0.64,16 c0-0.199,0.161-0.36,0.36-0.36h8.65c0.119-2.125,1.286-3.974,2.99-5.038V9c0-1.853,1.507-3.36,3.36-3.36S19.36,7.147,19.36,9v1.602 c1.704,1.064,2.87,2.914,2.989,5.038h8.286C30.444,7.733,23.952,1.36,16,1.36c-3.35,0-6.603,1.152-9.2,3.251 C6.93,4.843,7.003,5.11,7.003,5.394c0,0.888-0.722,1.61-1.61,1.61s-1.61-0.722-1.61-1.61s0.722-1.61,1.61-1.61 c0.343,0,0.662,0.108,0.924,0.292C9.047,1.858,12.472,0.64,16,0.64c8.47,0,15.36,6.89,15.36,15.36c0,0.199-0.161,0.36-0.36,0.36 h-8.65c-0.187,3.34-2.964,6-6.35,6s-6.163-2.66-6.35-6H1.364C1.556,24.267,8.048,30.64,16,30.64c3.352,0,6.601-1.15,9.199-3.25 c-0.133-0.236-0.203-0.505-0.203-0.783c0-0.43,0.168-0.834,0.472-1.139c0.609-0.607,1.668-0.607,2.277,0 c0.627,0.628,0.627,1.649,0,2.277c-0.562,0.56-1.436,0.621-2.062,0.18C22.951,30.144,19.53,31.36,16,31.36z M26.606,25.717 c-0.228,0-0.456,0.087-0.629,0.261c-0.348,0.347-0.348,0.911,0,1.258c0.346,0.348,0.912,0.348,1.258,0 c0.348-0.347,0.348-0.911,0-1.258C27.062,25.804,26.834,25.717,26.606,25.717z M16,10.36c-3.11,0-5.64,2.53-5.64,5.64 s2.53,5.64,5.64,5.64s5.64-2.529,5.64-5.64C21.64,12.89,19.11,10.36,16,10.36z M16,9.64c0.941,0,1.835,0.206,2.64,0.574V9 c0-1.456-1.184-2.64-2.64-2.64S13.36,7.545,13.36,9v1.214C14.165,9.846,15.059,9.64,16,9.64z M5.394,4.503 c-0.491,0-0.89,0.399-0.89,0.89s0.399,0.89,0.89,0.89s0.89-0.399,0.89-0.89S5.884,4.503,5.394,4.503z M16,19.36 c-1.853,0-3.36-1.508-3.36-3.36s1.507-3.36,3.36-3.36s3.36,1.507,3.36,3.36S17.853,19.36,16,19.36z M16,13.36 c-1.456,0-2.64,1.185-2.64,2.64c0,1.456,1.185,2.64,2.64,2.64c1.456,0,2.64-1.184,2.64-2.64S17.456,13.36,16,13.36z"/> <rect id="_Transparent_Rectangle" style="fill:none;" width="32" height="32"/> </svg>
Copied!