no encryption icon

no-encryption-outline-rounded from Material Symbols by Google · Outline Rounded · Privacy · Apache-2.0 Free for personal and commercial use.

Name
no-encryption-outline-rounded
Set
Material Symbols
Style
Outline Rounded
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="M15 8V6q0-1.25-.862-2.125T12.025 3q-.875 0-1.575.413t-.975 1.112q-.175.425-.562.588t-.788.012q-.425-.15-.6-.537T7.5 3.8Q8 2.525 9.225 1.763t2.8-.763Q14.1 1 15.55 2.463T17 6v2h1q.825 0 1.413.588T20 10v5q0 .5-.312.75T19 16t-.687-.262t-.313-.763V10h-5q-.5 0-.75-.312T12 9t.25-.687T13 8zM6 22q-.825 0-1.412-.587T4 20V10q0-.625.363-1.15T5.3 8.1L1.4 4.2q-.275-.275-.275-.7t.275-.7t.7-.275t.7.275l18.4 18.4q.275.275.275.7t-.275.7t-.7.275t-.7-.275l-.85-.85q-.275.125-.5.188T18 22zm11.15-2l-3.675-3.725q-.275.275-.637.425t-.788.15q-.825 0-1.412-.587t-.588-1.413q0-.425.15-.787t.425-.638L7.15 10H6v10zm-1.725-7.425"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsNoEncryptionOutlineRounded(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="M15 8V6q0-1.25-.862-2.125T12.025 3q-.875 0-1.575.413t-.975 1.112q-.175.425-.562.588t-.788.012q-.425-.15-.6-.537T7.5 3.8Q8 2.525 9.225 1.763t2.8-.763Q14.1 1 15.55 2.463T17 6v2h1q.825 0 1.413.588T20 10v5q0 .5-.312.75T19 16t-.687-.262t-.313-.763V10h-5q-.5 0-.75-.312T12 9t.25-.687T13 8zM6 22q-.825 0-1.412-.587T4 20V10q0-.625.363-1.15T5.3 8.1L1.4 4.2q-.275-.275-.275-.7t.275-.7t.7-.275t.7.275l18.4 18.4q.275.275.275.7t-.275.7t-.7.275t-.7-.275l-.85-.85q-.275.125-.5.188T18 22zm11.15-2l-3.675-3.725q-.275.275-.637.425t-.788.15q-.825 0-1.412-.587t-.588-1.413q0-.425.15-.787t.425-.638L7.15 10H6v10zm-1.725-7.425"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15 8V6q0-1.25-.862-2.125T12.025 3q-.875 0-1.575.413t-.975 1.112q-.175.425-.562.588t-.788.012q-.425-.15-.6-.537T7.5 3.8Q8 2.525 9.225 1.763t2.8-.763Q14.1 1 15.55 2.463T17 6v2h1q.825 0 1.413.588T20 10v5q0 .5-.312.75T19 16t-.687-.262t-.313-.763V10h-5q-.5 0-.75-.312T12 9t.25-.687T13 8zM6 22q-.825 0-1.412-.587T4 20V10q0-.625.363-1.15T5.3 8.1L1.4 4.2q-.275-.275-.275-.7t.275-.7t.7-.275t.7.275l18.4 18.4q.275.275.275.7t-.275.7t-.7.275t-.7-.275l-.85-.85q-.275.125-.5.188T18 22zm11.15-2l-3.675-3.725q-.275.275-.637.425t-.788.15q-.825 0-1.412-.587t-.588-1.413q0-.425.15-.787t.425-.638L7.15 10H6v10zm-1.725-7.425"/></svg>
</template>

CSS

.icon-no-encryption-outline-rounded {
  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%22M15%208V6q0-1.25-.862-2.125T12.025%203q-.875%200-1.575.413t-.975%201.112q-.175.425-.562.588t-.788.012q-.425-.15-.6-.537T7.5%203.8Q8%202.525%209.225%201.763t2.8-.763Q14.1%201%2015.55%202.463T17%206v2h1q.825%200%201.413.588T20%2010v5q0%20.5-.312.75T19%2016t-.687-.262t-.313-.763V10h-5q-.5%200-.75-.312T12%209t.25-.687T13%208zM6%2022q-.825%200-1.412-.587T4%2020V10q0-.625.363-1.15T5.3%208.1L1.4%204.2q-.275-.275-.275-.7t.275-.7t.7-.275t.7.275l18.4%2018.4q.275.275.275.7t-.275.7t-.7.275t-.7-.275l-.85-.85q-.275.125-.5.188T18%2022zm11.15-2l-3.675-3.725q-.275.275-.637.425t-.788.15q-.825%200-1.412-.587t-.588-1.413q0-.425.15-.787t.425-.638L7.15%2010H6v10zm-1.725-7.425%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%22M15%208V6q0-1.25-.862-2.125T12.025%203q-.875%200-1.575.413t-.975%201.112q-.175.425-.562.588t-.788.012q-.425-.15-.6-.537T7.5%203.8Q8%202.525%209.225%201.763t2.8-.763Q14.1%201%2015.55%202.463T17%206v2h1q.825%200%201.413.588T20%2010v5q0%20.5-.312.75T19%2016t-.687-.262t-.313-.763V10h-5q-.5%200-.75-.312T12%209t.25-.687T13%208zM6%2022q-.825%200-1.412-.587T4%2020V10q0-.625.363-1.15T5.3%208.1L1.4%204.2q-.275-.275-.275-.7t.275-.7t.7-.275t.7.275l18.4%2018.4q.275.275.275.7t-.275.7t-.7.275t-.7-.275l-.85-.85q-.275.125-.5.188T18%2022zm11.15-2l-3.675-3.725q-.275.275-.637.425t-.788.15q-.825%200-1.412-.587t-.588-1.413q0-.425.15-.787t.425-.638L7.15%2010H6v10zm-1.725-7.425%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-outline-rounded.svg?color=%231a73e8&size=48