no encryption icon

no-encryption-outline from Material Symbols by Google · Outline · Privacy · Apache-2.0 Free for personal and commercial use.

Name
no-encryption-outline
Set
Material Symbols
Style
Outline
Category
Privacy
Viewbox
24×24
License
Apache 2.0

5 other variants in Material Symbols

The same icon in other sets

More privacy icons from Material Symbols

Use the no encryption icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m20 17.15l-2-2V10h-5.15l-2-2H15V6q0-1.25-.862-2.125T12.025 3t-2.1.863T9.075 6v.225L7.25 4.4q.55-1.525 1.875-2.463t2.9-.937Q14.1 1 15.55 2.463T17 6v2h1q.825 0 1.413.588T20 10zm.5 6.15l-1.55-1.55q-.275.125-.5.188T18 22H6q-.825 0-1.412-.587T4 20V10q0-.625.363-1.15T5.3 8.1L.7 3.5l1.4-1.4l19.8 19.8zM17.15 20l-3.675-3.725q-.275.275-.637.425t-.788.15q-.825 0-1.412-.587t-.588-1.413q0-.425.15-.787t.425-.638L7.15 10H6v10zm-1.725-7.425"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsNoEncryptionOutline(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="m20 17.15l-2-2V10h-5.15l-2-2H15V6q0-1.25-.862-2.125T12.025 3t-2.1.863T9.075 6v.225L7.25 4.4q.55-1.525 1.875-2.463t2.9-.937Q14.1 1 15.55 2.463T17 6v2h1q.825 0 1.413.588T20 10zm.5 6.15l-1.55-1.55q-.275.125-.5.188T18 22H6q-.825 0-1.412-.587T4 20V10q0-.625.363-1.15T5.3 8.1L.7 3.5l1.4-1.4l19.8 19.8zM17.15 20l-3.675-3.725q-.275.275-.637.425t-.788.15q-.825 0-1.412-.587t-.588-1.413q0-.425.15-.787t.425-.638L7.15 10H6v10zm-1.725-7.425"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m20 17.15l-2-2V10h-5.15l-2-2H15V6q0-1.25-.862-2.125T12.025 3t-2.1.863T9.075 6v.225L7.25 4.4q.55-1.525 1.875-2.463t2.9-.937Q14.1 1 15.55 2.463T17 6v2h1q.825 0 1.413.588T20 10zm.5 6.15l-1.55-1.55q-.275.125-.5.188T18 22H6q-.825 0-1.412-.587T4 20V10q0-.625.363-1.15T5.3 8.1L.7 3.5l1.4-1.4l19.8 19.8zM17.15 20l-3.675-3.725q-.275.275-.637.425t-.788.15q-.825 0-1.412-.587t-.588-1.413q0-.425.15-.787t.425-.638L7.15 10H6v10zm-1.725-7.425"/></svg>
</template>

CSS

.icon-no-encryption-outline {
  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%22m20%2017.15l-2-2V10h-5.15l-2-2H15V6q0-1.25-.862-2.125T12.025%203t-2.1.863T9.075%206v.225L7.25%204.4q.55-1.525%201.875-2.463t2.9-.937Q14.1%201%2015.55%202.463T17%206v2h1q.825%200%201.413.588T20%2010zm.5%206.15l-1.55-1.55q-.275.125-.5.188T18%2022H6q-.825%200-1.412-.587T4%2020V10q0-.625.363-1.15T5.3%208.1L.7%203.5l1.4-1.4l19.8%2019.8zM17.15%2020l-3.675-3.725q-.275.275-.637.425t-.788.15q-.825%200-1.412-.587t-.588-1.413q0-.425.15-.787t.425-.638L7.15%2010H6v10zm-1.725-7.425%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%22m20%2017.15l-2-2V10h-5.15l-2-2H15V6q0-1.25-.862-2.125T12.025%203t-2.1.863T9.075%206v.225L7.25%204.4q.55-1.525%201.875-2.463t2.9-.937Q14.1%201%2015.55%202.463T17%206v2h1q.825%200%201.413.588T20%2010zm.5%206.15l-1.55-1.55q-.275.125-.5.188T18%2022H6q-.825%200-1.412-.587T4%2020V10q0-.625.363-1.15T5.3%208.1L.7%203.5l1.4-1.4l19.8%2019.8zM17.15%2020l-3.675-3.725q-.275.275-.637.425t-.788.15q-.825%200-1.412-.587t-.588-1.413q0-.425.15-.787t.425-.638L7.15%2010H6v10zm-1.725-7.425%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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