encrypted add icon
encrypted-add-outline-rounded from Material Symbols Light by Google · Outline Rounded · Privacy · Apache-2.0 Free for personal and commercial use.
- Name
- encrypted-add-outline-rounded
- Set
- Material Symbols Light
- Style
- Outline Rounded
- Category
- Privacy
- Viewbox
- 24×24
- License
- Apache 2.0
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="M11.683 20.864Q8.64 19.82 6.82 17.057T5 11.1V6.817q0-.514.293-.926q.292-.412.757-.597l5.385-2q.292-.106.565-.106t.566.106l5.384 2q.464.186.757.597q.293.412.293.926v4.343q0 .212-.144.356t-.357.144t-.356-.144T18 11.16V6.798q0-.192-.106-.346q-.105-.154-.298-.23l-5.384-2q-.096-.04-.212-.04t-.212.04l-5.384 2q-.193.076-.298.23Q6 6.606 6 6.798V11.1q0 3.025 1.7 5.5t4.3 3.3q.189.067.29.26q.1.192.036.389t-.26.29t-.383.025M17 18h-2.5q-.213 0-.356-.144T14 17.499t.144-.356T14.5 17H17v-2.5q0-.213.144-.356t.357-.144t.356.144t.143.356V17h2.5q.213 0 .356.144t.144.357t-.144.356T20.5 18H18v2.5q0 .213-.144.356t-.357.144t-.356-.144T17 20.5zm-5.534-3.5h1.069q.181 0 .318-.151q.136-.152.086-.334l-.475-2.606q.442-.153.73-.544q.287-.392.287-.865q0-.61-.436-1.046t-1.047-.435t-1.045.435T10.519 10q0 .473.288.865q.287.39.73.544l-.475 2.606q-.05.182.086.333t.318.152"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightEncryptedAddOutlineRounded(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="M11.683 20.864Q8.64 19.82 6.82 17.057T5 11.1V6.817q0-.514.293-.926q.292-.412.757-.597l5.385-2q.292-.106.565-.106t.566.106l5.384 2q.464.186.757.597q.293.412.293.926v4.343q0 .212-.144.356t-.357.144t-.356-.144T18 11.16V6.798q0-.192-.106-.346q-.105-.154-.298-.23l-5.384-2q-.096-.04-.212-.04t-.212.04l-5.384 2q-.193.076-.298.23Q6 6.606 6 6.798V11.1q0 3.025 1.7 5.5t4.3 3.3q.189.067.29.26q.1.192.036.389t-.26.29t-.383.025M17 18h-2.5q-.213 0-.356-.144T14 17.499t.144-.356T14.5 17H17v-2.5q0-.213.144-.356t.357-.144t.356.144t.143.356V17h2.5q.213 0 .356.144t.144.357t-.144.356T20.5 18H18v2.5q0 .213-.144.356t-.357.144t-.356-.144T17 20.5zm-5.534-3.5h1.069q.181 0 .318-.151q.136-.152.086-.334l-.475-2.606q.442-.153.73-.544q.287-.392.287-.865q0-.61-.436-1.046t-1.047-.435t-1.045.435T10.519 10q0 .473.288.865q.287.39.73.544l-.475 2.606q-.05.182.086.333t.318.152"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.683 20.864Q8.64 19.82 6.82 17.057T5 11.1V6.817q0-.514.293-.926q.292-.412.757-.597l5.385-2q.292-.106.565-.106t.566.106l5.384 2q.464.186.757.597q.293.412.293.926v4.343q0 .212-.144.356t-.357.144t-.356-.144T18 11.16V6.798q0-.192-.106-.346q-.105-.154-.298-.23l-5.384-2q-.096-.04-.212-.04t-.212.04l-5.384 2q-.193.076-.298.23Q6 6.606 6 6.798V11.1q0 3.025 1.7 5.5t4.3 3.3q.189.067.29.26q.1.192.036.389t-.26.29t-.383.025M17 18h-2.5q-.213 0-.356-.144T14 17.499t.144-.356T14.5 17H17v-2.5q0-.213.144-.356t.357-.144t.356.144t.143.356V17h2.5q.213 0 .356.144t.144.357t-.144.356T20.5 18H18v2.5q0 .213-.144.356t-.357.144t-.356-.144T17 20.5zm-5.534-3.5h1.069q.181 0 .318-.151q.136-.152.086-.334l-.475-2.606q.442-.153.73-.544q.287-.392.287-.865q0-.61-.436-1.046t-1.047-.435t-1.045.435T10.519 10q0 .473.288.865q.287.39.73.544l-.475 2.606q-.05.182.086.333t.318.152"/></svg> </template>
CSS
.icon-encrypted-add-outline-rounded {
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%22M11.683%2020.864Q8.64%2019.82%206.82%2017.057T5%2011.1V6.817q0-.514.293-.926q.292-.412.757-.597l5.385-2q.292-.106.565-.106t.566.106l5.384%202q.464.186.757.597q.293.412.293.926v4.343q0%20.212-.144.356t-.357.144t-.356-.144T18%2011.16V6.798q0-.192-.106-.346q-.105-.154-.298-.23l-5.384-2q-.096-.04-.212-.04t-.212.04l-5.384%202q-.193.076-.298.23Q6%206.606%206%206.798V11.1q0%203.025%201.7%205.5t4.3%203.3q.189.067.29.26q.1.192.036.389t-.26.29t-.383.025M17%2018h-2.5q-.213%200-.356-.144T14%2017.499t.144-.356T14.5%2017H17v-2.5q0-.213.144-.356t.357-.144t.356.144t.143.356V17h2.5q.213%200%20.356.144t.144.357t-.144.356T20.5%2018H18v2.5q0%20.213-.144.356t-.357.144t-.356-.144T17%2020.5zm-5.534-3.5h1.069q.181%200%20.318-.151q.136-.152.086-.334l-.475-2.606q.442-.153.73-.544q.287-.392.287-.865q0-.61-.436-1.046t-1.047-.435t-1.045.435T10.519%2010q0%20.473.288.865q.287.39.73.544l-.475%202.606q-.05.182.086.333t.318.152%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%22M11.683%2020.864Q8.64%2019.82%206.82%2017.057T5%2011.1V6.817q0-.514.293-.926q.292-.412.757-.597l5.385-2q.292-.106.565-.106t.566.106l5.384%202q.464.186.757.597q.293.412.293.926v4.343q0%20.212-.144.356t-.357.144t-.356-.144T18%2011.16V6.798q0-.192-.106-.346q-.105-.154-.298-.23l-5.384-2q-.096-.04-.212-.04t-.212.04l-5.384%202q-.193.076-.298.23Q6%206.606%206%206.798V11.1q0%203.025%201.7%205.5t4.3%203.3q.189.067.29.26q.1.192.036.389t-.26.29t-.383.025M17%2018h-2.5q-.213%200-.356-.144T14%2017.499t.144-.356T14.5%2017H17v-2.5q0-.213.144-.356t.357-.144t.356.144t.143.356V17h2.5q.213%200%20.356.144t.144.357t-.144.356T20.5%2018H18v2.5q0%20.213-.144.356t-.357.144t-.356-.144T17%2020.5zm-5.534-3.5h1.069q.181%200%20.318-.151q.136-.152.086-.334l-.475-2.606q.442-.153.73-.544q.287-.392.287-.865q0-.61-.436-1.046t-1.047-.435t-1.045.435T10.519%2010q0%20.473.288.865q.287.39.73.544l-.475%202.606q-.05.182.086.333t.318.152%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-outline-rounded.svg?color=%231a73e8&size=48