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

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

5 other variants in Material Symbols Light

The same icon in other sets

More privacy icons from Material Symbols Light

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="M19 17.535L10.466 9H15V7q0-1.27-.901-2.134Q13.198 4 11.929 4t-2.167.865Q8.864 5.732 8.864 7v.283l-.922-.922q.224-1.467 1.35-2.414T11.93 3q1.69 0 2.88 1.165Q16 5.329 16 7v2h1.385q.67 0 1.143.472q.472.472.472 1.144zm1.5 5.765l-2.434-2.434q-.264.105-.53.12Q17.269 21 17 21H6.616q-.672 0-1.144-.472T5 19.385v-8.77q0-.573.353-.999q.353-.425.909-.554L.7 3.5l.708-.708l19.8 19.8zm-9.51-9.51q-.217.224-.328.5t-.112.58q0 .632.434 1.066q.433.433 1.066.433q.304 0 .58-.111t.499-.33z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightNoEncryption(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="M19 17.535L10.466 9H15V7q0-1.27-.901-2.134Q13.198 4 11.929 4t-2.167.865Q8.864 5.732 8.864 7v.283l-.922-.922q.224-1.467 1.35-2.414T11.93 3q1.69 0 2.88 1.165Q16 5.329 16 7v2h1.385q.67 0 1.143.472q.472.472.472 1.144zm1.5 5.765l-2.434-2.434q-.264.105-.53.12Q17.269 21 17 21H6.616q-.672 0-1.144-.472T5 19.385v-8.77q0-.573.353-.999q.353-.425.909-.554L.7 3.5l.708-.708l19.8 19.8zm-9.51-9.51q-.217.224-.328.5t-.112.58q0 .632.434 1.066q.433.433 1.066.433q.304 0 .58-.111t.499-.33z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19 17.535L10.466 9H15V7q0-1.27-.901-2.134Q13.198 4 11.929 4t-2.167.865Q8.864 5.732 8.864 7v.283l-.922-.922q.224-1.467 1.35-2.414T11.93 3q1.69 0 2.88 1.165Q16 5.329 16 7v2h1.385q.67 0 1.143.472q.472.472.472 1.144zm1.5 5.765l-2.434-2.434q-.264.105-.53.12Q17.269 21 17 21H6.616q-.672 0-1.144-.472T5 19.385v-8.77q0-.573.353-.999q.353-.425.909-.554L.7 3.5l.708-.708l19.8 19.8zm-9.51-9.51q-.217.224-.328.5t-.112.58q0 .632.434 1.066q.433.433 1.066.433q.304 0 .58-.111t.499-.33z"/></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%22M19%2017.535L10.466%209H15V7q0-1.27-.901-2.134Q13.198%204%2011.929%204t-2.167.865Q8.864%205.732%208.864%207v.283l-.922-.922q.224-1.467%201.35-2.414T11.93%203q1.69%200%202.88%201.165Q16%205.329%2016%207v2h1.385q.67%200%201.143.472q.472.472.472%201.144zm1.5%205.765l-2.434-2.434q-.264.105-.53.12Q17.269%2021%2017%2021H6.616q-.672%200-1.144-.472T5%2019.385v-8.77q0-.573.353-.999q.353-.425.909-.554L.7%203.5l.708-.708l19.8%2019.8zm-9.51-9.51q-.217.224-.328.5t-.112.58q0%20.632.434%201.066q.433.433%201.066.433q.304%200%20.58-.111t.499-.33z%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%22M19%2017.535L10.466%209H15V7q0-1.27-.901-2.134Q13.198%204%2011.929%204t-2.167.865Q8.864%205.732%208.864%207v.283l-.922-.922q.224-1.467%201.35-2.414T11.93%203q1.69%200%202.88%201.165Q16%205.329%2016%207v2h1.385q.67%200%201.143.472q.472.472.472%201.144zm1.5%205.765l-2.434-2.434q-.264.105-.53.12Q17.269%2021%2017%2021H6.616q-.672%200-1.144-.472T5%2019.385v-8.77q0-.573.353-.999q.353-.425.909-.554L.7%203.5l.708-.708l19.8%2019.8zm-9.51-9.51q-.217.224-.328.5t-.112.58q0%20.632.434%201.066q.433.433%201.066.433q.304%200%20.58-.111t.499-.33z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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