Zero Trust Icon
Free SVG icon from the Carbon Icons collection. Download or copy for use in any project.
The Zero Trust 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/321013.svg" alt="Zero Trust icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/321013.svg" alt="Zero Trust icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/321013.svg" alt="Zero Trust icon" :width="24" :height="24" />
CSS background
.icon-zero-trust {
background-image: url('https://proicons.com/icon/321013.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.1.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="zero-trust_00000121256675045319514070000013476647067162196909_" d="M8.36,21H7.64v-2.682 c0-2.221,1.341-4.164,3.347-4.969c-0.745-0.601-1.197-1.515-1.197-2.499c0-1.771,1.44-3.21,3.21-3.21s3.21,1.44,3.21,3.21 c0,0.985-0.453,1.9-1.2,2.5c0.941,0.385,1.764,1.042,2.367,1.901l-0.59,0.413c-0.661-0.942-1.625-1.604-2.713-1.861 c-0.15-0.035-0.261-0.163-0.275-0.316c-0.014-0.154,0.071-0.3,0.212-0.363c0.899-0.4,1.48-1.293,1.48-2.274 c0-1.374-1.117-2.491-2.49-2.491c-1.374,0-2.491,1.117-2.491,2.491c0,0.982,0.581,1.875,1.48,2.274 c0.141,0.063,0.226,0.209,0.212,0.362c-0.014,0.154-0.125,0.282-0.275,0.317c-2.1,0.498-3.566,2.354-3.566,4.514V21H8.36z M30.36,17 c0-6.533-4.41-12.247-10.724-13.895l-0.182,0.696C25.452,5.367,29.64,10.794,29.64,17c0,7.521-6.118,13.64-13.64,13.64 C8.479,30.64,2.36,24.521,2.36,17c0-7.22,5.638-13.147,12.742-13.611l-1.356,1.356l0.509,0.509L16.509,3l-2.255-2.254l-0.509,0.509 l1.41,1.41C7.629,3.104,1.64,9.366,1.64,17c0,7.918,6.442,14.36,14.36,14.36S30.36,24.918,30.36,17z M24.36,22v-4.223L20,15.598 l-4.36,2.18V22c0,2.404,1.956,4.36,4.36,4.36C22.363,26.36,24.36,24.363,24.36,22z M20,16.402l3.64,1.82V22 c0,1.973-1.667,3.64-3.64,3.64c-2.007,0-3.64-1.633-3.64-3.64v-3.777L20,16.402z"/> <rect id="_Transparent_Rectangle" style="fill:none;" width="32" height="32"/> </svg>
Copied!