Digital Trust Icon
Free SVG icon from the Carbon Icons collection. Download or copy for use in any project.
The Digital 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/319901.svg" alt="Digital Trust icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/319901.svg" alt="Digital Trust icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/319901.svg" alt="Digital Trust icon" :width="24" :height="24" />
CSS background
.icon-digital-trust {
background-image: url('https://proicons.com/icon/319901.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 24.1.2, 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="digital--trust_1_" d="M16,31.36C9.736,31.36,4.64,26.264,4.64,20V6.786L16,0.59l11.36,6.196V20 C27.36,26.264,22.264,31.36,16,31.36z M5.36,7.214V20c0,5.867,4.773,10.64,10.64,10.64S26.64,25.868,26.64,20V7.214L16,1.41 L5.36,7.214z M20,12.509l-2.255-2.255l0.51-0.509L20,11.491l3.745-3.745l0.51,0.509L20,12.509z M8.36,15.251 c0-1.694,1.151-3.15,2.799-3.541c0.15-0.035,0.261-0.163,0.275-0.316c0.014-0.154-0.071-0.3-0.212-0.363 c-0.693-0.308-1.141-0.997-1.141-1.753c0-1.058,0.861-1.918,1.918-1.918c1.06,0,1.922,0.86,1.922,1.918 c0,0.757-0.448,1.445-1.142,1.753c-0.141,0.063-0.226,0.209-0.212,0.363c0.014,0.153,0.125,0.281,0.275,0.316 c0.882,0.209,1.651,0.739,2.165,1.492l0.595-0.406c-0.467-0.684-1.111-1.214-1.856-1.54c0.559-0.494,0.894-1.21,0.894-1.979 c0-1.455-1.185-2.638-2.642-2.638c-1.455,0-2.638,1.183-2.638,2.638c0,0.768,0.335,1.484,0.893,1.978 c-1.571,0.681-2.614,2.23-2.614,3.996V21h0.72v-5.749H8.36z M22,17.36h-8c-0.199,0-0.36-0.161-0.36-0.36v-2 c0-0.199,0.161-0.36,0.36-0.36h8c0.199,0,0.36,0.161,0.36,0.36v2C22.36,17.199,22.199,17.36,22,17.36z M14.36,16.64h7.28v-1.28 h-7.28C14.36,15.36,14.36,16.64,14.36,16.64z M22,21.36h-8c-0.199,0-0.36-0.161-0.36-0.36v-2c0-0.199,0.161-0.36,0.36-0.36h8 c0.199,0,0.36,0.161,0.36,0.36v2C22.36,21.199,22.199,21.36,22,21.36z M14.36,20.64h7.28v-1.28h-7.28 C14.36,19.36,14.36,20.64,14.36,20.64z M22,25.36h-8c-0.199,0-0.36-0.161-0.36-0.36v-2c0-0.199,0.161-0.36,0.36-0.36h8 c0.199,0,0.36,0.161,0.36,0.36v2C22.36,25.199,22.199,25.36,22,25.36z M14.36,24.64h7.28v-1.28h-7.28 C14.36,23.36,14.36,24.64,14.36,24.64z"/> <rect id="_Transparent_Rectangle" style="fill:none;" width="32" height="32"/> </svg>
Copied!