lock-off from Material Design Icons by Pictogrammers · Filled · Lock · Apache-2.0 Free for personal and commercial use.

Name
lock-off
Set
Material Design Icons
Style
Filled
Category
Lock
Viewbox
24×24
License
Apache 2.0
Aliases
encryption-off, not-protected, password-off, unsecure

1 other variant in Material Design Icons

The same icon in other sets

More lock icons from Material Design Icons

Use the lock off icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9 5.82L7.36 4.16A4.99 4.99 0 0 1 12 1c2.76 0 5 2.24 5 5v2h1a2 2 0 0 1 2 2v6.8L11.2 8H15V6c0-1.66-1.34-3-3-3c-1.59 0-2.89 1.25-3 2.82m13.11 15.64l-1.27 1.27l-1.38-1.38c-.36.4-.88.65-1.46.65H6c-1.11 0-2-.89-2-2V10a2 2 0 0 1 2-2h.11l-5-5l1.28-1.27zm-8.26-5.72l-2.59-2.59C10.5 13.44 10 14.16 10 15a2 2 0 0 0 2 2c.84 0 1.56-.5 1.85-1.26"/></svg>

React

import type { SVGProps } from "react";

export function MdiLockOff(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="M9 5.82L7.36 4.16A4.99 4.99 0 0 1 12 1c2.76 0 5 2.24 5 5v2h1a2 2 0 0 1 2 2v6.8L11.2 8H15V6c0-1.66-1.34-3-3-3c-1.59 0-2.89 1.25-3 2.82m13.11 15.64l-1.27 1.27l-1.38-1.38c-.36.4-.88.65-1.46.65H6c-1.11 0-2-.89-2-2V10a2 2 0 0 1 2-2h.11l-5-5l1.28-1.27zm-8.26-5.72l-2.59-2.59C10.5 13.44 10 14.16 10 15a2 2 0 0 0 2 2c.84 0 1.56-.5 1.85-1.26"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9 5.82L7.36 4.16A4.99 4.99 0 0 1 12 1c2.76 0 5 2.24 5 5v2h1a2 2 0 0 1 2 2v6.8L11.2 8H15V6c0-1.66-1.34-3-3-3c-1.59 0-2.89 1.25-3 2.82m13.11 15.64l-1.27 1.27l-1.38-1.38c-.36.4-.88.65-1.46.65H6c-1.11 0-2-.89-2-2V10a2 2 0 0 1 2-2h.11l-5-5l1.28-1.27zm-8.26-5.72l-2.59-2.59C10.5 13.44 10 14.16 10 15a2 2 0 0 0 2 2c.84 0 1.56-.5 1.85-1.26"/></svg>
</template>

CSS

.icon-lock-off {
  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%22M9%205.82L7.36%204.16A4.99%204.99%200%200%201%2012%201c2.76%200%205%202.24%205%205v2h1a2%202%200%200%201%202%202v6.8L11.2%208H15V6c0-1.66-1.34-3-3-3c-1.59%200-2.89%201.25-3%202.82m13.11%2015.64l-1.27%201.27l-1.38-1.38c-.36.4-.88.65-1.46.65H6c-1.11%200-2-.89-2-2V10a2%202%200%200%201%202-2h.11l-5-5l1.28-1.27zm-8.26-5.72l-2.59-2.59C10.5%2013.44%2010%2014.16%2010%2015a2%202%200%200%200%202%202c.84%200%201.56-.5%201.85-1.26%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%22M9%205.82L7.36%204.16A4.99%204.99%200%200%201%2012%201c2.76%200%205%202.24%205%205v2h1a2%202%200%200%201%202%202v6.8L11.2%208H15V6c0-1.66-1.34-3-3-3c-1.59%200-2.89%201.25-3%202.82m13.11%2015.64l-1.27%201.27l-1.38-1.38c-.36.4-.88.65-1.46.65H6c-1.11%200-2-.89-2-2V10a2%202%200%200%201%202-2h.11l-5-5l1.28-1.27zm-8.26-5.72l-2.59-2.59C10.5%2013.44%2010%2014.16%2010%2015a2%202%200%200%200%202%202c.84%200%201.56-.5%201.85-1.26%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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