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

Name
no-encryption-sharp
Set
Material Symbols Light
Style
Sharp
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.872T8.864 7v.283l-.922-.922q.224-1.448 1.347-2.404T11.929 3q1.69 0 2.88 1.165Q16 5.329 16 7v2h3zm1.5 5.765L18.2 21H5V9.062h1.262L.7 3.5l.708-.708l19.8 19.8zm-9.534-9.484q-.218.217-.33.493q-.111.276-.111.585q0 .633.434 1.066q.433.434 1.066.434q.31 0 .586-.111t.493-.33z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightNoEncryptionSharp(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.872T8.864 7v.283l-.922-.922q.224-1.448 1.347-2.404T11.929 3q1.69 0 2.88 1.165Q16 5.329 16 7v2h3zm1.5 5.765L18.2 21H5V9.062h1.262L.7 3.5l.708-.708l19.8 19.8zm-9.534-9.484q-.218.217-.33.493q-.111.276-.111.585q0 .633.434 1.066q.433.434 1.066.434q.31 0 .586-.111t.493-.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.872T8.864 7v.283l-.922-.922q.224-1.448 1.347-2.404T11.929 3q1.69 0 2.88 1.165Q16 5.329 16 7v2h3zm1.5 5.765L18.2 21H5V9.062h1.262L.7 3.5l.708-.708l19.8 19.8zm-9.534-9.484q-.218.217-.33.493q-.111.276-.111.585q0 .633.434 1.066q.433.434 1.066.434q.31 0 .586-.111t.493-.33z"/></svg>
</template>

CSS

.icon-no-encryption-sharp {
  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.872T8.864%207v.283l-.922-.922q.224-1.448%201.347-2.404T11.929%203q1.69%200%202.88%201.165Q16%205.329%2016%207v2h3zm1.5%205.765L18.2%2021H5V9.062h1.262L.7%203.5l.708-.708l19.8%2019.8zm-9.534-9.484q-.218.217-.33.493q-.111.276-.111.585q0%20.633.434%201.066q.433.434%201.066.434q.31%200%20.586-.111t.493-.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.872T8.864%207v.283l-.922-.922q.224-1.448%201.347-2.404T11.929%203q1.69%200%202.88%201.165Q16%205.329%2016%207v2h3zm1.5%205.765L18.2%2021H5V9.062h1.262L.7%203.5l.708-.708l19.8%2019.8zm-9.534-9.484q-.218.217-.33.493q-.111.276-.111.585q0%20.633.434%201.066q.433.434%201.066.434q.31%200%20.586-.111t.493-.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-sharp.svg?color=%231a73e8&size=48