Data Set Encryption Icon
Free SVG icon from the Carbon Icons collection. Download or copy for use in any project.
The Data Set 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/317526.svg" alt="Data Set Encryption icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/317526.svg" alt="Data Set Encryption icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/317526.svg" alt="Data Set Encryption icon" :width="24" :height="24" />
CSS background
.icon-data-set-encryption {
background-image: url('https://proicons.com/icon/317526.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?>
<svg id="icon" xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32">
<defs>
<style>
.cls-1 {
fill: none;
}
</style>
</defs>
<path d="M29,21.2783v-1.2783c0-2.2061-1.7944-4-4-4s-4,1.7939-4,4v1.2783c-.595.3469-1,.9849-1,1.7217v5c0,1.1025.897,2,2,2h6c1.103,0,2-.8975,2-2v-5c0-.7368-.405-1.3748-1-1.7217ZM25,18c1.103,0,2,.8975,2,2v1h-4v-1c0-1.1025.897-2,2-2ZM28,28h-6v-5h6v5ZM16,2.1299c-.98-.0898-2-.1299-3-.1299C7.7,2,2,3.25,2,6v18c0,2.75,5.7,4,11,4,1,0,2.02-.04,3-.1299v-2.0103c-.8999.0901-1.8999.1401-3,.1401-5.85,0-8.85-1.46-9-2v-3.5701c2.13,1.0701,5.64,1.5701,9,1.5701,1,0,2.02-.04,3-.1299v-2.0103c-.8999.0901-1.8999.1401-3,.1401-5.85,0-8.85-1.46-9-2v-3.5701c2.13,1.0701,5.64,1.5701,9,1.5701,1,0,2.02-.04,3-.1299,4.25-.4001,8-1.6401,8-3.8701v-6c0-2.23-3.75-3.47-8-3.8701ZM22,11.99c-.13.45-2.13,1.49-6,1.8699-.8999.0901-1.8999.1401-3,.1401-5.85,0-8.85-1.46-9-2v-3.5701c2.13,1.0701,5.64,1.5701,9,1.5701,1,0,2.01-.04,3-.1401,2.3301-.21,4.5-.6799,6-1.4299v3.5601ZM16,7.8599c-.8999.0901-1.8999.1401-3,.1401-5.84,0-8.84-1.46-9-1.98v-.01c.16-.55,3.16-2.01,9-2.01,1.1001,0,2.1001.05,3,.1401,3.8401.3699,5.8401,1.3999,6,1.8599-.1599.46-2.1599,1.49-6,1.8599Z"/>
<rect id="_Transparent_Rectangle_" data-name="&lt;Transparent Rectangle&gt;" class="cls-1" width="32" height="32"/>
</svg>
Copied!