no encryption icon

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

Name
no-encryption
Set
Material Symbols
Style
Regular
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.15L10.85 8H15V6q0-1.25-.862-2.125T12.025 3t-2.1.875T9.075 6v.225L7.25 4.4Q7.8 2.875 9.1 1.937T12.025 1Q14.1 1 15.55 2.463T17 6v2h1q.825 0 1.413.588T20 10zm.5 6.15l-1.55-1.55q-.225.125-.462.188T18 22H6q-.825 0-1.412-.587T4 20V10q0-.65.363-1.162T5.3 8.1L.7 3.5l1.4-1.4l19.8 19.8zm-9.875-9.875q-.275.3-.425.663t-.15.762q0 .825.587 1.413t1.413.587q.4 0 .763-.15t.662-.425z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsNoEncryption(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.15L10.85 8H15V6q0-1.25-.862-2.125T12.025 3t-2.1.875T9.075 6v.225L7.25 4.4Q7.8 2.875 9.1 1.937T12.025 1Q14.1 1 15.55 2.463T17 6v2h1q.825 0 1.413.588T20 10zm.5 6.15l-1.55-1.55q-.225.125-.462.188T18 22H6q-.825 0-1.412-.587T4 20V10q0-.65.363-1.162T5.3 8.1L.7 3.5l1.4-1.4l19.8 19.8zm-9.875-9.875q-.275.3-.425.663t-.15.762q0 .825.587 1.413t1.413.587q.4 0 .763-.15t.662-.425z"/></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.15L10.85 8H15V6q0-1.25-.862-2.125T12.025 3t-2.1.875T9.075 6v.225L7.25 4.4Q7.8 2.875 9.1 1.937T12.025 1Q14.1 1 15.55 2.463T17 6v2h1q.825 0 1.413.588T20 10zm.5 6.15l-1.55-1.55q-.225.125-.462.188T18 22H6q-.825 0-1.412-.587T4 20V10q0-.65.363-1.162T5.3 8.1L.7 3.5l1.4-1.4l19.8 19.8zm-9.875-9.875q-.275.3-.425.663t-.15.762q0 .825.587 1.413t1.413.587q.4 0 .763-.15t.662-.425z"/></svg>
</template>

CSS

.icon-no-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M20%2017.15L10.85%208H15V6q0-1.25-.862-2.125T12.025%203t-2.1.875T9.075%206v.225L7.25%204.4Q7.8%202.875%209.1%201.937T12.025%201Q14.1%201%2015.55%202.463T17%206v2h1q.825%200%201.413.588T20%2010zm.5%206.15l-1.55-1.55q-.225.125-.462.188T18%2022H6q-.825%200-1.412-.587T4%2020V10q0-.65.363-1.162T5.3%208.1L.7%203.5l1.4-1.4l19.8%2019.8zm-9.875-9.875q-.275.3-.425.663t-.15.762q0%20.825.587%201.413t1.413.587q.4%200%20.763-.15t.662-.425z%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.15L10.85%208H15V6q0-1.25-.862-2.125T12.025%203t-2.1.875T9.075%206v.225L7.25%204.4Q7.8%202.875%209.1%201.937T12.025%201Q14.1%201%2015.55%202.463T17%206v2h1q.825%200%201.413.588T20%2010zm.5%206.15l-1.55-1.55q-.225.125-.462.188T18%2022H6q-.825%200-1.412-.587T4%2020V10q0-.65.363-1.162T5.3%208.1L.7%203.5l1.4-1.4l19.8%2019.8zm-9.875-9.875q-.275.3-.425.663t-.15.762q0%20.825.587%201.413t1.413.587q.4%200%20.763-.15t.662-.425z%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.svg?color=%231a73e8&size=48