encrypted add icon
encrypted-add from Material Symbols Light by Google · Regular · Privacy · Apache-2.0 Free for personal and commercial use.
- Name
- encrypted-add
- Set
- Material Symbols Light
- Style
- Regular
- Category
- Privacy
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- encrypted-add-sharp
3 other variants in Material Symbols Light
The same icon in other sets
More privacy icons from Material Symbols Light
add-moderatoradmin-panel-settingsassured-workloadbadgedisabled-visiblee911-emergencyencryptedencrypted-add-circleencrypted-minus-circleencrypted-offenhanced-encryptionexclamationid-cardid-card-2identity-aware-proxykey-visualizermobile-theftno-encryptionpasskeyperson-shieldpolicypolicy-alertprivacy-tipprivate-connectivity
Use the encrypted add icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17 21v-3h-3v-1h3v-3h1v3h3v1h-3v3zm-5-.039q-3.014-.894-5.007-3.65T5 11.1V5.692l7-2.615l7 2.615V11.1q0 .166-.012.353t-.024.353q-.354-.092-.723-.141t-.752-.05q-1.4.006-2.598.603q-1.197.598-2.002 1.617l-.425-2.425q.442-.154.73-.543T13.48 10q0-.613-.434-1.047T12 8.519t-1.047.434T10.519 10q0 .479.288.867t.73.543l-.556 3.09h1.454q-.395.65-.607 1.413t-.213 1.587q0 .879.255 1.695t.734 1.559q-.166.067-.302.11t-.302.098"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightEncryptedAdd(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17 21v-3h-3v-1h3v-3h1v3h3v1h-3v3zm-5-.039q-3.014-.894-5.007-3.65T5 11.1V5.692l7-2.615l7 2.615V11.1q0 .166-.012.353t-.024.353q-.354-.092-.723-.141t-.752-.05q-1.4.006-2.598.603q-1.197.598-2.002 1.617l-.425-2.425q.442-.154.73-.543T13.48 10q0-.613-.434-1.047T12 8.519t-1.047.434T10.519 10q0 .479.288.867t.73.543l-.556 3.09h1.454q-.395.65-.607 1.413t-.213 1.587q0 .879.255 1.695t.734 1.559q-.166.067-.302.11t-.302.098"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17 21v-3h-3v-1h3v-3h1v3h3v1h-3v3zm-5-.039q-3.014-.894-5.007-3.65T5 11.1V5.692l7-2.615l7 2.615V11.1q0 .166-.012.353t-.024.353q-.354-.092-.723-.141t-.752-.05q-1.4.006-2.598.603q-1.197.598-2.002 1.617l-.425-2.425q.442-.154.73-.543T13.48 10q0-.613-.434-1.047T12 8.519t-1.047.434T10.519 10q0 .479.288.867t.73.543l-.556 3.09h1.454q-.395.65-.607 1.413t-.213 1.587q0 .879.255 1.695t.734 1.559q-.166.067-.302.11t-.302.098"/></svg> </template>
CSS
.icon-encrypted-add {
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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M17%2021v-3h-3v-1h3v-3h1v3h3v1h-3v3zm-5-.039q-3.014-.894-5.007-3.65T5%2011.1V5.692l7-2.615l7%202.615V11.1q0%20.166-.012.353t-.024.353q-.354-.092-.723-.141t-.752-.05q-1.4.006-2.598.603q-1.197.598-2.002%201.617l-.425-2.425q.442-.154.73-.543T13.48%2010q0-.613-.434-1.047T12%208.519t-1.047.434T10.519%2010q0%20.479.288.867t.73.543l-.556%203.09h1.454q-.395.65-.607%201.413t-.213%201.587q0%20.879.255%201.695t.734%201.559q-.166.067-.302.11t-.302.098%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M17%2021v-3h-3v-1h3v-3h1v3h3v1h-3v3zm-5-.039q-3.014-.894-5.007-3.65T5%2011.1V5.692l7-2.615l7%202.615V11.1q0%20.166-.012.353t-.024.353q-.354-.092-.723-.141t-.752-.05q-1.4.006-2.598.603q-1.197.598-2.002%201.617l-.425-2.425q.442-.154.73-.543T13.48%2010q0-.613-.434-1.047T12%208.519t-1.047.434T10.519%2010q0%20.479.288.867t.73.543l-.556%203.09h1.454q-.395.65-.607%201.413t-.213%201.587q0%20.879.255%201.695t.734%201.559q-.166.067-.302.11t-.302.098%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/encrypted-add.svg?color=%231a73e8&size=48