data set encryption icon
data-set-encryption from Carbon by IBM · Outline · Actions · Apache-2.0 Free for personal and commercial use.
- Name
- data-set-encryption
- Set
- Carbon
- Style
- Outline
- Category
- Actions
- Viewbox
- 32×32
- License
- Apache 2.0
More actions icons from Carbon
activity-taskadapter-notificationaddadd-altadd-commentadd-largealign-box-bottom-centeralign-box-bottom-leftalign-box-bottom-rightalign-box-middle-centeralign-box-middle-leftalign-box-middle-rightalign-box-top-centeralign-box-top-leftalign-box-top-rightalign-horizontal-centeralign-horizontal-leftalign-horizontal-rightalign-vertical-bottomalign-vertical-centeralign-vertical-topappsareaarea-custom
Use the data set encryption icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M29 21.278V20c0-2.206-1.794-4-4-4s-4 1.794-4 4v1.278c-.595.347-1 .985-1 1.722v5c0 1.103.897 2 2 2h6c1.103 0 2-.897 2-2v-5c0-.737-.405-1.375-1-1.722M25 18c1.103 0 2 .898 2 2v1h-4v-1c0-1.102.897-2 2-2m3 10h-6v-5h6zM16 2.13c-.98-.09-2-.13-3-.13C7.7 2 2 3.25 2 6v18c0 2.75 5.7 4 11 4c1 0 2.02-.04 3-.13v-2.01c-.9.09-1.9.14-3 .14c-5.85 0-8.85-1.46-9-2v-3.57C6.13 21.5 9.64 22 13 22c1 0 2.02-.04 3-.13v-2.01c-.9.09-1.9.14-3 .14c-5.85 0-8.85-1.46-9-2v-3.57C6.13 15.5 9.64 16 13 16c1 0 2.02-.04 3-.13c4.25-.4 8-1.64 8-3.87V6c0-2.23-3.75-3.47-8-3.87m6 9.86c-.13.45-2.13 1.49-6 1.87c-.9.09-1.9.14-3 .14c-5.85 0-8.85-1.46-9-2V8.43C6.13 9.5 9.64 10 13 10c1 0 2.01-.04 3-.14c2.33-.21 4.5-.68 6-1.43zm-6-4.13c-.9.09-1.9.14-3 .14c-5.84 0-8.84-1.46-9-1.98v-.01C4.16 5.46 7.16 4 13 4c1.1 0 2.1.05 3 .14c3.84.37 5.84 1.4 6 1.86c-.16.46-2.16 1.49-6 1.86"/></svg>
React
import type { SVGProps } from "react";
export function CarbonDataSetEncryption(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M29 21.278V20c0-2.206-1.794-4-4-4s-4 1.794-4 4v1.278c-.595.347-1 .985-1 1.722v5c0 1.103.897 2 2 2h6c1.103 0 2-.897 2-2v-5c0-.737-.405-1.375-1-1.722M25 18c1.103 0 2 .898 2 2v1h-4v-1c0-1.102.897-2 2-2m3 10h-6v-5h6zM16 2.13c-.98-.09-2-.13-3-.13C7.7 2 2 3.25 2 6v18c0 2.75 5.7 4 11 4c1 0 2.02-.04 3-.13v-2.01c-.9.09-1.9.14-3 .14c-5.85 0-8.85-1.46-9-2v-3.57C6.13 21.5 9.64 22 13 22c1 0 2.02-.04 3-.13v-2.01c-.9.09-1.9.14-3 .14c-5.85 0-8.85-1.46-9-2v-3.57C6.13 15.5 9.64 16 13 16c1 0 2.02-.04 3-.13c4.25-.4 8-1.64 8-3.87V6c0-2.23-3.75-3.47-8-3.87m6 9.86c-.13.45-2.13 1.49-6 1.87c-.9.09-1.9.14-3 .14c-5.85 0-8.85-1.46-9-2V8.43C6.13 9.5 9.64 10 13 10c1 0 2.01-.04 3-.14c2.33-.21 4.5-.68 6-1.43zm-6-4.13c-.9.09-1.9.14-3 .14c-5.84 0-8.84-1.46-9-1.98v-.01C4.16 5.46 7.16 4 13 4c1.1 0 2.1.05 3 .14c3.84.37 5.84 1.4 6 1.86c-.16.46-2.16 1.49-6 1.86"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M29 21.278V20c0-2.206-1.794-4-4-4s-4 1.794-4 4v1.278c-.595.347-1 .985-1 1.722v5c0 1.103.897 2 2 2h6c1.103 0 2-.897 2-2v-5c0-.737-.405-1.375-1-1.722M25 18c1.103 0 2 .898 2 2v1h-4v-1c0-1.102.897-2 2-2m3 10h-6v-5h6zM16 2.13c-.98-.09-2-.13-3-.13C7.7 2 2 3.25 2 6v18c0 2.75 5.7 4 11 4c1 0 2.02-.04 3-.13v-2.01c-.9.09-1.9.14-3 .14c-5.85 0-8.85-1.46-9-2v-3.57C6.13 21.5 9.64 22 13 22c1 0 2.02-.04 3-.13v-2.01c-.9.09-1.9.14-3 .14c-5.85 0-8.85-1.46-9-2v-3.57C6.13 15.5 9.64 16 13 16c1 0 2.02-.04 3-.13c4.25-.4 8-1.64 8-3.87V6c0-2.23-3.75-3.47-8-3.87m6 9.86c-.13.45-2.13 1.49-6 1.87c-.9.09-1.9.14-3 .14c-5.85 0-8.85-1.46-9-2V8.43C6.13 9.5 9.64 10 13 10c1 0 2.01-.04 3-.14c2.33-.21 4.5-.68 6-1.43zm-6-4.13c-.9.09-1.9.14-3 .14c-5.84 0-8.84-1.46-9-1.98v-.01C4.16 5.46 7.16 4 13 4c1.1 0 2.1.05 3 .14c3.84.37 5.84 1.4 6 1.86c-.16.46-2.16 1.49-6 1.86"/></svg> </template>
CSS
.icon-data-set-encryption {
width: 24px;
height: 24px;
background-color: currentColor;
-webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M29%2021.278V20c0-2.206-1.794-4-4-4s-4%201.794-4%204v1.278c-.595.347-1%20.985-1%201.722v5c0%201.103.897%202%202%202h6c1.103%200%202-.897%202-2v-5c0-.737-.405-1.375-1-1.722M25%2018c1.103%200%202%20.898%202%202v1h-4v-1c0-1.102.897-2%202-2m3%2010h-6v-5h6zM16%202.13c-.98-.09-2-.13-3-.13C7.7%202%202%203.25%202%206v18c0%202.75%205.7%204%2011%204c1%200%202.02-.04%203-.13v-2.01c-.9.09-1.9.14-3%20.14c-5.85%200-8.85-1.46-9-2v-3.57C6.13%2021.5%209.64%2022%2013%2022c1%200%202.02-.04%203-.13v-2.01c-.9.09-1.9.14-3%20.14c-5.85%200-8.85-1.46-9-2v-3.57C6.13%2015.5%209.64%2016%2013%2016c1%200%202.02-.04%203-.13c4.25-.4%208-1.64%208-3.87V6c0-2.23-3.75-3.47-8-3.87m6%209.86c-.13.45-2.13%201.49-6%201.87c-.9.09-1.9.14-3%20.14c-5.85%200-8.85-1.46-9-2V8.43C6.13%209.5%209.64%2010%2013%2010c1%200%202.01-.04%203-.14c2.33-.21%204.5-.68%206-1.43zm-6-4.13c-.9.09-1.9.14-3%20.14c-5.84%200-8.84-1.46-9-1.98v-.01C4.16%205.46%207.16%204%2013%204c1.1%200%202.1.05%203%20.14c3.84.37%205.84%201.4%206%201.86c-.16.46-2.16%201.49-6%201.86%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M29%2021.278V20c0-2.206-1.794-4-4-4s-4%201.794-4%204v1.278c-.595.347-1%20.985-1%201.722v5c0%201.103.897%202%202%202h6c1.103%200%202-.897%202-2v-5c0-.737-.405-1.375-1-1.722M25%2018c1.103%200%202%20.898%202%202v1h-4v-1c0-1.102.897-2%202-2m3%2010h-6v-5h6zM16%202.13c-.98-.09-2-.13-3-.13C7.7%202%202%203.25%202%206v18c0%202.75%205.7%204%2011%204c1%200%202.02-.04%203-.13v-2.01c-.9.09-1.9.14-3%20.14c-5.85%200-8.85-1.46-9-2v-3.57C6.13%2021.5%209.64%2022%2013%2022c1%200%202.02-.04%203-.13v-2.01c-.9.09-1.9.14-3%20.14c-5.85%200-8.85-1.46-9-2v-3.57C6.13%2015.5%209.64%2016%2013%2016c1%200%202.02-.04%203-.13c4.25-.4%208-1.64%208-3.87V6c0-2.23-3.75-3.47-8-3.87m6%209.86c-.13.45-2.13%201.49-6%201.87c-.9.09-1.9.14-3%20.14c-5.85%200-8.85-1.46-9-2V8.43C6.13%209.5%209.64%2010%2013%2010c1%200%202.01-.04%203-.14c2.33-.21%204.5-.68%206-1.43zm-6-4.13c-.9.09-1.9.14-3%20.14c-5.84%200-8.84-1.46-9-1.98v-.01C4.16%205.46%207.16%204%2013%204c1.1%200%202.1.05%203%20.14c3.84.37%205.84%201.4%206%201.86c-.16.46-2.16%201.49-6%201.86%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/carbon/data-set-encryption.svg?color=%231a73e8&size=48