outline no encryption icon

outline-no-encryption from Google Material Icons by Material Design Authors · Baseline · Notification · Apache-2.0 Free for personal and commercial use.

Name
outline-no-encryption
Set
Google Material Icons
Style
Baseline
Category
Notification
Viewbox
24×24
License
Apache 2.0

More notification icons from Google Material Icons

Use the outline 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="M8.9 6c0-1.71 1.39-3.1 3.1-3.1s3.1 1.39 3.1 3.1v2h-4.66l2 2H18v5.56l2 2V10c0-1.1-.9-2-2-2h-1V6c0-2.76-2.24-5-5-5c-2.32 0-4.26 1.59-4.82 3.74L8.9 6.46zM4.41 4.81L3 6.22l2.04 2.04C4.42 8.6 4 9.25 4 10v10c0 1.1.9 2 2 2h12.78l1 1l1.41-1.41zM6 20V10h.78l10 10z"/></svg>

React

import type { SVGProps } from "react";

export function IcOutlineNoEncryption(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="M8.9 6c0-1.71 1.39-3.1 3.1-3.1s3.1 1.39 3.1 3.1v2h-4.66l2 2H18v5.56l2 2V10c0-1.1-.9-2-2-2h-1V6c0-2.76-2.24-5-5-5c-2.32 0-4.26 1.59-4.82 3.74L8.9 6.46zM4.41 4.81L3 6.22l2.04 2.04C4.42 8.6 4 9.25 4 10v10c0 1.1.9 2 2 2h12.78l1 1l1.41-1.41zM6 20V10h.78l10 10z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.9 6c0-1.71 1.39-3.1 3.1-3.1s3.1 1.39 3.1 3.1v2h-4.66l2 2H18v5.56l2 2V10c0-1.1-.9-2-2-2h-1V6c0-2.76-2.24-5-5-5c-2.32 0-4.26 1.59-4.82 3.74L8.9 6.46zM4.41 4.81L3 6.22l2.04 2.04C4.42 8.6 4 9.25 4 10v10c0 1.1.9 2 2 2h12.78l1 1l1.41-1.41zM6 20V10h.78l10 10z"/></svg>
</template>

CSS

.icon-outline-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%22M8.9%206c0-1.71%201.39-3.1%203.1-3.1s3.1%201.39%203.1%203.1v2h-4.66l2%202H18v5.56l2%202V10c0-1.1-.9-2-2-2h-1V6c0-2.76-2.24-5-5-5c-2.32%200-4.26%201.59-4.82%203.74L8.9%206.46zM4.41%204.81L3%206.22l2.04%202.04C4.42%208.6%204%209.25%204%2010v10c0%201.1.9%202%202%202h12.78l1%201l1.41-1.41zM6%2020V10h.78l10%2010z%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%22M8.9%206c0-1.71%201.39-3.1%203.1-3.1s3.1%201.39%203.1%203.1v2h-4.66l2%202H18v5.56l2%202V10c0-1.1-.9-2-2-2h-1V6c0-2.76-2.24-5-5-5c-2.32%200-4.26%201.59-4.82%203.74L8.9%206.46zM4.41%204.81L3%206.22l2.04%202.04C4.42%208.6%204%209.25%204%2010v10c0%201.1.9%202%202%202h12.78l1%201l1.41-1.41zM6%2020V10h.78l10%2010z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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