no encryption icon

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

Name
no-encryption-sharp
Set
Material Symbols
Style
Sharp
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.863T9.075 6v.225L7.25 4.4q.55-1.525 1.875-2.463t2.9-.937Q14.1 1 15.55 2.463T17 6v2h3zm.5 6.15L19.2 22H4V8.1h1.3L.7 3.5l1.4-1.4l19.8 19.8zm-9.9-9.85q-.275.275-.425.638t-.15.787q0 .825.588 1.413t1.412.587q.425 0 .788-.15t.637-.425z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsNoEncryptionSharp(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.863T9.075 6v.225L7.25 4.4q.55-1.525 1.875-2.463t2.9-.937Q14.1 1 15.55 2.463T17 6v2h3zm.5 6.15L19.2 22H4V8.1h1.3L.7 3.5l1.4-1.4l19.8 19.8zm-9.9-9.85q-.275.275-.425.638t-.15.787q0 .825.588 1.413t1.412.587q.425 0 .788-.15t.637-.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.863T9.075 6v.225L7.25 4.4q.55-1.525 1.875-2.463t2.9-.937Q14.1 1 15.55 2.463T17 6v2h3zm.5 6.15L19.2 22H4V8.1h1.3L.7 3.5l1.4-1.4l19.8 19.8zm-9.9-9.85q-.275.275-.425.638t-.15.787q0 .825.588 1.413t1.412.587q.425 0 .788-.15t.637-.425z"/></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%22M20%2017.15L10.85%208H15V6q0-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%206v2h3zm.5%206.15L19.2%2022H4V8.1h1.3L.7%203.5l1.4-1.4l19.8%2019.8zm-9.9-9.85q-.275.275-.425.638t-.15.787q0%20.825.588%201.413t1.412.587q.425%200%20.788-.15t.637-.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.863T9.075%206v.225L7.25%204.4q.55-1.525%201.875-2.463t2.9-.937Q14.1%201%2015.55%202.463T17%206v2h3zm.5%206.15L19.2%2022H4V8.1h1.3L.7%203.5l1.4-1.4l19.8%2019.8zm-9.9-9.85q-.275.275-.425.638t-.15.787q0%20.825.588%201.413t1.412.587q.425%200%20.788-.15t.637-.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-sharp.svg?color=%231a73e8&size=48