Encryption Icon
Free SVG icon from the Carbon Icons collection. Download or copy for use in any project.
The Encryption 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/319956.svg" alt="Encryption icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/319956.svg" alt="Encryption icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/319956.svg" alt="Encryption icon" :width="24" :height="24" />
CSS background
.icon-encryption {
background-image: url('https://proicons.com/icon/319956.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 29.1.0, SVG Export Plug-In . SVG Version: 9.03 Build 55587) --> <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="encryption_00000103956772419348109790000005117891391639019411_" style="fill:none;stroke:#000000;stroke-width:0.72;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;" d=" M10,21c0-3.314,2.686-6,6-6s6,2.686,6,6s-2.686,6-6,6S10,24.314,10,21z M16,11c-5.523,0-10,4.477-10,10s4.477,10,10,10 s10-4.477,10-10S21.523,11,16,11z M11,17.682V6c0-2.761,2.239-5,5-5s5,2.239,5,5v11.682 M16,22v2 M16,20c-0.552,0-1,0.448-1,1 s0.448,1,1,1s1-0.448,1-1S16.552,20,16,20z"/> <rect id="_Transparent_Rectangle" style="fill:none;" width="32" height="32"/> </svg>
Copied!