eye-lock-outline from Material Design Icons by Pictogrammers · Outline · Apache-2.0 Free for personal and commercial use.

Name
eye-lock-outline
Set
Material Design Icons
Style
Outline
Viewbox
24×24
License
Apache 2.0

1 other variant in Material Design Icons

Related icons in Material Design Icons

Use the eye lock icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20.8 17v-1.5c0-1.4-1.4-2.5-2.8-2.5s-2.8 1.1-2.8 2.5V17c-.6 0-1.2.6-1.2 1.2v3.5c0 .7.6 1.3 1.2 1.3h5.5c.7 0 1.3-.6 1.3-1.2v-3.5c0-.7-.6-1.3-1.2-1.3m-1.3 0h-3v-1.5c0-.8.7-1.3 1.5-1.3s1.5.5 1.5 1.3zM15 12c-.9.7-1.5 1.6-1.7 2.7c-.4.2-.8.3-1.3.3c-1.7 0-3-1.3-3-3s1.3-3 3-3s3 1.3 3 3m-3 7.5c-5 0-9.3-3.1-11-7.5c1.7-4.4 6-7.5 11-7.5s9.3 3.1 11 7.5c-.2.5-.5 1-.7 1.5c-.4-.7-.9-1.3-1.6-1.7c-1.7-3.3-5-5.3-8.7-5.3c-3.8 0-7.2 2.1-8.8 5.5c1.7 3.4 5.1 5.5 8.8 5.5h.1c-.1.2-.1.5-.1.7z"/></svg>

React

import type { SVGProps } from "react";

export function MdiEyeLockOutline(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.8 17v-1.5c0-1.4-1.4-2.5-2.8-2.5s-2.8 1.1-2.8 2.5V17c-.6 0-1.2.6-1.2 1.2v3.5c0 .7.6 1.3 1.2 1.3h5.5c.7 0 1.3-.6 1.3-1.2v-3.5c0-.7-.6-1.3-1.2-1.3m-1.3 0h-3v-1.5c0-.8.7-1.3 1.5-1.3s1.5.5 1.5 1.3zM15 12c-.9.7-1.5 1.6-1.7 2.7c-.4.2-.8.3-1.3.3c-1.7 0-3-1.3-3-3s1.3-3 3-3s3 1.3 3 3m-3 7.5c-5 0-9.3-3.1-11-7.5c1.7-4.4 6-7.5 11-7.5s9.3 3.1 11 7.5c-.2.5-.5 1-.7 1.5c-.4-.7-.9-1.3-1.6-1.7c-1.7-3.3-5-5.3-8.7-5.3c-3.8 0-7.2 2.1-8.8 5.5c1.7 3.4 5.1 5.5 8.8 5.5h.1c-.1.2-.1.5-.1.7z"/></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.8 17v-1.5c0-1.4-1.4-2.5-2.8-2.5s-2.8 1.1-2.8 2.5V17c-.6 0-1.2.6-1.2 1.2v3.5c0 .7.6 1.3 1.2 1.3h5.5c.7 0 1.3-.6 1.3-1.2v-3.5c0-.7-.6-1.3-1.2-1.3m-1.3 0h-3v-1.5c0-.8.7-1.3 1.5-1.3s1.5.5 1.5 1.3zM15 12c-.9.7-1.5 1.6-1.7 2.7c-.4.2-.8.3-1.3.3c-1.7 0-3-1.3-3-3s1.3-3 3-3s3 1.3 3 3m-3 7.5c-5 0-9.3-3.1-11-7.5c1.7-4.4 6-7.5 11-7.5s9.3 3.1 11 7.5c-.2.5-.5 1-.7 1.5c-.4-.7-.9-1.3-1.6-1.7c-1.7-3.3-5-5.3-8.7-5.3c-3.8 0-7.2 2.1-8.8 5.5c1.7 3.4 5.1 5.5 8.8 5.5h.1c-.1.2-.1.5-.1.7z"/></svg>
</template>

CSS

.icon-eye-lock-outline {
  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.8%2017v-1.5c0-1.4-1.4-2.5-2.8-2.5s-2.8%201.1-2.8%202.5V17c-.6%200-1.2.6-1.2%201.2v3.5c0%20.7.6%201.3%201.2%201.3h5.5c.7%200%201.3-.6%201.3-1.2v-3.5c0-.7-.6-1.3-1.2-1.3m-1.3%200h-3v-1.5c0-.8.7-1.3%201.5-1.3s1.5.5%201.5%201.3zM15%2012c-.9.7-1.5%201.6-1.7%202.7c-.4.2-.8.3-1.3.3c-1.7%200-3-1.3-3-3s1.3-3%203-3s3%201.3%203%203m-3%207.5c-5%200-9.3-3.1-11-7.5c1.7-4.4%206-7.5%2011-7.5s9.3%203.1%2011%207.5c-.2.5-.5%201-.7%201.5c-.4-.7-.9-1.3-1.6-1.7c-1.7-3.3-5-5.3-8.7-5.3c-3.8%200-7.2%202.1-8.8%205.5c1.7%203.4%205.1%205.5%208.8%205.5h.1c-.1.2-.1.5-.1.7z%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.8%2017v-1.5c0-1.4-1.4-2.5-2.8-2.5s-2.8%201.1-2.8%202.5V17c-.6%200-1.2.6-1.2%201.2v3.5c0%20.7.6%201.3%201.2%201.3h5.5c.7%200%201.3-.6%201.3-1.2v-3.5c0-.7-.6-1.3-1.2-1.3m-1.3%200h-3v-1.5c0-.8.7-1.3%201.5-1.3s1.5.5%201.5%201.3zM15%2012c-.9.7-1.5%201.6-1.7%202.7c-.4.2-.8.3-1.3.3c-1.7%200-3-1.3-3-3s1.3-3%203-3s3%201.3%203%203m-3%207.5c-5%200-9.3-3.1-11-7.5c1.7-4.4%206-7.5%2011-7.5s9.3%203.1%2011%207.5c-.2.5-.5%201-.7%201.5c-.4-.7-.9-1.3-1.6-1.7c-1.7-3.3-5-5.3-8.7-5.3c-3.8%200-7.2%202.1-8.8%205.5c1.7%203.4%205.1%205.5%208.8%205.5h.1c-.1.2-.1.5-.1.7z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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