encrypted add icon

encrypted-add-outline-rounded from Material Symbols by Google · Outline Rounded · Privacy · Apache-2.0 Free for personal and commercial use.

Name
encrypted-add-outline-rounded
Set
Material Symbols
Style
Outline Rounded
Category
Privacy
Viewbox
24×24
License
Apache 2.0

3 other variants in Material Symbols

The same icon in other sets

More privacy icons from Material Symbols

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.375 21.825q-3.35-1.1-5.363-4.162T4 11.1V6.375q0-.625.363-1.125t.937-.725l6-2.25q.35-.125.7-.125t.7.125l6 2.25q.575.225.938.725T20 6.375v4.65q0 .425-.288.713t-.712.287t-.712-.288t-.288-.712v-4.65l-6-2.25l-6 2.25V11.1q0 3.025 1.7 5.5t4.3 3.3q.4.125.588.5t.062.775t-.5.588t-.775.062M17 19h-2q-.425 0-.712-.288T14 18t.288-.712T15 17h2v-2q0-.425.288-.712T18 14t.713.288T19 15v2h2q.425 0 .713.288T22 18t-.288.713T21 19h-2v2q0 .425-.288.713T18 22t-.712-.288T17 21zm-5.9-4h1.8q.225 0 .388-.187t.112-.413l-.475-2.625q.5-.25.788-.725T14 10q0-.825-.587-1.412T12 8t-1.412.588T10 10q0 .575.288 1.05t.787.725L10.6 14.4q-.05.225.113.413T11.1 15"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsEncryptedAddOutlineRounded(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.375 21.825q-3.35-1.1-5.363-4.162T4 11.1V6.375q0-.625.363-1.125t.937-.725l6-2.25q.35-.125.7-.125t.7.125l6 2.25q.575.225.938.725T20 6.375v4.65q0 .425-.288.713t-.712.287t-.712-.288t-.288-.712v-4.65l-6-2.25l-6 2.25V11.1q0 3.025 1.7 5.5t4.3 3.3q.4.125.588.5t.062.775t-.5.588t-.775.062M17 19h-2q-.425 0-.712-.288T14 18t.288-.712T15 17h2v-2q0-.425.288-.712T18 14t.713.288T19 15v2h2q.425 0 .713.288T22 18t-.288.713T21 19h-2v2q0 .425-.288.713T18 22t-.712-.288T17 21zm-5.9-4h1.8q.225 0 .388-.187t.112-.413l-.475-2.625q.5-.25.788-.725T14 10q0-.825-.587-1.412T12 8t-1.412.588T10 10q0 .575.288 1.05t.787.725L10.6 14.4q-.05.225.113.413T11.1 15"/></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.375 21.825q-3.35-1.1-5.363-4.162T4 11.1V6.375q0-.625.363-1.125t.937-.725l6-2.25q.35-.125.7-.125t.7.125l6 2.25q.575.225.938.725T20 6.375v4.65q0 .425-.288.713t-.712.287t-.712-.288t-.288-.712v-4.65l-6-2.25l-6 2.25V11.1q0 3.025 1.7 5.5t4.3 3.3q.4.125.588.5t.062.775t-.5.588t-.775.062M17 19h-2q-.425 0-.712-.288T14 18t.288-.712T15 17h2v-2q0-.425.288-.712T18 14t.713.288T19 15v2h2q.425 0 .713.288T22 18t-.288.713T21 19h-2v2q0 .425-.288.713T18 22t-.712-.288T17 21zm-5.9-4h1.8q.225 0 .388-.187t.112-.413l-.475-2.625q.5-.25.788-.725T14 10q0-.825-.587-1.412T12 8t-1.412.588T10 10q0 .575.288 1.05t.787.725L10.6 14.4q-.05.225.113.413T11.1 15"/></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.375%2021.825q-3.35-1.1-5.363-4.162T4%2011.1V6.375q0-.625.363-1.125t.937-.725l6-2.25q.35-.125.7-.125t.7.125l6%202.25q.575.225.938.725T20%206.375v4.65q0%20.425-.288.713t-.712.287t-.712-.288t-.288-.712v-4.65l-6-2.25l-6%202.25V11.1q0%203.025%201.7%205.5t4.3%203.3q.4.125.588.5t.062.775t-.5.588t-.775.062M17%2019h-2q-.425%200-.712-.288T14%2018t.288-.712T15%2017h2v-2q0-.425.288-.712T18%2014t.713.288T19%2015v2h2q.425%200%20.713.288T22%2018t-.288.713T21%2019h-2v2q0%20.425-.288.713T18%2022t-.712-.288T17%2021zm-5.9-4h1.8q.225%200%20.388-.187t.112-.413l-.475-2.625q.5-.25.788-.725T14%2010q0-.825-.587-1.412T12%208t-1.412.588T10%2010q0%20.575.288%201.05t.787.725L10.6%2014.4q-.05.225.113.413T11.1%2015%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.375%2021.825q-3.35-1.1-5.363-4.162T4%2011.1V6.375q0-.625.363-1.125t.937-.725l6-2.25q.35-.125.7-.125t.7.125l6%202.25q.575.225.938.725T20%206.375v4.65q0%20.425-.288.713t-.712.287t-.712-.288t-.288-.712v-4.65l-6-2.25l-6%202.25V11.1q0%203.025%201.7%205.5t4.3%203.3q.4.125.588.5t.062.775t-.5.588t-.775.062M17%2019h-2q-.425%200-.712-.288T14%2018t.288-.712T15%2017h2v-2q0-.425.288-.712T18%2014t.713.288T19%2015v2h2q.425%200%20.713.288T22%2018t-.288.713T21%2019h-2v2q0%20.425-.288.713T18%2022t-.712-.288T17%2021zm-5.9-4h1.8q.225%200%20.388-.187t.112-.413l-.475-2.625q.5-.25.788-.725T14%2010q0-.825-.587-1.412T12%208t-1.412.588T10%2010q0%20.575.288%201.05t.787.725L10.6%2014.4q-.05.225.113.413T11.1%2015%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/encrypted-add-outline-rounded.svg?color=%231a73e8&size=48